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)