diff --git a/.gitignore b/.gitignore index a05c033..5345e8a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ plymouth-0.8.4.tar.bz2 /plymouth-0.8.4.tar.bz2 /plymouth-0.8.5.tar.bz2 /plymouth-0.8.5.1.tar.bz2 +/plymouth-0.8.6.tar.bz2 diff --git a/plymouth.spec b/plymouth.spec index d572807..230b3cc 100644 --- a/plymouth.spec +++ b/plymouth.spec @@ -5,8 +5,8 @@ Summary: Graphical Boot Animation and Logger Name: plymouth -Version: 0.8.5.1 -Release: 3%{?dist} +Version: 0.8.6 +Release: 1%{?dist} License: GPLv2+ Group: System Environment/Base Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2 @@ -390,7 +390,7 @@ fi %{_mandir}/man?/* %ghost %{_localstatedir}/lib/plymouth/boot-duration %if 0%{?fedora} > 17 || 0%{?rhel} > 6 -/lib/systemd/system/plymouth-*.service +/lib/systemd/system/* %else %{_prefix}/lib/systemd/system/plymouth-*.service %endif @@ -498,6 +498,12 @@ fi %defattr(-, root, root) %changelog +* Mon Jul 09 2012 Ray Strode 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 0.8.5.1-3 - Rebuild without libkms diff --git a/sources b/sources index 2b29954..7ed0fc0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -76714ebe125991f59b8a5029070f9b83 plymouth-0.8.5.1.tar.bz2 +e798e29a137d439ff04376b3685066b2 plymouth-0.8.6.tar.bz2