[plymouth] Rebuild without libkms

Adam Jackson ajax at fedoraproject.org
Mon Jun 25 20:20:44 UTC 2012


commit 7d8db00743287ca66ae13066f04c9d6ee0ed64d8
Author: Adam Jackson <ajax at redhat.com>
Date:   Mon Jun 25 16:20:43 2012 -0400

    Rebuild without libkms

 plymouth.spec |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/plymouth.spec b/plymouth.spec
index 06cc23a..d572807 100644
--- a/plymouth.spec
+++ b/plymouth.spec
@@ -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 at redhat.com> 0.8.5.1-3
+- Rebuild without libkms
+
 * Wed Jun 06 2012 Ray Strode <rstrode at redhat.com> 0.8.5.1-2
 - Add %{_prefix} to systemd service path
 


More information about the scm-commits mailing list