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 <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 efe2d61..aae9b50 100644
--- a/SPECS/PackageKit.spec
+++ b/SPECS/PackageKit.spec
@@ -12,10 +12,10 @@ 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
 
 # CVE-2018-1106
 Patch1:    0001-Do-not-set-JUST_REINSTALL-on-any-kind-of-auth-failur.patch
+Patch0:    CentOS-Vendor-Branding.patch
 
 Requires: %{name}-glib%{?_isa} = %{version}-%{release}
 Requires: PackageKit-backend
@@ -160,8 +160,8 @@ using PackageKit.
 
 %prep
 %setup -q
-%patch0 -p1 -b .fedora
 %patch1 -p1 -b .CVE-2018-1106
+%patch0 -p1
 
 %build
 %configure \
@@ -304,6 +304,10 @@ systemctl disable packagekit-offline-update.service > /dev/null 2>&1 || :
 %{_datadir}/vala/vapi/packagekit-glib2.vapi
 
 %changelog
+* Tue Apr 24 2018 CentOS Sources <bugs@centos.org> - 1.1.5-2.el7.centos
+- remove old branding patch
+- Update Vendor patch to reference CentOS
+
 * Tue Apr 17 2018 Richard Hughes <rhughes@redhat.com> - 1.1.5-2
 - Fixes CVE-2018-1106
 - Resolves: rhbz#1566425