diff --git a/SOURCES/CentOS-Vendor-Branding.patch b/SOURCES/CentOS-Vendor-Branding.patch
deleted file mode 100644
index a8bc0aa..0000000
--- a/SOURCES/CentOS-Vendor-Branding.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 0e23e68169fbc5e9ec58af6cc538b902be9123d4 Mon Sep 17 00:00:00 2001
-From: Jim Perrin <jperrin@centos.org>
-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 864602d..a00e2f9 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
+%patch0 -p1 -b .fedora
 
 %build
 %configure \
@@ -300,14 +300,6 @@ systemctl disable packagekit-offline-update.service > /dev/null 2>&1 || :
 %{_datadir}/vala/vapi/packagekit-glib2.vapi
 
 %changelog
-* Tue Oct 30 2018 CentOS Sources <bugs@centos.org> - 1.1.10-1.el7.centos
-- remove old branding patch
-- Update Vendor patch to reference CentOS
-
-* Tue Oct 30 2018 CentOS Sources <bugs@centos.org> - 1.1.10-1.el7.centos
-- remove old branding patch
-- Update Vendor patch to reference CentOS
-
 * Mon Apr 23 2018 Richard Hughes <rhughes@redhat.com> - 1.1.10-1
 - New upstream release
 - Resolves: #1576494