[olpc-powerd] Add ARM to exclusive platforms

Peter Robinson pbrobinson at fedoraproject.org
Sun Jun 26 18:42:36 UTC 2011


commit a3d44dd1252800a61aedf009a786841f654d78f0
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sun Jun 26 19:42:22 2011 +0100

    Add ARM to exclusive platforms

 olpc-powerd.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/olpc-powerd.spec b/olpc-powerd.spec
index 786e865..c3bf47c 100644
--- a/olpc-powerd.spec
+++ b/olpc-powerd.spec
@@ -1,7 +1,7 @@
 Summary: OLPC XO power management
 Name: olpc-powerd
 Version: 33
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 URL: http://dev.laptop.org/git/users/pgf/powerd/tree/powerd
@@ -20,7 +20,7 @@ Requires(preun): chkconfig
 Requires(post): initscripts
 Requires(preun): initscripts
 
-ExclusiveArch: %{ix86}
+ExclusiveArch: %{ix86} %{arm}
 
 %description
 The powerd daemon can function as an easily customizable replacement for ohmd,
@@ -137,6 +137,9 @@ fi
 exit 0
 
 %changelog
+* Sun Jun 26 2011 Peter Robinson <pbrobinson at gmail.com> - 33-3
+- Add ARM to exclusive platforms
+
 * Sun Mar 13 2011 Daniel Drake <dsd at laptop.org> - 33-2
 - port to powerd
 


More information about the scm-commits mailing list