rpms/mysql/devel mysql.spec,1.95,1.96

Tom Lane (tgl) fedora-extras-commits at redhat.com
Sat Aug 25 23:43:22 UTC 2007


Author: tgl

Update of /cvs/pkgs/rpms/mysql/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10424

Modified Files:
	mysql.spec 
Log Message:
Hm, ps isn't in default buildroot now either


Index: mysql.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mysql/devel/mysql.spec,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- mysql.spec	25 Aug 2007 21:19:14 -0000	1.95
+++ mysql.spec	25 Aug 2007 23:42:50 -0000	1.96
@@ -33,8 +33,8 @@
 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 @@
 
 %changelog
 * Sat Aug 25 2007 Tom Lane <tgl at 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 at redhat.com> 5.0.45-3




More information about the fedora-extras-commits mailing list