rpms/plymouth/devel plymouth-set-default-plugin, NONE, 1.1 plymouth.spec, 1.132, 1.133

Ray Strode rstrode at fedoraproject.org
Thu May 14 21:05:09 UTC 2009


Author: rstrode

Update of /cvs/pkgs/rpms/plymouth/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19250

Modified Files:
	plymouth.spec 
Added Files:
	plymouth-set-default-plugin 
Log Message:
- Update to new snapshot that renames plugins to fix upgrades
  somewhat (bug 499940)



--- NEW FILE plymouth-set-default-plugin ---
#!/bin/sh
echo "plymouth-set-default-plugin has been deprecated by plymouth-set-default-theme"


Index: plymouth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/plymouth/devel/plymouth.spec,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -p -r1.132 -r1.133
--- plymouth.spec	14 May 2009 17:49:35 -0000	1.132
+++ plymouth.spec	14 May 2009 21:04:38 -0000	1.133
@@ -5,12 +5,13 @@
 Summary: Graphical Boot Animation and Logger
 Name: plymouth
 Version: 0.7.0
-Release: 0.2009.05.14.1%{?dist}
+Release: 0.2009.05.14.2%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
 Source1: boot-duration
 Source2: charge.plymouth
+Source3: plymouth-set-default-plugin
 
 URL: http://freedesktop.org/software/plymouth/releases
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -171,6 +172,8 @@ Requires: %{name}-plugin-space-flares = 
 Requires(post): %{_sbindir}/plymouth-set-default-theme
 Obsoletes: plymouth-plugin-solar <= 0.7.0-0.2009.05.08.2
 Provides: plymouth-plugin-solar = 0.7.0-0.2009.05.08.2
+# We require this to fix upgrades (see bug 499940).
+Requires: plymouth-system-theme
 
 %description theme-solar
 This package contains the "Solar" boot splash theme for
@@ -244,6 +247,10 @@ cp $RPM_BUILD_ROOT%{_datadir}/plymouth/t
 # Drop glow, it's not very Fedora-y
 rm -rf $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/glow
 
+# Add compat script for upgrades
+cp $RPM_SOURCE_DIR/plymouth-set-default-plugin $RPM_BUILD_ROOT%{_sbindir}
+chmod +x $RPM_BUILD_ROOT%{_sbindir}/plymouth-set-default-plugin
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -336,6 +343,7 @@ fi
 %files scripts
 %defattr(-, root, root)
 %{_sbindir}/plymouth-set-default-theme
+%{_sbindir}/plymouth-set-default-plugin
 %{_libexecdir}/plymouth/plymouth-update-initrd
 %{_libexecdir}/plymouth/plymouth-populate-initrd
 




More information about the fedora-extras-commits mailing list