[plymouth/f17] fix ARM build

Daniel Drake dsd at fedoraproject.org
Tue Mar 20 22:41:07 UTC 2012


commit 4624735f13a0ab3576aa0b151339bc4687d8a352
Author: Daniel Drake <dsd at laptop.org>
Date:   Tue Mar 20 16:40:00 2012 -0600

    fix ARM build

 plymouth.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/plymouth.spec b/plymouth.spec
index a94cf06..6971f60 100644
--- a/plymouth.spec
+++ b/plymouth.spec
@@ -6,7 +6,7 @@
 Summary: Graphical Boot Animation and Logger
 Name: plymouth
 Version: 0.8.4
-Release: 0.20120319.1%{?dist}
+Release: 0.20120319.2%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
@@ -252,7 +252,7 @@ sed -i -e 's/fade-in/charge/g' src/plymouthd.defaults
            --enable-systemd-integration                          \
            --without-system-root-install                         \
            --with-rhgb-compat-link                               \
-%ifarch %{ix86} x86_64 ia64
+%ifnarch %{ix86} x86_64 ia64
            --disable-libdrm_intel                                \
 %endif
            --without-log-viewer
@@ -499,6 +499,9 @@ fi
 %defattr(-, root, root)
 
 %changelog
+* Tue Mar 20 2012 Daniel Drake <dsd at laptop.org> 0.8.4-0.20120319.1
+- Don't try to build against libdrm_intel on non-intel architectures
+
 * Mon Mar 19 2012 Ray Strode <rstrode at redhat.com> 0.8.4-0.20120319.1
 - Update to latest snapshot
 


More information about the scm-commits mailing list