- Latest upstream release
- includes systemd fixes
This commit is contained in:
parent
8ff5ec7dac
commit
16c3a35e0a
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ plymouth-0.8.4.tar.bz2
|
|||||||
/plymouth-0.8.6.tar.bz2
|
/plymouth-0.8.6.tar.bz2
|
||||||
/plymouth-0.8.6.1.tar.bz2
|
/plymouth-0.8.6.1.tar.bz2
|
||||||
/plymouth-0.8.6.2.tar.bz2
|
/plymouth-0.8.6.2.tar.bz2
|
||||||
|
/plymouth-0.8.7.tar.bz2
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
|
|
||||||
Summary: Graphical Boot Animation and Logger
|
Summary: Graphical Boot Animation and Logger
|
||||||
Name: plymouth
|
Name: plymouth
|
||||||
Version: 0.8.6.2
|
Version: 0.8.7
|
||||||
Release: 1.2012.07.23%{?dist}
|
Release: 1%{?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
|
||||||
@ -15,8 +15,6 @@ Source2: charge.plymouth
|
|||||||
Source3: plymouth-set-default-plugin
|
Source3: plymouth-set-default-plugin
|
||||||
Source4: plymouth-update-initrd
|
Source4: plymouth-update-initrd
|
||||||
|
|
||||||
Patch0: plymouth-fix-udev-trigger.patch
|
|
||||||
|
|
||||||
URL: http://www.freedesktop.org/wiki/Software/Plymouth
|
URL: http://www.freedesktop.org/wiki/Software/Plymouth
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
@ -242,7 +240,6 @@ Plymouth. It features a small spinner on a dark background.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .trigger
|
|
||||||
|
|
||||||
# Change the default theme
|
# Change the default theme
|
||||||
sed -i -e 's/fade-in/charge/g' src/plymouthd.defaults
|
sed -i -e 's/fade-in/charge/g' src/plymouthd.defaults
|
||||||
@ -507,6 +504,10 @@ fi
|
|||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 21 2012 Ray Strode <rstrode@redhat.com> 0.8.7-1
|
||||||
|
- Latest upstream release
|
||||||
|
- includes systemd fixes
|
||||||
|
|
||||||
* Tue Aug 21 2012 Dave Airlie <airlied@redhat.com> 0.8.6.2-1.2012.07.23
|
* Tue Aug 21 2012 Dave Airlie <airlied@redhat.com> 0.8.6.2-1.2012.07.23
|
||||||
- fix plymouth race at bootup breaking efi/vesa handoff.
|
- fix plymouth race at bootup breaking efi/vesa handoff.
|
||||||
- fix version number - its against fedora package policy to have 0.year
|
- fix version number - its against fedora package policy to have 0.year
|
||||||
|
Loading…
Reference in New Issue
Block a user