move all themes to -themes subpackage [release 22.02.122-2mamba;Mon Aug 01 2022]
This commit is contained in:
parent
88cc36a6b8
commit
35577d5371
@ -1,7 +1,7 @@
|
||||
Name: plymouth
|
||||
Epoch: 3
|
||||
Version: 22.02.122
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Provides a graphical boot animation while the boot process happens in the background
|
||||
Group: System/Kernel and Hardware
|
||||
Vendor: openmamba
|
||||
@ -109,6 +109,7 @@ This package contains the X11 renderer pluing.
|
||||
Summary: Plymouth default themes
|
||||
Group: System/Kernel and Hardware
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: plymouththeme
|
||||
|
||||
%description themes
|
||||
Plymouth is an application that runs very early in the boot process (even before the root filesystem is mounted!) that provides a graphical boot animation while the boot process happens in the background.
|
||||
@ -181,8 +182,8 @@ INITRAMFS=/boot/initramfs-$KVER.img
|
||||
if [ -e /boot/vmlinuz-$KVER ]; then
|
||||
KERNEL=/boot/vmlinuz-$KVER
|
||||
[ -e $INITRAMFS -a /sbin/plymouthd -nt $INITRAMFS ] || continue
|
||||
[ -e $KERNEL -a -e /usr/bin/mkinitrd ] || continue
|
||||
mkinitrd $INITRAMFS $KVER -f -q
|
||||
[ -e $KERNEL -a -e /usr/sbin/mkinitrd ] || continue
|
||||
mkinitrd $INITRAMFS $KVER -f -H -q
|
||||
fi
|
||||
:
|
||||
|
||||
@ -229,12 +230,6 @@ fi
|
||||
#%{_datadir}/gdm/autostart/LoginWindow/plymouth-log-viewer.desktop
|
||||
%{_datadir}/plymouth/plymouthd.defaults
|
||||
%dir %{_datadir}/plymouth/themes
|
||||
%dir %{_datadir}/plymouth/themes/details
|
||||
%{_datadir}/plymouth/themes/details/*
|
||||
%dir %{_datadir}/plymouth/themes/text
|
||||
%{_datadir}/plymouth/themes/text/*
|
||||
%dir %{_datadir}/plymouth/themes/bgrt
|
||||
%{_datadir}/plymouth/themes/bgrt/*
|
||||
%dir /var/lib/plymouth
|
||||
#%dir /var/run/plymouth
|
||||
%dir /var/spool/plymouth
|
||||
@ -288,6 +283,12 @@ fi
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/plymouth/tribar.la
|
||||
%{_libdir}/plymouth/tribar.so
|
||||
%dir %{_datadir}/plymouth/themes/details
|
||||
%{_datadir}/plymouth/themes/details/*
|
||||
%dir %{_datadir}/plymouth/themes/text
|
||||
%{_datadir}/plymouth/themes/text/*
|
||||
%dir %{_datadir}/plymouth/themes/bgrt
|
||||
%{_datadir}/plymouth/themes/bgrt/*
|
||||
%dir %{_datadir}/plymouth/themes/fade-in
|
||||
%{_datadir}/plymouth/themes/fade-in/*
|
||||
%dir %{_datadir}/plymouth/themes/glow
|
||||
@ -304,6 +305,9 @@ fi
|
||||
%{_datadir}/plymouth/themes/tribar/*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 01 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 22.02.122-2mamba
|
||||
- move all themes to -themes subpackage
|
||||
|
||||
* Sat Jan 22 2022 Automatic Build System <autodist@mambasoft.it> 22.02.122-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user