python-rpm: require extact rpm release [release 5.2.1-36mamba;Thu Sep 06 2018]

This commit is contained in:
Silvan Calarco 2024-01-05 17:29:05 +01:00
parent 9dc4f9becf
commit efaf974e98

View File

@ -33,7 +33,7 @@
Name: rpm Name: rpm
Version: 5.2.1 Version: 5.2.1
Release: 35mamba Release: 36mamba
Summary: The RPM package management system Summary: The RPM package management system
Group: System/Management Group: System/Management
Vendor: openmamba Vendor: openmamba
@ -239,7 +239,7 @@ At this time, the interface only provides access to the database of installed pa
%package -n python-rpm%{?program_suffix} %package -n python-rpm%{?program_suffix}
Summary: Python bindings for apps which will manipulate RPM packages Summary: Python bindings for apps which will manipulate RPM packages
Group: Development/Libraries/Python Group: Development/Libraries/Python
Requires: %{name}-build = %{version}-%{release} Requires: %{name} = %{version}-%{release}
Requires: libpopt Requires: libpopt
Requires: python27 Requires: python27
Requires: zlib >= 1.1.4 Requires: zlib >= 1.1.4
@ -638,6 +638,9 @@ fi
%endif %endif
%changelog %changelog
* Thu Sep 06 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 5.2.1-36mamba
- python-rpm: require extact rpm release
* Wed Aug 29 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 5.2.1-35mamba * Wed Aug 29 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 5.2.1-35mamba
- find-provides: patch to support parsing of file 5.34 output - find-provides: patch to support parsing of file 5.34 output