rpms/pm-utils/devel pm-utils.spec,1.92,1.93

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Thu Apr 3 17:32:12 UTC 2008


Author: ajax

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

Modified Files:
	pm-utils.spec 
Log Message:
* Thu Apr 03 2008 Adam Jackson <ajax at redhat.com> 0.99.4-16
- x86_64 is not a macro, don't %ifarch on it.



Index: pm-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pm-utils/devel/pm-utils.spec,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- pm-utils.spec	19 Feb 2008 19:49:21 -0000	1.92
+++ pm-utils.spec	3 Apr 2008 17:31:22 -0000	1.93
@@ -2,7 +2,7 @@
 Summary: Power management utilities and scripts for Fedora
 License: GPLv2
 Version: 0.99.4
-Release: 15%{?dist}
+Release: 16%{?dist}
 Group: System Environment/Base
 URL: http://pm-utils.freedesktop.org
 Requires: usermode kbd pciutils >= 2.2.1
@@ -11,7 +11,7 @@
 Requires: hdparm
 # for on_ac_power
 Requires: hal
-%ifarch %{ix86} %{x86_64}
+%ifarch %{ix86} x86_64
 Requires: vbetool
 %endif
 Conflicts: bluez-utils < 2.25-6
@@ -64,7 +64,6 @@
 %patch7 -p1 -b .hibernate_mode
 %patch8 -p1 -b .readme_update
 
-
 %build
 %configure --libdir=%{_exec_prefix}/lib
 make
@@ -157,6 +156,9 @@
 %ghost %verify(not md5 size mtime) %{_localstatedir}/log/pm-suspend.log
 
 %changelog
+* Thu Apr 03 2008 Adam Jackson <ajax at redhat.com> 0.99.4-16
+- x86_64 is not a macro, don't %%ifarch on it.
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.99.4-15
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list