[subscription-manager] Update subscription-manager to 1.13.13-1 Resolves: #1175284 - Show warning for crossdev --noarchive

Alex Wood awood at fedoraproject.org
Fri Jan 16 16:37:36 UTC 2015


commit 65fde72ab63d24f2a32cbf5f929b2ded793a8507
Author: Alex Wood <awood at redhat.com>
Date:   Fri Jan 16 11:37:56 2015 -0500

    Update subscription-manager to 1.13.13-1
    Resolves: #1175284 - Show warning for crossdev --noarchive (wpoteat at redhat.com)
    Resolves: #1180400 - "Status Details" are now populated on CLI (crog at redhat.com)
    Resolves: #1180395 - Added "Provides Management" to subman list output (crog at redhat.com)
    Resolves: #1175185 - Removed extra slash from rhsm-debug output (crog at redhat.com)
    Resolves: #1175291 - Fixed a bug with attaching pools via empty file (crog at redhat.com)
    Resolves: #1070585 - Changed button label from "Ok" to "Save" (crog at redhat.com)
    Resolves: #1122530 - Updated man page examples (crog at redhat.com)
    Resolves: #1132981 - Reverted removal of warning message (crog at redhat.com)
    Resolves: #1058231 - Adjusted "last update" label positioning (crog at redhat.com)

 .gitignore                |    1 +
 sources                   |    2 +-
 subscription-manager.spec |   21 +++++++++++++++++++--
 3 files changed, 21 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 62c5e47..fa36f09 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,3 +47,4 @@
 /subscription-manager-1.13.6.tar.gz
 /subscription-manager-1.13.9.tar.gz
 /subscription-manager-1.13.12.tar.gz
+/subscription-manager-1.13.13.tar.gz
diff --git a/sources b/sources
index 554eec5..90e67c0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e205e5e21d980a4a429439397018dff4  subscription-manager-1.13.12.tar.gz
+469b6ceb694bd658cf9e7ff54875a730  subscription-manager-1.13.13.tar.gz
diff --git a/subscription-manager.spec b/subscription-manager.spec
index fb26058..38ac330 100644
--- a/subscription-manager.spec
+++ b/subscription-manager.spec
@@ -21,7 +21,7 @@
 %endif
 
 Name: subscription-manager
-Version: 1.13.12
+Version: 1.13.13
 Release: 1%{?dist}
 Summary: Tools and libraries for subscription and repository management
 Group:   System Environment/Base
@@ -40,7 +40,7 @@ Requires:  python-ethtool
 Requires:  python-iniparse
 Requires:  pygobject2
 Requires:  virt-what
-Requires:  python-rhsm >= 1.13.5
+Requires:  python-rhsm >= 1.13.10
 Requires:  dbus-python
 Requires:  yum >= 3.2.19-15
 Requires:  usermode
@@ -466,6 +466,23 @@ fi
 %endif
 
 %changelog
+* Wed Jan 14 2015 William Poteat <wpoteat at redhat.com> 1.13.13-1
+- 1175284: Show warning for crossdev --noarchive (wpoteat at redhat.com)
+- Add missing import of GMT() (alikins at redhat.com)
+- 1180400: "Status Details" are now populated on CLI (crog at redhat.com)
+- 1180395: Added "Provides Management" to subman list output (crog at redhat.com)
+- Bumping required python-rhsm version (mstead at redhat.com)
+- Don't fail when product cache has an old format. (awood at redhat.com)
+- Use custom JSON encoding function to encode sets. (awood at redhat.com)
+- Make 'attach' auto unless otherwise specified. (alikins at redhat.com)
+- Add product tag reporting to client. (awood at redhat.com)
+- 1175185: Removed extra slash from rhsm-debug output (crog at redhat.com)
+- 1175291: Fixed a bug with attaching pools via empty file (crog at redhat.com)
+- 1070585: Changed button label from "Ok" to "Save" (crog at redhat.com)
+- 1122530: Updated man page examples (crog at redhat.com)
+- 1132981: Reverted removal of warning message (crog at redhat.com)
+- 1058231: Adjusted "last update" label positioning (crog at redhat.com)
+
 * Thu Dec 11 2014 William Poteat <wpoteat at redhat.com> 1.13.12-1
 - Latest strings from zanata. (alikins at redhat.com)
 - 1122530: Removed/updated more obsoleted documentation, dates and versions


More information about the scm-commits mailing list