[plymouth] Don't require libdrm_intel on non intel arches

Ray Strode rstrode at fedoraproject.org
Mon Mar 12 17:14:18 UTC 2012


commit d769773f1c35249ebb836b774406d75609bb200d
Author: Ray Strode <rstrode at redhat.com>
Date:   Mon Mar 12 13:14:01 2012 -0400

    Don't require libdrm_intel on non intel arches

 plymouth.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/plymouth.spec b/plymouth.spec
index 62b1514..be0288f 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.20110810.5%{?dist}
+Release: 0.20110810.6%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
@@ -24,7 +24,9 @@ Requires: initscripts >= 8.83-1
 Conflicts: filesystem < 3
 
 BuildRequires: pkgconfig(libdrm)
+%ifarch %{ix86} x86_64 ia64
 BuildRequires: pkgconfig(libdrm_intel)
+%endif
 BuildRequires: pkgconfig(libdrm_radeon)
 BuildRequires: pkgconfig(libdrm_nouveau)
 BuildRequires: kernel-headers
@@ -494,6 +496,9 @@ fi
 %defattr(-, root, root)
 
 %changelog
+* Mon Mar 12 2012 Ray Strode <rstrode at redhat.com> 0.8.4-0.20110810.6
+- Don't require libdrm_intel on non intel arches
+
 * Mon Feb 20 2012 Adam Williamson <awilliam at redhat.com> 0.8.4-0.20110810.5
 - make plymouth-scripts require plymouth (RH #794894)
 


More information about the scm-commits mailing list