Rebuild without libkms
This commit is contained in:
parent
9c288f2ad6
commit
7d8db00743
@ -6,7 +6,7 @@
|
||||
Summary: Graphical Boot Animation and Logger
|
||||
Name: plymouth
|
||||
Version: 0.8.5.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Base
|
||||
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 \
|
||||
--without-system-root-install \
|
||||
--with-rhgb-compat-link \
|
||||
--without-log-viewer
|
||||
--without-log-viewer \
|
||||
--disable-libkms
|
||||
|
||||
make
|
||||
|
||||
@ -388,7 +389,11 @@ fi
|
||||
%{_localstatedir}/spool/plymouth
|
||||
%{_mandir}/man?/*
|
||||
%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
|
||||
%endif
|
||||
|
||||
%files devel
|
||||
%defattr(-, root, root)
|
||||
@ -493,6 +498,9 @@ fi
|
||||
%defattr(-, root, root)
|
||||
|
||||
%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
|
||||
- Add %{_prefix} to systemd service path
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user