New upstream release
- Do not ask for authentication when the transaction is being simulated - If a simulated only-trusted transaction returns with need-untrusted then re-simulate with only-trusted=FALSE - systemd-updates: Don't show 'Update process 99% complete' - The GStreamer provide name is gstreamer1() not gstreamer1.0() - Use /dev/tty or /dev/console where available
This commit is contained in:
parent
c1381698c0
commit
d668ec830f
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@ PackageKit-0.6.7.tar.bz2
|
||||
/PackageKit-0.8.4.tar.xz
|
||||
/PackageKit-0.8.5.tar.xz
|
||||
/PackageKit-0.8.6.tar.xz
|
||||
/PackageKit-0.8.7.tar.xz
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
Summary: Package management service
|
||||
Name: PackageKit
|
||||
Version: 0.8.6
|
||||
Version: 0.8.7
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
URL: http://www.packagekit.org
|
||||
@ -432,6 +432,15 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%{_libdir}/pkgconfig/packagekit-plugin.pc
|
||||
|
||||
%changelog
|
||||
* Wed Jan 16 2013 Richard Hughes <rhughes@redhat.com> - 0.8.7-1
|
||||
- New upstream release
|
||||
- Do not ask for authentication when the transaction is being simulated
|
||||
- If a simulated only-trusted transaction returns with need-untrusted
|
||||
then re-simulate with only-trusted=FALSE
|
||||
- systemd-updates: Don't show 'Update process 99% complete'
|
||||
- The GStreamer provide name is gstreamer1() not gstreamer1.0()
|
||||
- Use /dev/tty or /dev/console where available
|
||||
|
||||
* Mon Nov 26 2012 Richard Hughes <rhughes@redhat.com> - 0.8.6-1
|
||||
- New upstream release
|
||||
- Don't search in command-not-found if backend is known to be too slow
|
||||
|
||||
Loading…
Reference in New Issue
Block a user