Update to 0.8.6

- Fixes encrypted fs bug
  Resolves: #830482
- Adds support for offline updates
This commit is contained in:
Ray Strode 2012-07-09 12:16:41 -04:00
parent 7d8db00743
commit dd9362e239
3 changed files with 11 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
76714ebe125991f59b8a5029070f9b83 plymouth-0.8.5.1.tar.bz2 e798e29a137d439ff04376b3685066b2 plymouth-0.8.6.tar.bz2