From d769773f1c35249ebb836b774406d75609bb200d Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Mon, 12 Mar 2012 13:14:01 -0400 Subject: [PATCH] Don't require libdrm_intel on non intel arches --- plymouth.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 0.8.4-0.20110810.6 +- Don't require libdrm_intel on non intel arches + * Mon Feb 20 2012 Adam Williamson 0.8.4-0.20110810.5 - make plymouth-scripts require plymouth (RH #794894)