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 43275d0..0b9f198 100644
--- a/SPECS/PackageKit.spec
+++ b/SPECS/PackageKit.spec
@@ -12,7 +12,6 @@ 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
@@ -22,6 +21,7 @@ Patch2:    0001-yum-Add-support-for-GetDetailsLocal.patch
 
 # Backported from upstream; make BE safe
 Patch3:    0001-Make-pk_console_get_prompt-big-endian-safe.patch
+Patch0:    CentOS-Vendor-Branding.patch
 
 Requires: %{name}-glib%{?_isa} = %{version}-%{release}
 Requires: PackageKit-backend
@@ -190,10 +190,10 @@ using PackageKit.
 
 %prep
 %setup -q
-%patch0 -p1 -b .fedora
 %patch1 -p1 -b .yumdb
 %patch2 -p1 -b .yumdetailslocal
 %patch3 -p1 -b .be-safe
+%patch0 -p1
 
 NOCONFIGURE=1 ./autogen.sh
 
@@ -343,6 +343,10 @@ systemctl disable packagekit-offline-update.service > /dev/null 2>&1 || :
 %{_datadir}/gtk-doc/html/PackageKit
 
 %changelog
+* Thu Nov 03 2016 CentOS Sources <bugs@centos.org> - 1.0.7-6.el7.centos
+- remove old branding patch
+- Update Vendor patch to reference CentOS
+
 * Mon May 16 2016 Richard Hughes <rhughes@redhat.com> - 1.0.7-6
 - Make pk_console_get_prompt() big endian safe to fix PPC64
 - Resolves: #1255079