From cdef4847b4490ffa0b3084d587c03d8a73af8e3b Mon Sep 17 00:00:00 2001 From: openeuler-basic Date: Mon, 30 Mar 2020 16:27:45 +0800 Subject: [PATCH] add requires of some common build packages to rpm-build --- rpm.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/rpm.spec b/rpm.spec index 8376188..f2281b6 100644 --- a/rpm.spec +++ b/rpm.spec @@ -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 - 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 - 4.15.1-13 - Type:bugfix - ID:NA