New upstream release
This commit is contained in:
parent
67e9442212
commit
110cfb0235
1
.gitignore
vendored
1
.gitignore
vendored
@ -30,3 +30,4 @@ PackageKit-0.6.7.tar.bz2
|
||||
/PackageKit-0.8.13.tar.xz
|
||||
/PackageKit-0.8.14.tar.xz
|
||||
/PackageKit-0.8.15.tar.xz
|
||||
/PackageKit-0.8.16.tar.xz
|
||||
|
||||
@ -5,8 +5,8 @@
|
||||
|
||||
Summary: Package management service
|
||||
Name: PackageKit
|
||||
Version: 0.8.15
|
||||
Release: 4%{?dist}
|
||||
Version: 0.8.16
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
URL: http://www.packagekit.org
|
||||
Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.xz
|
||||
@ -22,10 +22,6 @@ Requires: shared-mime-info
|
||||
Requires: comps-extras
|
||||
Requires: systemd
|
||||
|
||||
# This is for https://bugzilla.redhat.com/show_bug.cgi?id=1041577 and can be
|
||||
# removed when libsolv is available in updates
|
||||
Requires: libsolv >= 0.4.1
|
||||
|
||||
# required by patch4
|
||||
BuildRequires: automake gtk-doc libtool
|
||||
BuildRequires: glib2-devel >= 2.32.0
|
||||
@ -62,9 +58,9 @@ BuildRequires: bash-completion
|
||||
%endif
|
||||
|
||||
%if !0%{?rhel}
|
||||
BuildRequires: hawkey-devel >= 0.3.13
|
||||
BuildRequires: hawkey-devel >= 0.4.6
|
||||
BuildRequires: rpm-devel >= 4.11.0
|
||||
BuildRequires: librepo-devel >= 1.0.0
|
||||
BuildRequires: librepo-devel >= 1.1.5
|
||||
BuildRequires: libsolv-devel
|
||||
%endif
|
||||
|
||||
@ -340,6 +336,18 @@ popd > /dev/null
|
||||
%{_datadir}/gtk-doc/html/PackageKit
|
||||
|
||||
%changelog
|
||||
* Mon Jan 20 2014 Richard Hughes <rhughes@redhat.com> - 0.8.16-1
|
||||
- New upstream release
|
||||
- hawkey: Do not fail when update details are no longer available
|
||||
- hawkey: Do the refresh-cache transaction in a thread
|
||||
- hawkey: Support .treeinfo DVD repos
|
||||
- Set all the proxy settings when using pkcon
|
||||
- Clear the prepared-updates file only when the update is invalidated
|
||||
- Do not show an error if GetDepends is not supported
|
||||
- Do not use the '…' character when talking to plymouth
|
||||
- Don't use the default main context in sync PkClient methods
|
||||
- Only scan .desktop files in the datadir
|
||||
|
||||
* Mon Jan 06 2014 Václav Pavlín <vpavlin@redhat.com> - 0.8.15-4
|
||||
- Replace systemctl call with systemd-rpm macros and missing
|
||||
macros (#857376)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user