rpms/pm-utils/devel pm-utils.spec,1.60,1.61

Peter Jones (pjones) fedora-extras-commits at redhat.com
Wed May 16 21:51:33 UTC 2007


Author: pjones

Update of /cvs/extras/rpms/pm-utils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25271

Modified Files:
	pm-utils.spec 
Log Message:
- fix another silly bug


Index: pm-utils.spec
===================================================================
RCS file: /cvs/extras/rpms/pm-utils/devel/pm-utils.spec,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- pm-utils.spec	16 May 2007 21:38:29 -0000	1.60
+++ pm-utils.spec	16 May 2007 21:50:55 -0000	1.61
@@ -2,7 +2,7 @@
 Summary: Power management utilities and scripts for Fedora Core
 License: GPL
 Version: 0.99.3
-Release: 4%{?dist}
+Release: 5%{?dist}
 Group: System Environment/Base
 ExclusiveArch: %{ix86} x86_64 ia64 ppc ppc64
 Requires: usermode kbd pciutils >= 2.2.1
@@ -134,6 +134,7 @@
 	ln -sf consolehelper $x
 done
 popd
+install -d -m 755 $RPM_BUILD_ROOT/var/log
 install -m 600 /dev/null $RPM_BUILD_ROOT/var/log/pm-suspend.log
 
 %clean
@@ -170,6 +171,9 @@
 %ghost %verify(not md5 size mtime) /var/log/pm-suspend.log
 
 %changelog
+* Wed May 16 2007 Peter Jones <pjones at redhat.com> - 0.99.3-5
+- ... and create the directory the logfile goes in.
+
 * Wed May 16 2007 Peter Jones <pjones at redhat.com> - 0.99.3-4
 - Bump release to appease Koji.
 




More information about the fedora-extras-commits mailing list