forked from rpms/PackageKit
New upstream release
This commit is contained in:
parent
c30ddbc30c
commit
4cd95127fc
1
.gitignore
vendored
1
.gitignore
vendored
@ -44,3 +44,4 @@ PackageKit-0.6.7.tar.bz2
|
||||
/cached-metadata.tar
|
||||
/PackageKit-1.0.1-20141015.tar.xz
|
||||
/PackageKit-1.0.1.tar.xz
|
||||
/PackageKit-1.0.3.tar.xz
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Summary: Package management service
|
||||
Name: PackageKit
|
||||
Version: 1.0.1
|
||||
Version: 1.0.3
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
URL: http://www.freedesktop.org/software/PackageKit/
|
||||
@ -51,14 +51,11 @@ BuildRequires: pango-devel
|
||||
BuildRequires: fontconfig-devel
|
||||
BuildRequires: systemd-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: libhif-devel >= 0.1.6
|
||||
%if !0%{?rhel}
|
||||
BuildRequires: bash-completion
|
||||
%endif
|
||||
|
||||
%if !0%{?rhel}
|
||||
BuildRequires: libhif-devel
|
||||
%endif
|
||||
|
||||
# functionality moved to udev itself
|
||||
Obsoletes: PackageKit-udev-helper < %{version}-%{release}
|
||||
Obsoletes: udev-packagekit < %{version}-%{release}
|
||||
@ -313,6 +310,11 @@ systemctl disable packagekit-offline-update.service > /dev/null 2>&1 || :
|
||||
%{_datadir}/gtk-doc/html/PackageKit
|
||||
|
||||
%changelog
|
||||
* Mon Nov 10 2014 Richard Hughes <rhughes@redhat.com> - 1.0.3-1
|
||||
- New upstream release
|
||||
- Add support for reinstallation and downgrades
|
||||
- Be smarter when using the vendor cache
|
||||
|
||||
* Tue Oct 21 2014 Richard Hughes <rhughes@redhat.com> - 1.0.1-1
|
||||
- New upstream release
|
||||
- Add a KeepCache config parameter
|
||||
|
||||
Loading…
Reference in New Issue
Block a user