add requires of some common build packages to rpm-build
This commit is contained in:
parent
19ec5b911b
commit
cdef4847b4
10
rpm.spec
10
rpm.spec
@ -1,6 +1,6 @@
|
|||||||
Name: rpm
|
Name: rpm
|
||||||
Version: 4.15.1
|
Version: 4.15.1
|
||||||
Release: 13
|
Release: 14
|
||||||
Summary: RPM Package Manager
|
Summary: RPM Package Manager
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.rpm.org/
|
URL: http://www.rpm.org/
|
||||||
@ -48,6 +48,8 @@ Summary: Scripts and executable programs used to build packages
|
|||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: elfutils binutils findutils sed grep gawk diffutils file patch
|
Requires: elfutils binutils findutils sed grep gawk diffutils file patch
|
||||||
Requires: tar unzip gzip bzip2 cpio xz zstd pkgconfig system-rpm-config
|
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
|
%description build
|
||||||
This package provides scripts and executable programs that used to
|
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*
|
%{_mandir}/man1/gendiff.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Mar 25 2020 openEuler Buildteam <buildteam@openeuler.org> - 4.15.1-13
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user