From 146db2b22bee54e2dd0cd21023b2c8d6336caa46 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Oct 30 2018 06:30:06 +0000 Subject: debrand PackageKit-1.1.10-1.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 a00e2f9..864602d 100644 --- a/SPECS/PackageKit.spec +++ b/SPECS/PackageKit.spec @@ -10,9 +10,9 @@ 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 +Patch0: CentOS-Vendor-Branding.patch # Fedora-specific: set Vendor.conf up for Fedora. -Patch0: PackageKit-0.3.8-Fedora-Vendor.conf.patch Requires: %{name}-glib%{?_isa} = %{version}-%{release} Requires: PackageKit-backend @@ -157,7 +157,7 @@ using PackageKit. %prep %setup -q -%patch0 -p1 -b .fedora +%patch0 -p1 %build %configure \ @@ -300,6 +300,14 @@ systemctl disable packagekit-offline-update.service > /dev/null 2>&1 || : %{_datadir}/vala/vapi/packagekit-glib2.vapi %changelog +* Tue Oct 30 2018 CentOS Sources - 1.1.10-1.el7.centos +- remove old branding patch +- Update Vendor patch to reference CentOS + +* Tue Oct 30 2018 CentOS Sources - 1.1.10-1.el7.centos +- remove old branding patch +- Update Vendor patch to reference CentOS + * Mon Apr 23 2018 Richard Hughes - 1.1.10-1 - New upstream release - Resolves: #1576494