Disable the nouveau driver as I've broken it with the new libdrm ABI

This commit is contained in:
Richard Hughes 2012-04-24 15:30:32 +01:00
parent 4624735f13
commit 569e47e1b3

View File

@ -6,7 +6,7 @@
Summary: Graphical Boot Animation and Logger Summary: Graphical Boot Animation and Logger
Name: plymouth Name: plymouth
Version: 0.8.4 Version: 0.8.4
Release: 0.20120319.2%{?dist} Release: 0.20120319.3%{?dist}
License: GPLv2+ License: GPLv2+
Group: System Environment/Base Group: System Environment/Base
Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2 Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
@ -250,6 +250,7 @@ sed -i -e 's/fade-in/charge/g' src/plymouthd.defaults
--with-background-color=0x3391cd \ --with-background-color=0x3391cd \
--disable-gdm-transition \ --disable-gdm-transition \
--enable-systemd-integration \ --enable-systemd-integration \
--disable-libdrm_nouveau \
--without-system-root-install \ --without-system-root-install \
--with-rhgb-compat-link \ --with-rhgb-compat-link \
%ifnarch %{ix86} x86_64 ia64 %ifnarch %{ix86} x86_64 ia64
@ -499,6 +500,9 @@ fi
%defattr(-, root, root) %defattr(-, root, root)
%changelog %changelog
* Tue Apr 24 2012 Richard Hughes <rhughes@redhat.com> 0.8.4-0.20120319.3
- Disable the nouveau driver as I've broken it with the new libdrm ABI
* Tue Mar 20 2012 Daniel Drake <dsd@laptop.org> 0.8.4-0.20120319.1 * Tue Mar 20 2012 Daniel Drake <dsd@laptop.org> 0.8.4-0.20120319.1
- Don't try to build against libdrm_intel on non-intel architectures - Don't try to build against libdrm_intel on non-intel architectures