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:
Richard Hughes 2013-01-16 17:23:31 +00:00
parent c1381698c0
commit d668ec830f
3 changed files with 12 additions and 2 deletions

1
.gitignore vendored
View File

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

View File

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

View File

@ -1 +1 @@
2bb1b5d746304d6747125385de9f9821 PackageKit-0.8.6.tar.xz
773de0465bd6d463a6e1604b76da916e PackageKit-0.8.7.tar.xz