Actually apply the patches

This commit is contained in:
Kalev Lember 2015-06-08 16:14:00 +02:00
parent 5b59122512
commit 7c2a865614

View File

@ -7,7 +7,7 @@
Summary: Package management service
Name: PackageKit
Version: 1.0.6
Release: 5%{?dist}
Release: 6%{?dist}
License: GPLv2+ and LGPLv2+
URL: http://www.freedesktop.org/software/PackageKit/
Source0: http://www.freedesktop.org/software/PackageKit/releases/%{name}-%{version}.tar.xz
@ -179,6 +179,9 @@ using PackageKit.
%setup -q
%patch0 -p1 -b .fedora
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%build
%configure \
@ -318,6 +321,9 @@ systemctl disable packagekit-offline-update.service > /dev/null 2>&1 || :
%{_datadir}/gtk-doc/html/PackageKit
%changelog
* Mon Jun 08 2015 Kalev Lember <kalevlember@gmail.com> - 1.0.6-6
- Actually apply the patches
* Mon Jun 08 2015 Kalev Lember <kalevlember@gmail.com> - 1.0.6-5
- Backport a few more upstream patches:
- Add missing locking when accessing sack cache (#1146734)