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 36bc3d1..e1e9277 100644 --- a/SPECS/PackageKit.spec +++ b/SPECS/PackageKit.spec @@ -11,8 +11,8 @@ License: GPLv2+ and LGPLv2+ URL: http://www.packagekit.org Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.xz -# Fedora-specific: set Vendor.conf up for Fedora. -Patch0: PackageKit-0.3.8-Fedora-Vendor.conf.patch +# CentOS-specific: set Vendor.conf up for CentOS +Patch0: CentOS-Vendor-Branding.patch # Fedora specific: the yum backend doesn't do time estimation correctly Patch1: PackageKit-0.4.4-Fedora-turn-off-time.conf.patch @@ -243,7 +243,7 @@ user to restart the computer or remove and re-insert the device. %prep %setup -q -%patch0 -p1 -b .fedora +%patch0 -p1 -b .centos %patch1 -p1 -b .no-time %patch4 -p1 -b .xulrunner2 %patch5 -p1 -b .python_sitelib @@ -451,6 +451,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %{_libdir}/pkgconfig/packagekit-plugin.pc %changelog +* Thu Jun 19 2014 Jim Perrin - 0.8.9-11.el7.centos +- Update Vendor patch to reference CentOS + * Mon Mar 17 2014 Richard Hughes - 0.8.9-11 - Do not install into python_sitelib to fix multilib conflicts - Resolves: #1076424