[subscription-manager] Update subscription-manager to 0.99.10-1

Devan Goodwin dgoodwin at fedoraproject.org
Wed Mar 14 17:23:02 UTC 2012


commit ebe8418cd9e6b8d5f4ce8d56aff18d0dc686ad30
Author: Devan Goodwin <dgoodwin at redhat.com>
Date:   Wed Mar 14 14:23:00 2012 -0300

    Update subscription-manager to 0.99.10-1

 .gitignore                |    1 +
 sources                   |    2 +-
 subscription-manager.spec |   81 +++++++++++++++++++++++++++++++++++++++++++--
 3 files changed, 80 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0a56f13..f52df54 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /subscription-manager-0.99.4.tar.gz
 /subscription-manager-0.99.6.tar.gz
 /subscription-manager-0.99.8.tar.gz
+/subscription-manager-0.99.10.tar.gz
diff --git a/sources b/sources
index 04fd72a..d057eec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6fd5948b7d86c806167ad1a15bbbd4d7  subscription-manager-0.99.8.tar.gz
+f903309c70ccfc885cac23d747bc8ee2  subscription-manager-0.99.10.tar.gz
diff --git a/subscription-manager.spec b/subscription-manager.spec
index 729654a..0e6005b 100644
--- a/subscription-manager.spec
+++ b/subscription-manager.spec
@@ -1,8 +1,13 @@
 # Skip rhsm-icon on Fedora 15+ and RHEL 7+
 %define use_rhsm_icon (0%{?fedora} && 0%{?fedora} < 15) || (0%{?rhel} && 0%{?rhel} < 7)
 
+# A couple files are for RHEL 5 only:
+%if 0%{?rhel} == 5
+%define el5 1
+%endif
+
 Name: subscription-manager
-Version: 0.99.8
+Version: 0.99.10
 Release: 1%{?dist}
 Summary: Tools and libraries for subscription and repository management
 Group:   System Environment/Base
@@ -22,7 +27,7 @@ Requires:  python-simplejson
 Requires:  python-iniparse
 Requires:  PyXML
 Requires:  virt-what
-Requires:  python-rhsm >= 0.98.2
+Requires:  python-rhsm >= 0.99.5
 Requires:  dbus-python
 Requires:  yum >= 3.2.19-15
 
@@ -62,6 +67,9 @@ Requires: dbus-x11
 Requires(post): scrollkeeper
 Requires(postun): scrollkeeper
 
+# Fedora can figure this out automatically, but RHEL cannot:
+Requires: librsvg2
+
 %description -n subscription-manager-gnome
 This package contains a GTK+ graphical interface for configuring and
 registering a system with a Red Hat Entitlement platform and manage
@@ -74,6 +82,10 @@ Requires: %{name}-gnome = %{version}-%{release}
 %{?el5:Requires: rhn-setup-gnome >= 0.4.20-49}
 %{?el6:Requires: rhn-setup-gnome >= 1.0.0-39}
 
+# Fedora can figure this out automatically, but RHEL cannot:
+Requires: librsvg2
+
+
 %description -n subscription-manager-firstboot
 This package contains the firstboot screens for subscription manager.
 
@@ -181,6 +193,7 @@ rm -rf %{buildroot}
 %{_datadir}/rhsm/subscription_manager/quantity.py*
 %{_datadir}/rhsm/subscription_manager/jsonwrapper.py*
 %{_datadir}/rhsm/subscription_manager/certmgr.py*
+%{_datadir}/rhsm/subscription_manager/listing.py*
 
 %attr(755,root,root) %{_sbindir}/subscription-manager
 %attr(755,root,root) %{_bindir}/subscription-manager
@@ -246,13 +259,15 @@ rm -rf %{buildroot}
 %files -n subscription-manager-migration
 %defattr(-,root,root,-)
 %attr(755,root,root) %{_sbindir}/rhn-migrate-classic-to-rhsm
+# Install num migration is only for RHEL 5:
 %{?el5:%attr(755,root,root) %{_sbindir}/install-num-migrate-to-rhsm}
 
 %doc
 %{_mandir}/man8/rhn-migrate-classic-to-rhsm.8*
+# Install num migration is only for RHEL 5:
 %{?el5:%{_mandir}/man8/install-num-migrate-to-rhsm.8*}
-#only install this file on Fedora
 %doc LICENSE
+#only install this file on Fedora
 %if 0%{?fedora} > 14
 %doc README.Fedora
 %endif
@@ -276,6 +291,66 @@ if [ $1 -eq 0 ] ; then
 fi
 
 %changelog
+* Wed Mar 14 2012 Michael Stead <mstead at redhat.com> 0.99.10-1
+- latest strings from zanata (alikins at redhat.com)
+- 801434: Add at-spi accessibility name to calendar selection widget.
+  (awood at redhat.com)
+- 800917: Display service level and type in All Subs tab (dgoodwin at redhat.com)
+- Add support for "release" command (alikins at redhat.com)
+- 801517: Missed translating a label during the registration process
+  (bkearney at redhat.com)
+- 801513: One translation had a copy/paste error (bkearney at redhat.com)
+- The migration script should write default proxy auth settings.
+  (awood at redhat.com)
+- Revert "801513: A replacement variable was used in a translation file where
+  it was not needed" (dgoodwin at redhat.com)
+- 801545: Break apart the string to make them easier for the translators
+  (bkearney at redhat.com)
+- 801513: A replacement variable was used in a translation file where it was
+  not needed (bkearney at redhat.com)
+- 798015: Migration script should play nicely with proxies. (awood at redhat.com)
+- 742033: Unsubscribe button is not greyed out when nothing is selected
+  (wpoteat at redhat.com)
+- 783990: Handle network errors when migrating. (awood at redhat.com)
+
+* Tue Mar 06 2012 Michael Stead <mstead at redhat.com> 0.99.9-1
+- Updating required version of python-rhsm (mstead at redhat.com)
+- fixes for po files (alikins at redhat.com)
+- latest translations from zanata (alikins at redhat.com)
+- 799394: Do not attempt to remove redhat.repo if it does not exist.
+  (awood at redhat.com)
+- 800121: do not attempt to call UEP when system is unregistered
+  (cduryee at redhat.com)
+- 799271: The usage string for service-levels contained the incorrect command
+  name (bkearney at redhat.com)
+- 799271: The usage string for service-levels contained the incorrect command
+  name (bkearney at redhat.com)
+- 704408: date field patch fixes per jbowes (cduryee at redhat.com)
+- 797243: make unregister finish updating repos (alikins at redhat.com)
+- 704408: allow users to clear the date box for contract searches
+  (cduryee at redhat.com)
+- 799316: Re-add librsvg2 dependency (dgoodwin at redhat.com)
+- 797996: Add manage_repos setting to default rhsm.conf (dgoodwin at redhat.com)
+- 795564: Add a newline at the end of the options error (bkearney at redhat.com)
+- 752756: Cache the facts, and refresh the validity facts whenever they change.
+  (bkearney at redhat.com)
+- Return a consistent scope for public IPv6 addresses across EL5 and EL6.
+  (awood at redhat.com)
+- 737773: Do not show the forgotten password url as a link.
+  (bkearney at redhat.com)
+- Fixing broken tests due to leap year. (mstead at redhat.com)
+- Explicitly define el5 macro in spec file. (dgoodwin at redhat.com)
+- 796730: Improve the clarity of the usage statement (bkearney at redhat.com)
+- 767790: Improve the messaging when a system is not registered.
+  (bkearney at redhat.com)
+- 797294: Typo in commit caused execution error. (bkearney at redhat.com)
+- 796756: use only the basename for the usage string (bkearney at redhat.com)
+- 796756: The usage string should be less verbose to be more consistent with
+  the other executable files (bkearney at redhat.com)
+- CLI service-levels touchups. (dgoodwin at redhat.com)
+- 656896: remove attribute 'swapped' (msuchy at redhat.com)
+- Release to Fedora 17 branch as well. (dgoodwin at redhat.com)
+
 * Wed Feb 22 2012 Devan Goodwin <dgoodwin at rm-rf.ca> 0.99.8-1
 - 790205: do not lay down install-num-migrate-to-rhsm on rhel6 systems
   (cduryee at redhat.com)


More information about the scm-commits mailing list