diff --git a/rpm.spec b/rpm.spec index 620cd58..6d3103d 100644 --- a/rpm.spec +++ b/rpm.spec @@ -33,7 +33,7 @@ Name: rpm Version: 5.2.1 -Release: 35mamba +Release: 36mamba Summary: The RPM package management system Group: System/Management 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} Summary: Python bindings for apps which will manipulate RPM packages Group: Development/Libraries/Python -Requires: %{name}-build = %{version}-%{release} +Requires: %{name} = %{version}-%{release} Requires: libpopt Requires: python27 Requires: zlib >= 1.1.4 @@ -638,6 +638,9 @@ fi %endif %changelog +* Thu Sep 06 2018 Silvan Calarco 5.2.1-36mamba +- python-rpm: require extact rpm release + * Wed Aug 29 2018 Silvan Calarco 5.2.1-35mamba - find-provides: patch to support parsing of file 5.34 output