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)
This commit is contained in:
Alex Wood 2013-08-22 15:39:52 -04:00
parent 675034a3cd
commit 07fef5604a
3 changed files with 48 additions and 3 deletions

1
.gitignore vendored
View File

@ -27,3 +27,4 @@
/subscription-manager-1.8.11.tar.gz /subscription-manager-1.8.11.tar.gz
/subscription-manager-1.8.13.tar.gz /subscription-manager-1.8.13.tar.gz
/subscription-manager-1.9.1.tar.gz /subscription-manager-1.9.1.tar.gz
/subscription-manager-1.10.1.tar.gz

View File

@ -1 +1 @@
6408aece98ef159a3e9f438c5d8546a0 subscription-manager-1.9.1.tar.gz dbb5f0b56e938d3144bea5640c6a4026 subscription-manager-1.10.1.tar.gz

View File

@ -11,7 +11,7 @@
%endif %endif
Name: subscription-manager Name: subscription-manager
Version: 1.9.1 Version: 1.10.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Tools and libraries for subscription and repository management Summary: Tools and libraries for subscription and repository management
Group: System Environment/Base Group: System Environment/Base
@ -31,7 +31,7 @@ Requires: python-simplejson
Requires: python-iniparse Requires: python-iniparse
Requires: pygobject2 Requires: pygobject2
Requires: virt-what Requires: virt-what
Requires: python-rhsm >= 1.8.14-1 Requires: python-rhsm >= 1.9.1-1
Requires: dbus-python Requires: dbus-python
Requires: yum >= 3.2.19-15 Requires: yum >= 3.2.19-15
Requires: usermode Requires: usermode
@ -384,6 +384,50 @@ fi
%endif %endif
%changelog %changelog
* Thu Aug 22 2013 Alex Wood <awood@redhat.com> 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 <jesusr@redhat.com> 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 <awood@redhat.com> 1.9.1-1 * Wed Jul 31 2013 Alex Wood <awood@redhat.com> 1.9.1-1
- latest translations from zanata (alikins@redhat.com) - latest translations from zanata (alikins@redhat.com)
- Preserve traceback when an exception is thrown from background thread. - Preserve traceback when an exception is thrown from background thread.