Update to 0.9.3 release
Reduce ShowDelay to 0 (rhbz#1518037) Change %%define to %%global
This commit is contained in:
parent
f64caafdc8
commit
b806660ca8
@ -1,15 +1,22 @@
|
||||
%define plymouthdaemon_execdir %{_sbindir}
|
||||
%define plymouthclient_execdir %{_bindir}
|
||||
%define plymouth_libdir %{_libdir}
|
||||
%define plymouth_initrd_file /boot/initrd-plymouth.img
|
||||
%global plymouthdaemon_execdir %{_sbindir}
|
||||
%global plymouthclient_execdir %{_bindir}
|
||||
%global plymouth_libdir %{_libdir}
|
||||
%global plymouth_initrd_file /boot/initrd-plymouth.img
|
||||
|
||||
# Set to 1 if building from snapshots.
|
||||
%global snapshot_build 0
|
||||
|
||||
%if %{snapshot_build}
|
||||
%global snapshot_date 20160620
|
||||
%global snapshot_hash 0e65b86c
|
||||
%global snapshot_rel %{?snapshot_date}git%{?snapshot_hash}
|
||||
%endif
|
||||
|
||||
%define snapshot_date 20160620
|
||||
%define snapshot_hash 0e65b86c
|
||||
|
||||
Summary: Graphical Boot Animation and Logger
|
||||
Name: plymouth
|
||||
Version: 0.9.3
|
||||
Release: 0.9.%{?snapshot_date}git%{?snapshot_hash}%{?dist}
|
||||
Release: 1%{?snapshot_rel}%{?dist}
|
||||
License: GPLv2+
|
||||
URL: http://www.freedesktop.org/wiki/Software/Plymouth
|
||||
Group: System Environment/Base
|
||||
@ -222,7 +229,8 @@ Plymouth. It features a small spinner on a dark background.
|
||||
%setup -q
|
||||
|
||||
# Change the default theme
|
||||
sed -i -e 's/spinner/charge/g' src/plymouthd.defaults
|
||||
sed -i -e 's/spinner/charge/g' -e 's/ShowDelay=5/ShowDelay=0/g' \
|
||||
src/plymouthd.defaults
|
||||
|
||||
%build
|
||||
%configure --enable-tracing --disable-tests \
|
||||
@ -444,6 +452,11 @@ fi
|
||||
%files system-theme
|
||||
|
||||
%changelog
|
||||
* Tue Nov 28 2017 Björn Esser <besser82@fedoraproject.org> - 0.9.3-1
|
||||
- Update to 0.9.3 release
|
||||
- Reduce ShowDelay to 0 (rhbz#1518037)
|
||||
- Change %%define to %%global
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.3-0.9.20160620git0e65b86c
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user