[subscription-manager] Update subscription-manager to 1.8.7-1 Resolves: #905922 - use get_int instead of get in order to co

Devan Goodwin dgoodwin at fedoraproject.org
Fri May 10 15:51:38 UTC 2013


commit 6ebfd95a6586e0280f284b0eb2e5d071f486cdbb
Author: Devan Goodwin <dgoodwin at redhat.com>
Date:   Fri May 10 12:51:36 2013 -0300

    Update subscription-manager to 1.8.7-1
    Resolves: #905922 - use get_int instead of get in order to consume the value as a
    Resolves: #959570 - Subscription names were being mangled in the installed products page.
    Resolves: #959124 - Consistant system status between CLI and GUI (ckozak at redhat.com)
    Resolves: #885130 - Switch from using xmlrpclib to rhnlib's rpclib. (awood at redhat.com)
    Resolves: #958827 - fixed duplicate reasons from bundled subs, removed messages for valid
    Resolves: #958775 - correct info for future subscriptions (ckozak at redhat.com)
    Resolves: #957218 - Bump system.certificate_version for cores support (mstead at redhat.com)
    Resolves: #955142 - Display core limit in rct cat-cert tool (mstead at redhat.com)
    Resolves: #924919 - remove loging about isodate implementation (alikins at redhat.com)
    Resolves: #957195 - Pull in the latest or fix from zanata. (bkearney at redhat.com)
    Resolves: #908037 - remove all ¶ characters from the ml.po file. Zanata was also updated
    Resolves: #906552 - Fixed mis translation of subscription-manager in pa.po and zh_CN.po.
    Resolves: #908059 - Fix a pt_BR translation which did not include the http portion of a

 .gitignore                |    1 +
 sources                   |    2 +-
 subscription-manager.spec |   45 +++++++++++++++++++++++++++++++++++++++++++--
 3 files changed, 45 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 51d08ee..d77ee95 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@
 /subscription-manager-1.8.4.tar.gz
 /subscription-manager-1.8.5.tar.gz
 /subscription-manager-1.8.6.tar.gz
+/subscription-manager-1.8.7.tar.gz
diff --git a/sources b/sources
index bd0f6d8..00253e9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2ee5d150efa44191543a020a611aa926  subscription-manager-1.8.6.tar.gz
+5bfddc490a67299667a850f8c1937f34  subscription-manager-1.8.7.tar.gz
diff --git a/subscription-manager.spec b/subscription-manager.spec
index 94328a1..f562c8d 100644
--- a/subscription-manager.spec
+++ b/subscription-manager.spec
@@ -11,7 +11,7 @@
 %endif
 
 Name: subscription-manager
-Version: 1.8.6
+Version: 1.8.7
 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.7
+Requires:  python-rhsm >= 1.8.10
 Requires:  dbus-python
 Requires:  yum >= 3.2.19-15
 Requires:  usermode
@@ -120,6 +120,7 @@ This package contains the firstboot screens for subscription manager.
 Summary: Migration scripts for moving to certificate based subscriptions
 Group: System Environment/Base
 Requires: %{name} = %{version}-%{release}
+Requires: rhnlib
 
 %description -n subscription-manager-migration
 This package contains scripts that aid in moving to certificate based
@@ -223,6 +224,7 @@ rm -rf %{buildroot}
 %{_datadir}/rhsm/subscription_manager/repolib.py*
 %{_datadir}/rhsm/subscription_manager/utils.py*
 %{_datadir}/rhsm/subscription_manager/validity.py*
+%{_datadir}/rhsm/subscription_manager/reasons.py*
 
 # subscription-manager plugins
 %dir %{rhsm_plugins_dir}
@@ -377,6 +379,45 @@ fi
 %endif
 
 %changelog
+* Thu May 09 2013 jesus m. rodriguez <jesusr at redhat.com> 1.8.7-1
+- 959563, 956298: for rhel 5.10 (dlackey at redhat.com.com)
+- 905922: use get_int instead of get in order to consume the value as a
+  booolean (bkearney at redhat.com)
+- enhancements to tests (alikins at redhat.com)
+- Update expected rct output for content arch info (alikins at redhat.com)
+- let 'rct cat-cert' show arches info on content sets (alikins at redhat.com)
+- Use the unknown icon when it is appropriate. (bkearney at redhat.com)
+- Do not allow manual entry of numbers that aren't multiples of spinner
+  increment. (awood at redhat.com)
+- 959570: Subscription names were being mangled in the installed products page.
+  (bkearney at redhat.com)
+- 959124: Consistant system status between CLI and GUI (ckozak at redhat.com)
+- re-added compatibility for old candlepin servers. (ckozak at redhat.com)
+- 885130: Switch from using xmlrpclib to rhnlib's rpclib. (awood at redhat.com)
+- 958827: fixed duplicate reasons from bundled subs, removed messages for valid
+  products, refactoreed client-side reasons code (ckozak at redhat.com)
+- 958775: correct info for future subscriptions (ckozak at redhat.com)
+- Removing messages from compliant installed products caused by bad overconsumption (ckozak at redhat.com)
+- Use server provided value to determine quantity increment. (awood at redhat.com)
+- 957218: Bump system.certificate_version for cores support (mstead at redhat.com)
+- 956285, 913635, 913628. still need to finalize output for 913628.  (dlackey at redhat.com.com)
+- 955142: Display core limit in rct cat-cert tool (mstead at redhat.com)
+- Warn when we detect we need a newer version of 'mock' (alikins at redhat.com)
+- 924919: remove loging about isodate implementation (alikins at redhat.com)
+- 957195: Pull in the latest or fix from zanata. (bkearney at redhat.com)
+- Add the unkown icon (bkearney at redhat.com)
+- Add reasons to list --installed and list --consumed.  Added list --status
+  (ckozak at redhat.com)
+- 908037: remove all ¶ characters from the ml.po file. Zanata was also updated
+  (bkearney at redhat.com)
+- 906552: Fixed mis translation of subscription-manager in pa.po and zh_CN.po.
+  Zanata was also updated (bkearney at redhat.com)
+- 908059: Fix a pt_BR translation which did not include the http portion of a
+  url. Zanata is fixed as well (bkearney at redhat.com)
+- Add F19, 5.10, 6.4 releasers. (dgoodwin at redhat.com)
+- use "assert_string_equal" for multiline str asserts (alikins at redhat.com)
+- add "assert_string_equals" that diffs multiline strings (alikins at redhat.com)
+
 * Thu Apr 18 2013 Devan Goodwin <dgoodwin at rm-rf.ca> 1.8.6-1
 - Latest translations. (dgoodwin at redhat.com)
 - 903298: Fix a few more examples of Register to (bkearney at redhat.com)


More information about the scm-commits mailing list