Rebuild without libkms

This commit is contained in:
Adam Jackson 2012-06-25 16:20:43 -04:00
parent 9c288f2ad6
commit 7d8db00743

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.5.1 Version: 0.8.5.1
Release: 2%{?dist} Release: 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
@ -248,7 +248,8 @@ sed -i -e 's/fade-in/charge/g' src/plymouthd.defaults
--enable-systemd-integration \ --enable-systemd-integration \
--without-system-root-install \ --without-system-root-install \
--with-rhgb-compat-link \ --with-rhgb-compat-link \
--without-log-viewer --without-log-viewer \
--disable-libkms
make make
@ -388,7 +389,11 @@ fi
%{_localstatedir}/spool/plymouth %{_localstatedir}/spool/plymouth
%{_mandir}/man?/* %{_mandir}/man?/*
%ghost %{_localstatedir}/lib/plymouth/boot-duration %ghost %{_localstatedir}/lib/plymouth/boot-duration
%if 0%{?fedora} > 17 || 0%{?rhel} > 6
/lib/systemd/system/plymouth-*.service
%else
%{_prefix}/lib/systemd/system/plymouth-*.service %{_prefix}/lib/systemd/system/plymouth-*.service
%endif
%files devel %files devel
%defattr(-, root, root) %defattr(-, root, root)
@ -493,6 +498,9 @@ fi
%defattr(-, root, root) %defattr(-, root, root)
%changelog %changelog
* Mon Jun 25 2012 Adam Jackson <ajax@redhat.com> 0.8.5.1-3
- Rebuild without libkms
* Wed Jun 06 2012 Ray Strode <rstrode@redhat.com> 0.8.5.1-2 * Wed Jun 06 2012 Ray Strode <rstrode@redhat.com> 0.8.5.1-2
- Add %{_prefix} to systemd service path - Add %{_prefix} to systemd service path