forked from rpms/plymouth
- Move plymouth-set-default-plugin, plymouth-update-initrd, and
plymouth-populate-initrd to plymouth-scripts subpackage (the last fix didn't actually help with bug 467356)
This commit is contained in:
parent
b453429c8b
commit
6119f087b7
@ -5,7 +5,7 @@
|
|||||||
Summary: Plymouth Graphical Boot Animation and Logger
|
Summary: Plymouth Graphical Boot Animation and Logger
|
||||||
Name: plymouth
|
Name: plymouth
|
||||||
Version: 0.6.0
|
Version: 0.6.0
|
||||||
Release: 0.2008.10.15.2%{?dist}
|
Release: 0.2008.10.15.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
|
||||||
@ -54,6 +54,14 @@ BuildRequires: gtk2-devel
|
|||||||
This package contains utilities that integrate with Plymouth
|
This package contains utilities that integrate with Plymouth
|
||||||
including a boot log viewing application.
|
including a boot log viewing application.
|
||||||
|
|
||||||
|
%package scripts
|
||||||
|
Summary: Plymouth related scripts
|
||||||
|
Group: Applications/System
|
||||||
|
|
||||||
|
%description scripts
|
||||||
|
This package contains scripts that help integrate Plymouth with
|
||||||
|
the system.
|
||||||
|
|
||||||
%package gdm-hooks
|
%package gdm-hooks
|
||||||
Summary: Plymouth GDM integration
|
Summary: Plymouth GDM integration
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -212,8 +220,6 @@ fi
|
|||||||
%dir %{_libdir}/plymouth
|
%dir %{_libdir}/plymouth
|
||||||
%{plymouthdaemon_execdir}/plymouthd
|
%{plymouthdaemon_execdir}/plymouthd
|
||||||
%{plymouthclient_execdir}/plymouth
|
%{plymouthclient_execdir}/plymouth
|
||||||
%{_libexecdir}/plymouth/plymouth-update-initrd
|
|
||||||
%{_libexecdir}/plymouth/plymouth-populate-initrd
|
|
||||||
%{_bindir}/plymouth
|
%{_bindir}/plymouth
|
||||||
%{_bindir}/rhgb-client
|
%{_bindir}/rhgb-client
|
||||||
%{_libdir}/plymouth/details.so
|
%{_libdir}/plymouth/details.so
|
||||||
@ -233,7 +239,12 @@ fi
|
|||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{plymouth_libdir}/libply.so.*
|
%{plymouth_libdir}/libply.so.*
|
||||||
%{_libdir}/libplybootsplash.so.*
|
%{_libdir}/libplybootsplash.so.*
|
||||||
|
|
||||||
|
%files scripts
|
||||||
|
%defattr(-, root, root)
|
||||||
%{_sbindir}/plymouth-set-default-plugin
|
%{_sbindir}/plymouth-set-default-plugin
|
||||||
|
%{_libexecdir}/plymouth/plymouth-update-initrd
|
||||||
|
%{_libexecdir}/plymouth/plymouth-populate-initrd
|
||||||
|
|
||||||
%files utils
|
%files utils
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
@ -277,6 +288,11 @@ fi
|
|||||||
%{_libdir}/plymouth/solar.so
|
%{_libdir}/plymouth/solar.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 17 2008 Ray Strode <rstrode@redhat.com> 0.5.0-0.2008.10.15.3
|
||||||
|
- Move plymouth-set-default-plugin, plymouth-update-initrd, and
|
||||||
|
plymouth-populate-initrd to plymouth-scripts subpackage
|
||||||
|
(the last fix didn't actually help with bug 467356)
|
||||||
|
|
||||||
* Fri Oct 17 2008 Ray Strode <rstrode@redhat.com> 0.5.0-0.2008.10.15.2
|
* Fri Oct 17 2008 Ray Strode <rstrode@redhat.com> 0.5.0-0.2008.10.15.2
|
||||||
- Move plymouth-set-default-plugin to -libs (might help with bug 467356)
|
- Move plymouth-set-default-plugin to -libs (might help with bug 467356)
|
||||||
- Fix up requires, provides and postun scripts
|
- Fix up requires, provides and postun scripts
|
||||||
|
Loading…
Reference in New Issue
Block a user