forked from rpms/plymouth
import plymouth-0.9.4-7.20200615git1e36e30.el8
This commit is contained in:
parent
d7f5609e35
commit
d0f9f574da
@ -10,7 +10,7 @@
|
|||||||
Summary: Graphical Boot Animation and Logger
|
Summary: Graphical Boot Animation and Logger
|
||||||
Name: plymouth
|
Name: plymouth
|
||||||
Version: 0.9.4
|
Version: 0.9.4
|
||||||
Release: 6.%{commitdate}git%{shortcommit}%{?dist}
|
Release: 7.%{commitdate}git%{shortcommit}%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.freedesktop.org/wiki/Software/Plymouth
|
URL: http://www.freedesktop.org/wiki/Software/Plymouth
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -305,13 +305,11 @@ if [ $1 -eq 0 ]; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%post theme-spinner
|
%triggerin -n %{name}-theme-spinner -- %{name}-theme-charge > 0.9.4-5
|
||||||
export PLYMOUTH_PLUGIN_PATH=%{_libdir}/plymouth/
|
export PLYMOUTH_PLUGIN_PATH=%{_libdir}/plymouth/
|
||||||
# On upgrades replace charge with the new bgrt default
|
# On upgrades replace charge with the new bgrt default
|
||||||
if [ $1 -eq 2 ]; then
|
if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "charge" ]; then
|
||||||
if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "charge" ]; then
|
%{_sbindir}/plymouth-set-default-theme bgrt
|
||||||
%{_sbindir}/plymouth-set-default-theme bgrt
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%postun theme-spinner
|
%postun theme-spinner
|
||||||
@ -452,6 +450,10 @@ fi
|
|||||||
%files system-theme
|
%files system-theme
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 25 2020 Ray Strode <rstrode@redhat.com> - 0.9.4-7.git1688935
|
||||||
|
- Fix scriptlets to make sure "bgrt" gets set by default
|
||||||
|
Related: #1880509
|
||||||
|
|
||||||
* Fri Sep 18 2020 Ray Strode <rstrode@redhat.com> - 0.9.4-6.git1688935
|
* Fri Sep 18 2020 Ray Strode <rstrode@redhat.com> - 0.9.4-6.git1688935
|
||||||
- Add Recommends to pull in plymouth-theme-spinner
|
- Add Recommends to pull in plymouth-theme-spinner
|
||||||
Resolves: #1880509
|
Resolves: #1880509
|
||||||
|
Loading…
Reference in New Issue
Block a user