New upstream release
This commit is contained in:
parent
b96f172ec2
commit
72aee7418c
1
.gitignore
vendored
1
.gitignore
vendored
@ -62,3 +62,4 @@ PackageKit-0.6.7.tar.bz2
|
||||
/libdnf-0646992.tar.gz
|
||||
/PackageKit-1.1.4-20160901.tar.xz
|
||||
/libdnf-9cf4fb3.tar.gz
|
||||
/PackageKit-1.1.4.tar.xz
|
||||
|
||||
@ -14,11 +14,10 @@
|
||||
Summary: Package management service
|
||||
Name: PackageKit
|
||||
Version: 1.1.4
|
||||
Release: 0.4.%{gitdate}%{?dist}
|
||||
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
|
||||
Source0: %{name}-%{version}-%{gitdate}.tar.xz
|
||||
Source0: http://www.freedesktop.org/software/PackageKit/releases/%{name}-%{version}.tar.xz
|
||||
|
||||
%if 0%{?bundled_libhif}
|
||||
# https://github.com/rpm-software-management/libhif
|
||||
@ -182,8 +181,7 @@ A simple helper that offers to install new packages on the command line
|
||||
using PackageKit.
|
||||
|
||||
%prep
|
||||
#setup -q
|
||||
%setup -q -n %{name}-%{version}-%{gitdate}
|
||||
%setup -q
|
||||
|
||||
%if 0%{?bundled_libhif}
|
||||
# Extract libdnf archive
|
||||
@ -341,6 +339,14 @@ systemctl disable packagekit-offline-update.service > /dev/null 2>&1 || :
|
||||
%{_datadir}/vala/vapi/packagekit-glib2.vapi
|
||||
|
||||
%changelog
|
||||
* Mon Sep 19 2016 Richard Hughes <rhughes@redhat.com> - 1.1.5-1
|
||||
- New upstream release
|
||||
- Change the configuration of the cron script to a sysconfig-like config
|
||||
- Don't crash when emitting PropertiesChanged for NULL values
|
||||
- Fix several small memory leaks
|
||||
- Look for command-not-found dbus socket in /run instead of /var/run
|
||||
- Use GetFilesLocal in pkcon get-files if argument is a file
|
||||
|
||||
* Thu Sep 08 2016 Kalev Lember <klember@redhat.com> - 1.1.4-0.4.20160901
|
||||
- Update to latest libdnf git snapshot (#1344643)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user