[subscription-manager] Update subscription-manager to 1.11.7-1 Resolves: #1098891 - Apply overrides to mutable properties (

Devan Goodwin dgoodwin at fedoraproject.org
Mon May 26 15:11:08 UTC 2014


commit d302a5a4ae961ffa66812046c958c7c19043584b
Author: Devan Goodwin <dgoodwin at redhat.com>
Date:   Mon May 26 12:11:05 2014 -0300

    Update subscription-manager to 1.11.7-1
    Resolves: #1098891 - Apply overrides to mutable properties (ckozak at redhat.com)
    Resolves: #1098891 - Update repos, persisting local settings when possible
    Resolves: #1094617 - Status line reporting for installed products uses incorrect date
    Resolves: #1097208 - 1097703: Fix rhsmcertd-worker daemon (ckozak at redhat.com)
    Resolves: #1086301 - Fix product id product version compare (alikins at redhat.com)
    Resolves: #1096777 - Bad URI for remove by serial (wpoteat at redhat.com)
    Resolves: #1095938 - re-add at-spi locator in repos window (ckozak at redhat.com)
    Resolves: #1094492 - Consumer name length issues in certificate (wpoteat at redhat.com)

 .gitignore                |    1 +
 sources                   |    2 +-
 subscription-manager.spec |   32 ++++++++++++++++++++------------
 3 files changed, 22 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d4cdaaa..4a66bf7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,3 +39,4 @@
 /subscription-manager-1.11.2.tar.gz
 /subscription-manager-1.11.3.tar.gz
 /subscription-manager-1.11.6.tar.gz
+/subscription-manager-1.11.7.tar.gz
diff --git a/sources b/sources
index e167b58..c7e3546 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e8b8bb816aff1e42eb56e7d202d90190  subscription-manager-1.11.6.tar.gz
+6658582312bf1821dd61c1ea137ef067  subscription-manager-1.11.7.tar.gz
diff --git a/subscription-manager.spec b/subscription-manager.spec
index 8cc2d56..9fafee0 100644
--- a/subscription-manager.spec
+++ b/subscription-manager.spec
@@ -1,6 +1,5 @@
 # Prefer systemd over sysv on Fedora 17+ and RHEL 7+
 %global use_systemd (0%{?fedora} && 0%{?fedora} >= 17) || (0%{?rhel} && 0%{?rhel} >= 7)
-%global use_dateutil (0%{?fedora} && 0%{?fedora} >= 17) || (0%{?rhel} && 0%{?rhel} >= 6)
 %global use_old_firstboot (0%{?rhel} && 0%{?rhel} <= 6)
 %global rhsm_plugins_dir  /usr/share/rhsm-plugins
 
@@ -13,7 +12,7 @@
 %endif
 
 Name: subscription-manager
-Version: 1.11.6
+Version: 1.11.7
 Release: 1%{?dist}
 Summary: Tools and libraries for subscription and repository management
 Group:   System Environment/Base
@@ -36,16 +35,7 @@ Requires:  python-rhsm >= 1.10.9
 Requires:  dbus-python
 Requires:  yum >= 3.2.19-15
 Requires:  usermode
-# dateutil is better than our version
-# built using PyXML utils, but PyXML is
-# deprecated for f17+, and dateutil doesn't
-# exist on rhel5
-%if %use_dateutil
-# we are building for fedora >= 12 or rhel >= 6
-Requires: python-dateutil
-%else
-Requires: PyXML
-%endif
+Requires:  python-dateutil
 
 # There's no dmi to read on these arches, so don't pull in this dep.
 %ifnarch ppc ppc64 s390 s390x
@@ -425,6 +415,24 @@ fi
 %endif
 
 %changelog
+* Mon May 26 2014 Devan Goodwin <dgoodwin at rm-rf.ca> 1.11.7-1
+- update existing repos with non-default overrides (ckozak at redhat.com)
+- correct repos --list behavior (ckozak at redhat.com)
+- Cache overrides when RepoFile is written (ckozak at redhat.com)
+- 1098891: Apply overrides to mutable properties (ckozak at redhat.com)
+- 1076359; Removes the extra l from --remove all (csnyder at redhat.com)
+- 1098891: Update repos, persisting local settings when possible
+  (ckozak at redhat.com)
+- 1094617: Status line reporting for installed products uses incorrect date
+  (wpoteat at redhat.com)
+- 1097208: 1097703: Fix rhsmcertd-worker daemon (ckozak at redhat.com)
+- 1086301: Fix product id product version compare (alikins at redhat.com)
+- 1096777: Bad URI for remove by serial (wpoteat at redhat.com)
+- 1095938: re-add at-spi locator in repos window (ckozak at redhat.com)
+- 1094492: Consumer name length issues in certificate (wpoteat at redhat.com)
+- Fix yum subman plugin RepoActionInvoker error. (alikins at redhat.com)
+- Overrides had no "cp", the connection was named uep (ckozak at redhat.com)
+
 * Thu May 01 2014 Alex Wood <awood at redhat.com> 1.11.6-1
 - s/certmgr/action_client in spec (alikins at redhat.com)
 


More information about the scm-commits mailing list