rpms/plymouth/F-10 plymouth.spec,1.103,1.104

Ray Strode rstrode at fedoraproject.org
Thu Nov 13 01:36:54 UTC 2008


Author: rstrode

Update of /cvs/pkgs/rpms/plymouth/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14531

Modified Files:
	plymouth.spec 
Log Message:
- Redo packaging to work better with minimal installs
  (bug 471314)



Index: plymouth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/plymouth/F-10/plymouth.spec,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- plymouth.spec	12 Nov 2008 21:35:04 -0000	1.103
+++ plymouth.spec	13 Nov 2008 01:36:24 -0000	1.104
@@ -14,11 +14,7 @@
 URL: http://freedesktop.org/software/plymouth/releases
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Obsoletes: rhgb < 1:10.0.0
-Provides: rhgb = 1:10.0.0
-
 Requires: system-logos >= 9.0.1
-Requires: system-plymouth-plugin >= %{version}-%{release}
 Requires(post): plymouth-scripts
 Requires: initscripts >= 8.83-1
 
@@ -28,6 +24,17 @@
 messages are instead redirected to a log file for viewing
 after boot.
 
+%package system-plugin
+Summary: Plymouth default plugin
+Group: System Environment/Base
+Obsoletes: rhgb < 1:10.0.0
+Provides: rhgb = 1:10.0.0
+Requires: plymouth(system-plugin) = %{version}-%{release}
+Obsoletes: plymouth-text-and-details-only < %{version}-%{release}
+
+%description system-plugin
+This metapackage tracks the current distribution default plugin.
+
 %package libs
 Summary: Plymouth libraries
 Group: Development/Libraries
@@ -133,23 +140,12 @@
 Requires: plymouth-plugin-label
 Requires(post): %{_sbindir}/plymouth-set-default-plugin
 BuildRequires: libpng-devel
-Provides: system-plymouth-plugin = %{version}-%{release}
+Provides: plymouth(system-plugin) = %{version}-%{release}
 
 %description plugin-solar
 This package contains the "Solar" boot splash plugin for
 Plymouth. It features a blue flamed sun with animated solar flares.
 
-%package text-and-details-only
-Summary: Plymouth base plugin set
-Group: System Environment/Base
-Requires: %{name}-libs = %{version}-%{release}
-Provides: system-plymouth-plugin = %{version}-%{release}
-
-%description text-and-details-only
-This package enables users to remove the default graphical plugin
-from their system.  This is useful for embedded devices or servers
-where the graphical plugin's dependencies are undesirable.
-
 %prep
 %setup -q
 
@@ -305,10 +301,14 @@
 %{_datadir}/plymouth/solar/*.png
 %{_libdir}/plymouth/solar.so
 
-%files text-and-details-only
+%files system-plugin
 %defattr(-, root, root)
 
 %changelog
+* Wed Nov 12 2008 Ray Strode <rstrode at redhat.com> 0.6.0-0.2008.11.12.3
+- Redo packaging to work better with minimal installs
+  (bug 471314)
+
 * Wed Nov 12 2008 Ray Strode <rstrode at redhat.com> 0.6.0-0.2008.11.12.2
 - Fix plymouth-set-default-plugin to allow external $LIB
 




More information about the fedora-extras-commits mailing list