#6 Drop dependency on device-mapper in device-mapper-libs
Closed 4 years ago by mcsontos. Opened 4 years ago by zbyszek.
rpms/ zbyszek/lvm2 remove-reverse-dep  into  master

file modified
-1
@@ -631,7 +631,6 @@ 

  Summary: Device-mapper shared library

  Version: %{device_mapper_version}

  License: LGPLv2

- Requires: device-mapper = %{?epoch}:%{device_mapper_version}-%{release}

  

  %description -n device-mapper-libs

  This package contains the device-mapper shared library, libdevmapper.

The reverse dependency is OK (and in fact automatically generated). But
the libraries should not depend on the daemon. This was introduced in
when the -libs package was originally added 72c4e00
without any comment, so most likely it was just a copy-and-paste mistake.

Fixes https://pagure.io/minimization/issue/4.

Pull-Request has been closed by mcsontos

4 years ago