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)
This commit is contained in:
Alex Wood 2015-01-16 11:37:56 -05:00
parent f08ad179d0
commit 65fde72ab6
3 changed files with 21 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1 +1 @@
e205e5e21d980a4a429439397018dff4 subscription-manager-1.13.12.tar.gz
469b6ceb694bd658cf9e7ff54875a730 subscription-manager-1.13.13.tar.gz

View File

@ -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@redhat.com> 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 <wpoteat@redhat.com> 1.13.12-1
- Latest strings from zanata. (alikins@redhat.com)
- 1122530: Removed/updated more obsoleted documentation, dates and versions