Update to 0.8.6
- Fixes encrypted fs bug Resolves: #830482 - Adds support for offline updates
This commit is contained in:
parent
7d8db00743
commit
dd9362e239
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ plymouth-0.8.4.tar.bz2
|
|||||||
/plymouth-0.8.4.tar.bz2
|
/plymouth-0.8.4.tar.bz2
|
||||||
/plymouth-0.8.5.tar.bz2
|
/plymouth-0.8.5.tar.bz2
|
||||||
/plymouth-0.8.5.1.tar.bz2
|
/plymouth-0.8.5.1.tar.bz2
|
||||||
|
/plymouth-0.8.6.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.5.1
|
Version: 0.8.6
|
||||||
Release: 3%{?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
|
||||||
@ -390,7 +390,7 @@ fi
|
|||||||
%{_mandir}/man?/*
|
%{_mandir}/man?/*
|
||||||
%ghost %{_localstatedir}/lib/plymouth/boot-duration
|
%ghost %{_localstatedir}/lib/plymouth/boot-duration
|
||||||
%if 0%{?fedora} > 17 || 0%{?rhel} > 6
|
%if 0%{?fedora} > 17 || 0%{?rhel} > 6
|
||||||
/lib/systemd/system/plymouth-*.service
|
/lib/systemd/system/*
|
||||||
%else
|
%else
|
||||||
%{_prefix}/lib/systemd/system/plymouth-*.service
|
%{_prefix}/lib/systemd/system/plymouth-*.service
|
||||||
%endif
|
%endif
|
||||||
@ -498,6 +498,12 @@ fi
|
|||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 09 2012 Ray Strode <rstrode@redhat.com> 0.8.6-1
|
||||||
|
- Update to 0.8.6
|
||||||
|
- Fixes encrypted fs bug
|
||||||
|
Resolves: #830482
|
||||||
|
- Adds support for offline package updates
|
||||||
|
|
||||||
* Mon Jun 25 2012 Adam Jackson <ajax@redhat.com> 0.8.5.1-3
|
* Mon Jun 25 2012 Adam Jackson <ajax@redhat.com> 0.8.5.1-3
|
||||||
- Rebuild without libkms
|
- Rebuild without libkms
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user