From 65fde72ab63d24f2a32cbf5f929b2ded793a8507 Mon Sep 17 00:00:00 2001 From: Alex Wood Date: Fri, 16 Jan 2015 11:37:56 -0500 Subject: [PATCH] Update subscription-manager to 1.13.13-1 Resolves: #1175284 - Show warning for crossdev --noarchive (wpoteat@redhat.com) Resolves: #1180400 - "Status Details" are now populated on CLI (crog@redhat.com) Resolves: #1180395 - Added "Provides Management" to subman list output (crog@redhat.com) Resolves: #1175185 - Removed extra slash from rhsm-debug output (crog@redhat.com) Resolves: #1175291 - Fixed a bug with attaching pools via empty file (crog@redhat.com) Resolves: #1070585 - Changed button label from "Ok" to "Save" (crog@redhat.com) Resolves: #1122530 - Updated man page examples (crog@redhat.com) Resolves: #1132981 - Reverted removal of warning message (crog@redhat.com) Resolves: #1058231 - Adjusted "last update" label positioning (crog@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 1.13.13-1 +- 1175284: Show warning for crossdev --noarchive (wpoteat@redhat.com) +- Add missing import of GMT() (alikins@redhat.com) +- 1180400: "Status Details" are now populated on CLI (crog@redhat.com) +- 1180395: Added "Provides Management" to subman list output (crog@redhat.com) +- Bumping required python-rhsm version (mstead@redhat.com) +- Don't fail when product cache has an old format. (awood@redhat.com) +- Use custom JSON encoding function to encode sets. (awood@redhat.com) +- Make 'attach' auto unless otherwise specified. (alikins@redhat.com) +- Add product tag reporting to client. (awood@redhat.com) +- 1175185: Removed extra slash from rhsm-debug output (crog@redhat.com) +- 1175291: Fixed a bug with attaching pools via empty file (crog@redhat.com) +- 1070585: Changed button label from "Ok" to "Save" (crog@redhat.com) +- 1122530: Updated man page examples (crog@redhat.com) +- 1132981: Reverted removal of warning message (crog@redhat.com) +- 1058231: Adjusted "last update" label positioning (crog@redhat.com) + * Thu Dec 11 2014 William Poteat 1.13.12-1 - Latest strings from zanata. (alikins@redhat.com) - 1122530: Removed/updated more obsoleted documentation, dates and versions