New upstream release
This commit is contained in:
parent
4ac14dea54
commit
6f91b52f14
1
.gitignore
vendored
1
.gitignore
vendored
@ -70,3 +70,4 @@ PackageKit-0.6.7.tar.bz2
|
||||
/PackageKit-1.1.5.tar.xz
|
||||
/libdnf-fe5a08b.tar.gz
|
||||
/PackageKit-1.1.6.tar.xz
|
||||
/PackageKit-1.1.7.tar.xz
|
||||
|
||||
@ -1,26 +0,0 @@
|
||||
From 3affc66ca3382a9d8b5c2d1f6259c9d283f8561b Mon Sep 17 00:00:00 2001
|
||||
From: Kalev Lember <klember@redhat.com>
|
||||
Date: Thu, 15 Jun 2017 14:22:42 +0200
|
||||
Subject: [PATCH] dnf: Fix an inverted condition that led to frequent crashes
|
||||
|
||||
https://bugzilla.redhat.com/show_bug.cgi?id=1460825
|
||||
---
|
||||
backends/dnf/pk-backend-dnf.c | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/backends/dnf/pk-backend-dnf.c b/backends/dnf/pk-backend-dnf.c
|
||||
index ead934f1b..a940801f0 100644
|
||||
--- a/backends/dnf/pk-backend-dnf.c
|
||||
+++ b/backends/dnf/pk-backend-dnf.c
|
||||
@@ -1497,7 +1497,7 @@ pk_backend_refresh_repo (PkBackendJob *job,
|
||||
}
|
||||
|
||||
/* copy the appstream files somewhere that the GUI will pick them up */
|
||||
- if (dnf_utils_refresh_repo_appstream (repo, error))
|
||||
+ if (!dnf_utils_refresh_repo_appstream (repo, error))
|
||||
return FALSE;
|
||||
|
||||
/* done */
|
||||
--
|
||||
2.13.0
|
||||
|
||||
@ -13,8 +13,8 @@
|
||||
|
||||
Summary: Package management service
|
||||
Name: PackageKit
|
||||
Version: 1.1.6
|
||||
Release: 7%{?dist}
|
||||
Version: 1.1.7
|
||||
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
|
||||
@ -30,9 +30,6 @@ Provides: bundled(libdnf) = 0.7.0
|
||||
# Fedora-specific: set Vendor.conf up for Fedora.
|
||||
Patch0: PackageKit-0.3.8-Fedora-Vendor.conf.patch
|
||||
|
||||
# already upstream
|
||||
Patch1: 0001-dnf-Fix-an-inverted-condition-that-led-to-frequent-c.patch
|
||||
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
BuildRequires: xmlto
|
||||
BuildRequires: gtk-doc
|
||||
@ -192,7 +189,6 @@ tar -xf %{S:1}
|
||||
%endif
|
||||
|
||||
%patch0 -p1 -b .fedora
|
||||
%patch1 -p1 -b .crash
|
||||
|
||||
%build
|
||||
%if 0%{?bundled_libdnf}
|
||||
@ -343,6 +339,15 @@ systemctl disable packagekit-offline-update.service > /dev/null 2>&1 || :
|
||||
%{_datadir}/vala/vapi/packagekit-glib2.vapi
|
||||
|
||||
%changelog
|
||||
* Mon Sep 11 2017 Richard Hughes <rhughes@redhat.com> - 1.1.7-1
|
||||
- New upstream release
|
||||
- Add fedora-cisco-openh264 repos to supported repos list
|
||||
- Add missing context pushes and pops in appstream-glib
|
||||
- Add the ability to install updates on reboot in PackageKit-cron
|
||||
- Effectively check for previous proxy entries
|
||||
- Fix an inverted condition that led to frequent crashes
|
||||
- Show a different progress message for system upgrades
|
||||
|
||||
* Fri Aug 11 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.1.6-7
|
||||
- Rebuilt after RPM update (№ 3)
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (PackageKit-1.1.6.tar.xz) = a48256abb832d5f30d21e70ea07c12f577d95d32eb53f43d1d4ebc3dc83d58926bc134eaf576c981222c09a78493e1ddc2fb338a100afdabd7ee1cd82fd5536b
|
||||
SHA512 (PackageKit-1.1.7.tar.xz) = 0d0277e24feb63e94aeb5fec2c4306ccdf5935c2f62d5eef3be8db9f534eb302eff09ea0e020db48b2dd0af9ba6b31f7960d661d1040774dccf650ebf04c4f83
|
||||
|
||||
Loading…
Reference in New Issue
Block a user