add requires of some common build packages to rpm-build

This commit is contained in:
openeuler-basic 2020-03-30 16:27:45 +08:00
parent 19ec5b911b
commit cdef4847b4

View File

@ -1,6 +1,6 @@
Name: rpm
Version: 4.15.1
Release: 13
Release: 14
Summary: RPM Package Manager
License: GPLv2+
URL: http://www.rpm.org/
@ -48,6 +48,8 @@ Summary: Scripts and executable programs used to build packages
Requires: %{name} = %{version}-%{release}
Requires: elfutils binutils findutils sed grep gawk diffutils file patch
Requires: tar unzip gzip bzip2 cpio xz zstd pkgconfig system-rpm-config
Requires: gcc-c++ autoconf automake binutils gcc gdbm gettext glibc
Requires: gdb-headless ncurses perl make git chrpath
%description build
This package provides scripts and executable programs that used to
@ -283,6 +285,12 @@ make check || (cat tests/rpmtests.log; exit 0)
%{_mandir}/man1/gendiff.1*
%changelog
* Mon Mar 30 2020 openEuler Buildteam <buildteam@openeuler.org> - 4.15.1-14
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:add requires of some common build packages to rpm-build
* Wed Mar 25 2020 openEuler Buildteam <buildteam@openeuler.org> - 4.15.1-13
- Type:bugfix
- ID:NA