From 07fef5604aeb4bd159df3fddf2c84c44a5e2b1d7 Mon Sep 17 00:00:00 2001 From: Alex Wood Date: Thu, 22 Aug 2013 15:39:52 -0400 Subject: [PATCH] Update subscription-manager to 1.10.1-1 Resolves: #994620 - reword tooltip message (ckozak@redhat.com) Resolves: #997935 - stop making requests after unregister (ckozak@redhat.com) Resolves: #997740 - allow autoheal call more often (ckozak@redhat.com) Resolves: #997189 - error is now a sys.exc_info() tuple. (awood@redhat.com) Resolves: #991165 - Refresh row striping after the TreeView is resorted. Resolves: #842402 - Re-aligning Subscription Manager Gui (cschevia@redhat.com) Resolves: #851321 - Refresh/redraw tables after removing subscriptions (cschevia@redhat.com) Resolves: #974587 - allow certs with no content (ckozak@redhat.com) Resolves: #987579 - Re-arranged preferences dialog (cschevia@redhat.com) Resolves: #990195 - remove subscribe options (ckozak@redhat.com) Resolves: #991214 - refresh ent dir, catch exception gracefully (ckozak@redhat.com) Resolves: #991548 - Display correct error message for registration failures. (awood@redhat.com) Resolves: #991580 - add rhsmd debug to stdout (ckozak@redhat.com) Resolves: #993202 - fix default config, take advantage of rhsmconfig options (ckozak@redhat.com) Resolves: #994266 - list consumed shows expired bugs (ckozak@redhat.com) Resolves: #994997 - Fix Unknown is_guest during firstboot. (dgoodwin@redhat.com) --- .gitignore | 1 + sources | 2 +- subscription-manager.spec | 48 +++++++++++++++++++++++++++++++++++++-- 3 files changed, 48 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cc8c234..414e510 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /subscription-manager-1.8.11.tar.gz /subscription-manager-1.8.13.tar.gz /subscription-manager-1.9.1.tar.gz +/subscription-manager-1.10.1.tar.gz diff --git a/sources b/sources index 7376b25..d4106f8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6408aece98ef159a3e9f438c5d8546a0 subscription-manager-1.9.1.tar.gz +dbb5f0b56e938d3144bea5640c6a4026 subscription-manager-1.10.1.tar.gz diff --git a/subscription-manager.spec b/subscription-manager.spec index 3918dac..01c129a 100644 --- a/subscription-manager.spec +++ b/subscription-manager.spec @@ -11,7 +11,7 @@ %endif Name: subscription-manager -Version: 1.9.1 +Version: 1.10.1 Release: 1%{?dist} Summary: Tools and libraries for subscription and repository management Group: System Environment/Base @@ -31,7 +31,7 @@ Requires: python-simplejson Requires: python-iniparse Requires: pygobject2 Requires: virt-what -Requires: python-rhsm >= 1.8.14-1 +Requires: python-rhsm >= 1.9.1-1 Requires: dbus-python Requires: yum >= 3.2.19-15 Requires: usermode @@ -384,6 +384,50 @@ fi %endif %changelog +* Thu Aug 22 2013 Alex Wood 1.10.1-1 +- Adding Fedora 20 branch to releaser. (awood@redhat.com) +- Subscribe/unsubscribe mirror attach/remove tests (alikins@redhat.com) +- Revert "990195: remove subscribe options" (alikins@redhat.com) +- 994620: reword tooltip message (ckozak@redhat.com) +- 997935: stop making requests after unregister (ckozak@redhat.com) +- 997740: allow autoheal call more often (ckozak@redhat.com) +- Prevent name collision over the parent variable in RHEL 5 Firstboot. + (awood@redhat.com) +- 997189: error is now a sys.exc_info() tuple. (awood@redhat.com) +- self._parent is not defined here. (awood@redhat.com) +- bump version and remove rhel-6.5 releaser (jesusr@redhat.com) +- Convert contract selection window to use a MappedListStore. + (awood@redhat.com) +- Stripe rows whenever the My Subs or All Available tabs are shown. + (awood@redhat.com) +- 991165: Refresh row striping after the TreeView is resorted. + (awood@redhat.com) +- Remove unused background attribute in Installed Products tab. + (awood@redhat.com) +- Set background color on progress bar renderer. (awood@redhat.com) +- No need to set a hint to true in glade then false in code. (awood@redhat.com) +- Remove duplicate import. (awood@redhat.com) +- Add a very simple "smoke" test script (alikins@redhat.com) +- 842402: Re-aligning Subscription Manager Gui (cschevia@redhat.com) + +* Wed Aug 14 2013 jesus m. rodriguez 1.9.2-1 +- 851321: Refresh/redraw tables after removing subscriptions (cschevia@redhat.com) +- 974587: allow certs with no content (ckozak@redhat.com) +- 977920, 983660: manpage updates (dlackey@redhat.com.com) +- 987579: Re-arranged preferences dialog (cschevia@redhat.com) +- 990195: remove subscribe options (ckozak@redhat.com) +- 991214: refresh ent dir, catch exception gracefully (ckozak@redhat.com) +- 991548: Display correct error message for registration failures. (awood@redhat.com) +- 991580: add rhsmd debug to stdout (ckozak@redhat.com) +- 993202: fix default config, take advantage of rhsmconfig options (ckozak@redhat.com) +- 994266: list consumed shows expired bugs (ckozak@redhat.com) +- 994997: Fix Unknown is_guest during firstboot. (dgoodwin@redhat.com) +- Changed 'It is' to possessive 'Its' (cschevia@redhat.com) +- Remove unused WARNING_DAYS variable (ckozak@redhat.com) +- Bump python-rhsm requires to 1.9.1 for config changes. (dgoodwin@redhat.com) +- add ondate to status (ckozak@redhat.com) +- Fedora 17 is at end of life. (awood@redhat.com) + * Wed Jul 31 2013 Alex Wood 1.9.1-1 - latest translations from zanata (alikins@redhat.com) - Preserve traceback when an exception is thrown from background thread.