New upstream release
This commit is contained in:
parent
fcad8baa56
commit
761439c28a
1
.gitignore
vendored
1
.gitignore
vendored
@ -45,3 +45,4 @@ PackageKit-0.6.7.tar.bz2
|
||||
/PackageKit-1.0.1-20141015.tar.xz
|
||||
/PackageKit-1.0.1.tar.xz
|
||||
/PackageKit-1.0.3.tar.xz
|
||||
/PackageKit-1.0.4.tar.xz
|
||||
|
||||
@ -6,8 +6,8 @@
|
||||
|
||||
Summary: Package management service
|
||||
Name: PackageKit
|
||||
Version: 1.0.3
|
||||
Release: 2%{?dist}
|
||||
Version: 1.0.4
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
URL: http://www.freedesktop.org/software/PackageKit/
|
||||
Source0: http://www.freedesktop.org/software/PackageKit/releases/%{name}-%{version}.tar.xz
|
||||
@ -310,6 +310,21 @@ systemctl disable packagekit-offline-update.service > /dev/null 2>&1 || :
|
||||
%{_datadir}/gtk-doc/html/PackageKit
|
||||
|
||||
%changelog
|
||||
* Mon Jan 19 2015 Richard Hughes <rhughes@redhat.com> - 1.0.4-1
|
||||
- New upstream release
|
||||
- Actually inhibit logind when the transaction can't be cancelled
|
||||
- Add 'quit' command to pkcon
|
||||
- Automatically import metadata public keys when safe to do so
|
||||
- Automatically install AppStream metadata
|
||||
- Do not attempt to run command-not-found for anything prefixed with '.'
|
||||
- Don't use PkBackendSpawn helpers in compiled backends
|
||||
- Fix a hard-to-debug crash when cancelling a task that has never been run
|
||||
- Look for unavailable packages during resolve
|
||||
- Make pk_backend_job_call_vfunc() threadsafe
|
||||
- Make pk_backend_repo_list_changed() threadsafe
|
||||
- Return 'unavailable' packages for metadata-only repos
|
||||
- Use a thread-local HifTransaction to avoid db3 index corruption
|
||||
|
||||
* Mon Nov 17 2014 Kalev Lember <kalevlember@gmail.com> - 1.0.3-2
|
||||
- Update cached metadata in preparation for F21 release
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user