Provide versioned howl compatibility package

Fixes rpmlint warning.
This commit is contained in:
Petr Menšík 2022-11-17 20:30:56 +01:00
parent 0596791a38
commit e9b6c7fb60

View File

@ -382,8 +382,8 @@ necessary for developing programs using avahi.
%package compat-howl %package compat-howl
Summary: Libraries for howl compatibility Summary: Libraries for howl compatibility
Requires: %{name}-libs%{?_isa} = %{version}-%{release} Requires: %{name}-libs%{?_isa} = %{version}-%{release}
Obsoletes: howl-libs Obsoletes: howl-libs < 0.6-16
Provides: howl-libs Provides: howl-libs = %{version}-%{release}
%description compat-howl %description compat-howl
Libraries that are compatible with those provided by the howl package. Libraries that are compatible with those provided by the howl package.
@ -392,8 +392,8 @@ Libraries that are compatible with those provided by the howl package.
Summary: Header files for development with the howl compatibility libraries Summary: Header files for development with the howl compatibility libraries
Requires: %{name}-compat-howl%{?_isa} = %{version}-%{release} Requires: %{name}-compat-howl%{?_isa} = %{version}-%{release}
Requires: %{name}-devel%{?_isa} = %{version}-%{release} Requires: %{name}-devel%{?_isa} = %{version}-%{release}
Obsoletes: howl-devel Obsoletes: howl-devel < 0.6-16
Provides: howl-devel Provides: howl-devel = %{version}-%{release}
%description compat-howl-devel %description compat-howl-devel
Header files for development with the howl compatibility libraries. Header files for development with the howl compatibility libraries.
@ -868,6 +868,7 @@ exit 0
%changelog %changelog
* Sun Mar 19 2023 Petr Menšík <pemensik@redhat.com> - 0.8-22 * Sun Mar 19 2023 Petr Menšík <pemensik@redhat.com> - 0.8-22
- Prevent crashes on some invalid DBus calls - Prevent crashes on some invalid DBus calls
- Provide versioned howl compatibility package
* Sun Mar 19 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 0.8-21 * Sun Mar 19 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 0.8-21
- Disable GTK2 in ELN/RHEL10 builds - Disable GTK2 in ELN/RHEL10 builds