commit 65e1239416096c9c27888dd21385cdc797b7d9b3
Author: Devan Goodwin <dgoodwin(a)redhat.com>
Date: Fri May 31 14:44:22 2013 -0300
Update subscription-manager to 1.8.8-1
.gitignore | 1 +
sources | 2 +-
subscription-manager.spec | 30 +++++++++++++++++++++++++-----
3 files changed, 27 insertions(+), 6 deletions(-)
---
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 <jesusr(a)redhat.com> 1.8.8-1
+- Fix echo'ing of exit status or exception on exit (alikins(a)redhat.com)
+- 962905: Fixing errors with quantity spinner. (awood(a)redhat.com)
+- 961124: Allow rct dump-manifest to be called more than once (bkearney(a)redhat.com)
+- 921249: Fix Unknown virt status being reported to server. (dgoodwin(a)redhat.com)
+- 905136: Make the accessability value unique (bkearney(a)redhat.com)
+- 913635: typo (dlackey(a)redhat.com.com)
+- 889582 (dlackey(a)redhat.com.com)
+- 962520: require python-rhsm 1.8.11 for arches (alikins(a)redhat.com)
+- 919706: Relax rhn-setup-gnome dependency. (dgoodwin(a)redhat.com)
+- Add new expiring icon (bkearney(a)redhat.com)
+- use os.linesep as imported (alikins(a)redhat.com)
+- cleanup camelCase usage in various files (alikins(a)redhat.com)
+- adding architecture data (ckozak(a)redhat.com)
+- Default option is status (ckozak(a)redhat.com)
+- changed list --status to status (ckozak(a)redhat.com)
+- adding data to installed prods (ckozak(a)redhat.com)
+- SORT ALL THE IMPORTS! (alikins(a)redhat.com)
+- stylish cleanup (alikins(a)redhat.com)
+- mock.patch ConsumerIdentity instead of monkey patch (alikins(a)redhat.com)
+
* Thu May 09 2013 jesus m. rodriguez <jesusr(a)redhat.com> 1.8.7-1
- 959563, 956298: for rhel 5.10 (dlackey(a)redhat.com.com)
- 905922: use get_int instead of get in order to consume the value as a