diff --git a/.gitignore b/.gitignore index d77ee95..fd644df 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /subscription-manager-1.8.5.tar.gz /subscription-manager-1.8.6.tar.gz /subscription-manager-1.8.7.tar.gz +/subscription-manager-1.8.8.tar.gz diff --git a/sources b/sources index 00253e9..8bc5772 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5bfddc490a67299667a850f8c1937f34 subscription-manager-1.8.7.tar.gz +48d233139ea3b7bf6b4422d3a446c82c subscription-manager-1.8.8.tar.gz diff --git a/subscription-manager.spec b/subscription-manager.spec index f562c8d..f23799f 100644 --- a/subscription-manager.spec +++ b/subscription-manager.spec @@ -11,7 +11,7 @@ %endif Name: subscription-manager -Version: 1.8.7 +Version: 1.8.8 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.10 +Requires: python-rhsm >= 1.8.11 Requires: dbus-python Requires: yum >= 3.2.19-15 Requires: usermode @@ -47,7 +47,7 @@ Requires: PyXML %endif -%{?el5:Requires: rhn-setup-gnome >= 0.4.20-49} +%{?el5:Requires: rhn-setup-gnome} # There's no dmi to read on these arches, so don't pull in this dep. %ifnarch ppc ppc64 s390 s390x Requires: python-dmidecode @@ -106,8 +106,7 @@ subscriptions. Summary: Firstboot screens for subscription manager Group: System Environment/Base Requires: %{name}-gui = %{version}-%{release} -%{?el5:Requires: rhn-setup-gnome >= 0.4.20-49} -%{?el6:Requires: rhn-setup-gnome >= 1.0.0-82} +Requires: rhn-setup-gnome # Fedora can figure this out automatically, but RHEL cannot: Requires: librsvg2 @@ -379,6 +378,27 @@ fi %endif %changelog +* Tue May 21 2013 jesus m. rodriguez 1.8.8-1 +- Fix echo'ing of exit status or exception on exit (alikins@redhat.com) +- 962905: Fixing errors with quantity spinner. (awood@redhat.com) +- 961124: Allow rct dump-manifest to be called more than once (bkearney@redhat.com) +- 921249: Fix Unknown virt status being reported to server. (dgoodwin@redhat.com) +- 905136: Make the accessability value unique (bkearney@redhat.com) +- 913635: typo (dlackey@redhat.com.com) +- 889582 (dlackey@redhat.com.com) +- 962520: require python-rhsm 1.8.11 for arches (alikins@redhat.com) +- 919706: Relax rhn-setup-gnome dependency. (dgoodwin@redhat.com) +- Add new expiring icon (bkearney@redhat.com) +- use os.linesep as imported (alikins@redhat.com) +- cleanup camelCase usage in various files (alikins@redhat.com) +- adding architecture data (ckozak@redhat.com) +- Default option is status (ckozak@redhat.com) +- changed list --status to status (ckozak@redhat.com) +- adding data to installed prods (ckozak@redhat.com) +- SORT ALL THE IMPORTS! (alikins@redhat.com) +- stylish cleanup (alikins@redhat.com) +- mock.patch ConsumerIdentity instead of monkey patch (alikins@redhat.com) + * 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