Hm, ps isn't in default buildroot now either
This commit is contained in:
parent
eea6dd5930
commit
0251ac5d0b
@ -33,8 +33,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
BuildRequires: gperf, perl, readline-devel, openssl-devel
|
||||
BuildRequires: gcc-c++, ncurses-devel, zlib-devel
|
||||
BuildRequires: libtool automake autoconf gawk
|
||||
# make test requires time
|
||||
BuildRequires: time
|
||||
# make test requires time and ps
|
||||
BuildRequires: time procps
|
||||
# Socket is needed to run regression tests
|
||||
BuildRequires: perl(Socket)
|
||||
|
||||
@ -475,7 +475,7 @@ fi
|
||||
|
||||
%changelog
|
||||
* Sat Aug 25 2007 Tom Lane <tgl@redhat.com> 5.0.45-4
|
||||
- Seems we need an explicit BuildRequires on gawk now
|
||||
- Seems we need explicit BuildRequires on gawk and procps now
|
||||
- Rebuild to fix Fedora toolchain issues
|
||||
|
||||
* Sun Aug 12 2007 Tom Lane <tgl@redhat.com> 5.0.45-3
|
||||
|
Loading…
Reference in New Issue
Block a user