add requires
This commit is contained in:
parent
8b5990c812
commit
b1c9e80e85
11
rpm.spec
11
rpm.spec
@ -1,6 +1,6 @@
|
||||
Name: rpm
|
||||
Version: 4.15.1
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: RPM Package Manager
|
||||
License: GPLv2+
|
||||
URL: http://www.rpm.org/
|
||||
@ -19,7 +19,7 @@ BuildRequires: system-rpm-config rpm system-rpm-config
|
||||
BuildRequires: zlib-devel libzstd-devel xz-devel bzip2-devel libarchive-devel ima-evm-utils-devel
|
||||
BuildRequires: dbus-devel fakechroot elfutils-devel elfutils-libelf-devel
|
||||
BuildRequires: lua-devel libcap-devel libacl-devel libselinux-devel file-devel gettext-devel ncurses-devel
|
||||
Requires: coreutils popt curl zstd libcap gnupg2 crontabs logrotate libdb-utils
|
||||
Requires: coreutils popt curl zstd libcap gnupg2 crontabs logrotate libdb-utils librpm9
|
||||
Obsoletes: %{name}-libs %{name}-build-libs %{name}-sign-libs %{name}-sign %{name}-cron
|
||||
Provides: %{name}-libs %{name}-build-libs %{name}-sign-libs %{name}-sign %{name}-cron
|
||||
Obsoletes: %{name}-plugin-selinux %{name}-plugin-syslog %{name}-plugin-systemd-inhibit %{name}-plugin-ima %{name}-plugin-prioreset
|
||||
@ -41,7 +41,6 @@ Shared library of rpm 4.14 to support build.
|
||||
|
||||
%package -n librpm9
|
||||
Summary: Shared library of rpm 4.15
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description -n librpm9
|
||||
Shared library of rpm 4.15.
|
||||
@ -289,6 +288,12 @@ make check || (cat tests/rpmtests.log; exit 0)
|
||||
%{_mandir}/man1/gendiff.1*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 13 2020 openEuler Buildteam <buildteam@openeuler.org> - 4.15.1-3
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC:add requires of shared library
|
||||
|
||||
* Mon Jan 13 2020 openEuler Buildteam <buildteam@openeuler.org> - 4.15.1-2
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user