diff --git a/rel-eng/packages/subscription-manager b/rel-eng/packages/subscription-manager
index ba49163..1d1a8e1 100644
--- a/rel-eng/packages/subscription-manager
+++ b/rel-eng/packages/subscription-manager
@@ -1 +1 @@
-1.10.14-6 ./
+1.10.14-7 ./
diff --git a/subscription-manager.spec b/subscription-manager.spec
index cf2b05c..dea8402 100644
--- a/subscription-manager.spec
+++ b/subscription-manager.spec
@@ -14,7 +14,7 @@
Name: subscription-manager
Version: 1.10.14
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: Tools and libraries for subscription and repository management
Group: System Environment/Base
License: GPLv2
@@ -32,7 +32,7 @@ Requires: python-ethtool
Requires: python-iniparse
Requires: pygobject2
Requires: virt-what
-Requires: python-rhsm >= 1.10.9
+Requires: python-rhsm >= 1.10.12-2
Requires: dbus-python
Requires: yum >= 3.2.19-15
Requires: usermode
@@ -419,6 +419,9 @@ fi
%endif
%changelog
+* Tue Mar 25 2014 ckozak <ckozak@redhat.com> 1.10.14-7
+- 1080531: Require newer python-rhsm to support branding (ckozak@redhat.com)
+
* Fri Mar 21 2014 ckozak <ckozak@redhat.com> 1.10.14-6
- Use the new Product.brand_name for brand_name (alikins@redhat.com)