Update subscription-manager to 1.10.10-1

Resolves: #1039736 - Modify the remote server string to reference Satellite instead of
Resolves: #916666 - Change method of service detection (wpoteat@redhat.com)
Resolves: #1034429 - Fix stacktrace in logs on unregister. (dgoodwin@redhat.com)
Resolves: #1040167 - Update installed products properly (ckozak@redhat.com)
Resolves: #1030604 - print to stdout instead of stderr for consistency
Resolves: #1031008 - Properly handle exceptions when checking compliance
This commit is contained in:
Alex Wood 2014-01-16 14:13:47 -05:00
parent 3fc32b3c9c
commit bffc48820c
3 changed files with 36 additions and 3 deletions

1
.gitignore vendored
View File

@ -33,3 +33,4 @@
/subscription-manager-1.10.5.tar.gz
/subscription-manager-1.10.7.tar.gz
/subscription-manager-1.10.8.tar.gz
/subscription-manager-1.10.10.tar.gz

View File

@ -1 +1 @@
bcef7ed5d45332b5f6f1daa36d69334d subscription-manager-1.10.8.tar.gz
c550bcad8d5df9070fdd84cc402884f5 subscription-manager-1.10.10.tar.gz

View File

@ -12,7 +12,7 @@
%endif
Name: subscription-manager
Version: 1.10.8
Version: 1.10.10
Release: 1%{?dist}
Summary: Tools and libraries for subscription and repository management
Group: System Environment/Base
@ -31,7 +31,7 @@ Requires: python-ethtool
Requires: python-iniparse
Requires: pygobject2
Requires: virt-what
Requires: python-rhsm >= 1.10.8
Requires: python-rhsm >= 1.10.9
Requires: dbus-python
Requires: yum >= 3.2.19-15
Requires: usermode
@ -238,6 +238,7 @@ rm -rf %{buildroot}
%{_datadir}/rhsm/subscription_manager/cp_provider.py*
%{_datadir}/rhsm/subscription_manager/file_monitor.py*
%{_datadir}/rhsm/subscription_manager/overrides.py*
%{_datadir}/rhsm/subscription_manager/exceptions.py*
# subscription-manager plugins
%dir %{rhsm_plugins_dir}
@ -400,6 +401,37 @@ fi
%endif
%changelog
* Mon Jan 06 2014 ckozak <ckozak@redhat.com> 1.10.10-1
- 1039736: Modify the remote server string to reference Satellite instead of
CloudForms (bkearney@redhat.com)
- 916666: Change method of service detection (wpoteat@redhat.com)
- Correct at-spi name for subscription type text (ckozak@redhat.com)
* Tue Dec 17 2013 ckozak <ckozak@redhat.com> 1.10.9-1
- Check for RHSM_DISPLAY before loading any modules. (alikins@redhat.com)
- 1034429: Fix stacktrace in logs on unregister. (dgoodwin@redhat.com)
- add ServerUrlParseException strings to mapper (jesusr@redhat.com)
- 1040167: Update installed products properly (ckozak@redhat.com)
- Added atspi locator for overall status (ckozak@redhat.com)
- ExceptionMapper will now traverse object graph looking for message
(mstead@redhat.com)
- Convert tests on stderr to use Capture context manager. (awood@redhat.com)
- Have Capture grab both stdout and stderr. (awood@redhat.com)
- Updated for readability (ckozak@redhat.com)
- replace file monitors with a single monitor (ckozak@redhat.com)
- Rename capture context manager and use new-style classes. (awood@redhat.com)
- Correct Makefile for RHEL 5. (awood@redhat.com)
- 1030604: print to stdout instead of stderr for consistency
(mstead@redhat.com)
- display pool type in cli and gui (ckozak@redhat.com)
- 1031008: Properly handle exceptions when checking compliance
(mstead@redhat.com)
- Change the capture() context manager to tee output. (awood@redhat.com)
- Remove mock stdout. Nosetest captures stdout by default. (awood@redhat.com)
- respect http(s)_proxy env variable for proxy information (jesusr@redhat.com)
- Created ExceptionMapper to allow sharing exception messages
(mstead@redhat.com)
* Fri Dec 06 2013 ckozak <ckozak@redhat.com> 1.10.8-1
- 1030604: Handle 400 code for add override (mstead@redhat.com)
- Use backed to ensure a refreshed Overrides object (mstead@redhat.com)