rpms/initscripts/devel initscripts.spec,1.156,1.157

Bill Nottingham (notting) fedora-extras-commits at redhat.com
Tue Feb 26 04:29:26 UTC 2008


Author: notting

Update of /cvs/extras/rpms/initscripts/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17829

Modified Files:
	initscripts.spec 
Log Message:
add /sbin/pidof requirement to make upstart upgrades more clean (#434863)




Index: initscripts.spec
===================================================================
RCS file: /cvs/extras/rpms/initscripts/devel/initscripts.spec,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- initscripts.spec	4 Feb 2008 05:49:08 -0000	1.156
+++ initscripts.spec	26 Feb 2008 04:28:52 -0000	1.157
@@ -4,12 +4,13 @@
 # ppp-watch is GPLv2+, everything else is GPLv2
 License: GPLv2 and GPLv2+
 Group: System Environment/Base
-Release: 1
+Release: 2
 Source: initscripts-%{version}.tar.bz2
 BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root
 Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15
 Requires: /sbin/sysctl, syslog
 Requires: /sbin/fuser, /bin/grep
+Requires: /sbin/pidof
 Requires: module-init-tools
 Requires: util-linux >= 2.10s-11, mount >= 2.11l
 Requires: bash >= 3.0, SysVinit >= 2.85-38
@@ -212,6 +213,9 @@
 %ghost %attr(0664,root,utmp) /var/run/utmp
 
 %changelog
+* Mon Feb 25 2008 Bill Nottingham <notting at redhat.com>
+- add /sbin/pidof requirement (#434863)
+
 * Fri Feb  1 2008 Bill Nottingham <notting at redhat.com> - 8.63-1
 - don't start RAID arrays in rc.sysinit, that's done by udev (corollary of #429604)
 - add a NetworkManager-dispatcher script that does netreport on interface changes




More information about the fedora-extras-commits mailing list