!108 python3-rpm should dependency rpm-libs
Merge pull request !108 from renxichen/openEuler-20.03-LTS-SP3
This commit is contained in:
commit
52fc463202
10
rpm.spec
10
rpm.spec
@ -1,6 +1,6 @@
|
|||||||
Name: rpm
|
Name: rpm
|
||||||
Version: 4.15.1
|
Version: 4.15.1
|
||||||
Release: 35
|
Release: 36
|
||||||
Summary: RPM Package Manager
|
Summary: RPM Package Manager
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.rpm.org/
|
URL: http://www.rpm.org/
|
||||||
@ -148,7 +148,7 @@ supplied by RPM.
|
|||||||
Summary: Python3 bindings for RPM user
|
Summary: Python3 bindings for RPM user
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
%{?python_provide:%python_provide python3-%{name}}
|
%{?python_provide:%python_provide python3-%{name}}
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
Provides: %{name}-python3 = %{version}-%{release}
|
Provides: %{name}-python3 = %{version}-%{release}
|
||||||
Obsoletes: %{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*
|
%{_mandir}/man1/gendiff.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Dec 13 2021 renhongxun<renhongxun@huawei.com> - 4.15.1-35
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user