From 1cf3861afe55ae16ae83eb1f3bb2a74d49c221cb Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 19 2015 15:46:34 +0000 Subject: debrand PackageKit-1.0.7-5.el7 --- diff --git a/SOURCES/CentOS-Vendor-Branding.patch b/SOURCES/CentOS-Vendor-Branding.patch new file mode 100644 index 0000000..a8bc0aa --- /dev/null +++ b/SOURCES/CentOS-Vendor-Branding.patch @@ -0,0 +1,28 @@ +From 0e23e68169fbc5e9ec58af6cc538b902be9123d4 Mon Sep 17 00:00:00 2001 +From: Jim Perrin +Date: Thu, 19 Jun 2014 22:09:35 -0500 +Subject: [PATCH] CentOS Vendor Branding + +--- + etc/Vendor.conf | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/etc/Vendor.conf b/etc/Vendor.conf +index 69f7337..ebcce99 100644 +--- a/etc/Vendor.conf ++++ b/etc/Vendor.conf +@@ -54,9 +54,9 @@ MimeUrl=none + # The vendor name shown for the 'vendor' group + # + # default=My Vendor +-VendorName=My Vendor ++VendorName=CentOS + + # The vendor icon name shown for the 'vendor' group + # + # default=emblem-favorite +-VendorIcon=emblem-favorite ++VendorIcon=fedora-logo-small +-- +1.8.3.1 + diff --git a/SPECS/PackageKit.spec b/SPECS/PackageKit.spec index 53496e7..247d08a 100644 --- a/SPECS/PackageKit.spec +++ b/SPECS/PackageKit.spec @@ -12,13 +12,13 @@ URL: http://www.freedesktop.org/software/PackageKit/ Source0: http://www.freedesktop.org/software/PackageKit/releases/%{name}-%{version}.tar.xz # Fedora-specific: set Vendor.conf up for Fedora. -Patch0: PackageKit-0.3.8-Fedora-Vendor.conf.patch # Backported from upstream; record the session UID in the yumdb Patch1: 0001-yum-Record-the-UID-of-the-session-user-in-the-yumdb.patch # Backported from upstream; support getting details from local files Patch2: 0001-yum-Add-support-for-GetDetailsLocal.patch +Patch0: CentOS-Vendor-Branding.patch Requires: %{name}-glib%{?_isa} = %{version}-%{release} Requires: PackageKit-backend @@ -187,9 +187,9 @@ using PackageKit. %prep %setup -q -%patch0 -p1 -b .fedora %patch1 -p1 -b .yumdb %patch2 -p1 -b .yumdetailslocal +%patch0 -p1 NOCONFIGURE=1 ./autogen.sh @@ -339,6 +339,10 @@ systemctl disable packagekit-offline-update.service > /dev/null 2>&1 || : %{_datadir}/gtk-doc/html/PackageKit %changelog +* Thu Nov 19 2015 CentOS Sources - 1.0.7-5.el7.centos +- remove old branding patch +- Update Vendor patch to reference CentOS + * Tue Jul 28 2015 Richard Hughes - 1.0.7-5 - Add support for GetDetailsLocal - Resolves: #1249998