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 1.8.7-1 +- 959563, 956298: for rhel 5.10 (dlackey@redhat.com.com) +- 905922: use get_int instead of get in order to consume the value as a + booolean (bkearney@redhat.com) +- enhancements to tests (alikins@redhat.com) +- Update expected rct output for content arch info (alikins@redhat.com) +- let 'rct cat-cert' show arches info on content sets (alikins@redhat.com) +- Use the unknown icon when it is appropriate. (bkearney@redhat.com) +- Do not allow manual entry of numbers that aren't multiples of spinner + increment. (awood@redhat.com) +- 959570: Subscription names were being mangled in the installed products page. + (bkearney@redhat.com) +- 959124: Consistant system status between CLI and GUI (ckozak@redhat.com) +- re-added compatibility for old candlepin servers. (ckozak@redhat.com) +- 885130: Switch from using xmlrpclib to rhnlib's rpclib. (awood@redhat.com) +- 958827: fixed duplicate reasons from bundled subs, removed messages for valid + products, refactoreed client-side reasons code (ckozak@redhat.com) +- 958775: correct info for future subscriptions (ckozak@redhat.com) +- Removing messages from compliant installed products caused by bad overconsumption (ckozak@redhat.com) +- Use server provided value to determine quantity increment. (awood@redhat.com) +- 957218: Bump system.certificate_version for cores support (mstead@redhat.com) +- 956285, 913635, 913628. still need to finalize output for 913628. (dlackey@redhat.com.com) +- 955142: Display core limit in rct cat-cert tool (mstead@redhat.com) +- Warn when we detect we need a newer version of 'mock' (alikins@redhat.com) +- 924919: remove loging about isodate implementation (alikins@redhat.com) +- 957195: Pull in the latest or fix from zanata. (bkearney@redhat.com) +- Add the unkown icon (bkearney@redhat.com) +- Add reasons to list --installed and list --consumed. Added list --status + (ckozak@redhat.com) +- 908037: remove all ΒΆ characters from the ml.po file. Zanata was also updated + (bkearney@redhat.com) +- 906552: Fixed mis translation of subscription-manager in pa.po and zh_CN.po. + Zanata was also updated (bkearney@redhat.com) +- 908059: Fix a pt_BR translation which did not include the http portion of a + url. Zanata is fixed as well (bkearney@redhat.com) +- Add F19, 5.10, 6.4 releasers. (dgoodwin@redhat.com) +- use "assert_string_equal" for multiline str asserts (alikins@redhat.com) +- add "assert_string_equals" that diffs multiline strings (alikins@redhat.com) + * Thu Apr 18 2013 Devan Goodwin 1.8.6-1 - Latest translations. (dgoodwin@redhat.com) - 903298: Fix a few more examples of Register to (bkearney@redhat.com)