python3-rpm should dependency rpm-libs

This commit is contained in:
rwx403335 2021-12-14 16:09:20 +08:00
parent 122063dc72
commit fc0280d897

View File

@ -1,6 +1,6 @@
Name: rpm
Version: 4.15.1
Release: 35
Release: 36
Summary: RPM Package Manager
License: GPLv2+
URL: http://www.rpm.org/
@ -148,7 +148,7 @@ supplied by RPM.
Summary: Python3 bindings for RPM user
BuildRequires: python3-devel
%{?python_provide:%python_provide python3-%{name}}
Requires: %{name} = %{version}-%{release}
Requires: %{name}-libs = %{version}-%{release}
Provides: %{name}-python3 = %{version}-%{release}
Obsoletes: %{name}-python3 < %{version}-%{release}
@ -375,6 +375,12 @@ make check || (cat tests/rpmtests.log; exit 0)
%{_mandir}/man1/gendiff.1*
%changelog
* Tue Dec 14 2021 renhongxun<renhongxun@huawei.com> - 4.15.1-36
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:python3-rpm should dependency rpm-libs
* Mon Dec 13 2021 renhongxun<renhongxun@huawei.com> - 4.15.1-35
- Type:bugfix
- ID:NA