https://bugzilla.redhat.com/show_bug.cgi?id=1636111
--- Comment #27 from Mukundan Ragavan <[email protected]> --- Sorry for the delay. All the issues seem to be resolved. Why do you have the provides and obsoletes for devel and libs? %package -n %{name}-libs Summary: %{name} library Group: Development/Libraries Provides: lib%{name} = %{version}-%{release} Obsoletes: lib%{name} < %{version}-%{release} %description -n %{name}-libs The lib%{name} package contains libraries for applications that use %{name}. %package -n %{name}-devel Summary: Development files for %{name} Group: Development/Libraries Requires: %{name}-libs = %{version}-%{release} Provides: lib%{name}-devel = %{version}-%{release} Obsoletes: lib%{name}-devel < %{version}-%{release} You can safely remove these I believe unless you have a specific reason (or I am not understanding something). -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
