Add a requirement from -devel to -libs
To silence an rpmdeps warning which is spurious, but it doesn't realize we already handle this through the main package. ``` Subpackage composefs-devel on i686 carries 'Requires: libcomposefs.so.1' which comes from subpackage composefs-libs but does not carry an explicit package version requirement. Please add 'Requires: composefs-libs = %{version}-%{release}' to the spec file to avoid the need to test interoperability between various combinations of old and new subpackages. ```
This commit is contained in:
parent
a01e9028b8
commit
13c7347ea5
@ -21,6 +21,7 @@ Please see https://github.com/containers/composefs for more information.
|
||||
%package devel
|
||||
Summary: Devel files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
Devel files for %{name}.
|
||||
|
Loading…
Reference in New Issue
Block a user