[subscription-manager] Update subscription-manager to 1.9.1-1 Resolves: #988411 - more at-spi changes for QA (ckozak at redhat

Alex Wood awood at fedoraproject.org
Wed Jul 31 21:01:43 UTC 2013


commit 675034a3cdd7dd00da9f2baa588134e46d37c9db
Author: Alex Wood <awood at redhat.com>
Date:   Wed Jul 31 17:01:36 2013 -0400

    Update subscription-manager to 1.9.1-1
    Resolves: #988411 - more at-spi changes for QA (ckozak at redhat.com)
    Resolves: #908521 - Pull in the latest mr strings (bkearney at redhat.com)
    Resolves: #928469 - Pull in latest ml strings from zanata (bkearney at redhat.com)
    Resolves: #927990 - Pull in latest ta_IN strings from zanata (bkearney at redhat.com)
    Resolves: #987579 - Make clicking autoheal label work (cschevia at redhat.com)
    Resolves: #966422 - Do not hang firstboot if there is an exception during registration.
    Resolves: #978329 - catch IdentityCertException gracefully (ckozak at redhat.com)
    Resolves: #988482 - fix gtk warnings on gtk-2.10 (alikins at redhat.com)
    Resolves: #988411 - fixed at-spi locator name (ckozak at redhat.com)
    Resolves: #987071 - specify arch of librsvg dep (alikins at redhat.com)
    Resolves: #987626 - Remove PUTS while opening preferences dialog, fix related test
    Resolves: #987551 - correctly reconnect to rhsmd daemon (ckozak at redhat.com)
    Resolves: #968820 - raise timeout exceptions for cli calls (alikins at redhat.com)
    Resolves: #950892 - add ents-nag-warning.png to docs install (alikins at redhat.com)
    Resolves: #978466 - fix missing socket info s390x/ppc64 (alikins at redhat.com)
    Resolves: #985515 - moved DbusIface to fix anaconda productId (ckozak at redhat.com)
    Resolves: #983193 - remove unused 'Virt Limit' cat-cert field (alikins at redhat.com)
    Resolves: #986971 - String Update: Quantity > Available (cschevia at redhat.com)
    Resolves: #980724 - allsubstab cleared on identity change, check redeem on register
    Resolves: #921222 - add 'status' to bash completion (alikins at redhat.com)
    Resolves: #977580 - Preferences dialog hide and show (cschevia at redhat.com)
    Resolves: #977481 - make proxy cli check require_connection (alikins at redhat.com)
    Resolves: #977896 - Fixes for Workstation/Desktop certs (alikins at redhat.com)
    Resolves: #984203 - Fix german translations (bkearney at redhat.com)
    Resolves: #974587 - Add more checks for no order portion being present
    Resolves: #984206 - Removed Spaces from String (cschevia at redhat.com)
    Resolves: #983670 - Improved auto-attach description (cschevia at redhat.com)
    Resolves: #982286 - Adjusted markup removal (cschevia at redhat.com)
    Resolves: #983250 - certs check warning period (ckozak at redhat.com)
    Resolves: #983281 - certs check warning period (ckozak at redhat.com)

 .gitignore                |    1 +
 sources                   |    2 +-
 subscription-manager.spec |   59 ++++++++++++++++++++++++++++++++++++++++++--
 3 files changed, 58 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4d96d5f..cc8c234 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@
 /subscription-manager-1.8.9.tar.gz
 /subscription-manager-1.8.11.tar.gz
 /subscription-manager-1.8.13.tar.gz
+/subscription-manager-1.9.1.tar.gz
diff --git a/sources b/sources
index 26a4833..7376b25 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a573856ef625d6cbcca0c0deb8a35672  subscription-manager-1.8.13.tar.gz
+6408aece98ef159a3e9f438c5d8546a0  subscription-manager-1.9.1.tar.gz
diff --git a/subscription-manager.spec b/subscription-manager.spec
index 33297b6..3918dac 100644
--- a/subscription-manager.spec
+++ b/subscription-manager.spec
@@ -11,7 +11,7 @@
 %endif
 
 Name: subscription-manager
-Version: 1.8.13
+Version: 1.9.1
 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.13-1
+Requires:  python-rhsm >= 1.8.14-1
 Requires:  dbus-python
 Requires:  yum >= 3.2.19-15
 Requires:  usermode
@@ -95,7 +95,8 @@ Obsoletes: %{name}-gnome < 1.0.3-1
 Provides: %{name}-gnome = %{version}-%{release}
 
 # Fedora can figure this out automatically, but RHEL cannot:
-Requires: librsvg2
+# See #987071
+Requires: librsvg2%{?_isa}
 
 %description -n subscription-manager-gui
 This package contains a GTK+ graphical interface for configuring and
@@ -203,6 +204,7 @@ rm -rf %{buildroot}
 %{_datadir}/rhsm/subscription_manager/certmgr.py*
 %{_datadir}/rhsm/subscription_manager/cert_sorter.py*
 %{_datadir}/rhsm/subscription_manager/cli.py*
+%{_datadir}/rhsm/subscription_manager/dbus_interface.py*
 %{_datadir}/rhsm/subscription_manager/factlib.py*
 %{_datadir}/rhsm/subscription_manager/facts.py*
 %{_datadir}/rhsm/subscription_manager/hwprobe.py*
@@ -382,6 +384,57 @@ fi
 %endif
 
 %changelog
+* Wed Jul 31 2013 Alex Wood <awood at redhat.com> 1.9.1-1
+- latest translations from zanata (alikins at redhat.com)
+- Preserve traceback when an exception is thrown from background thread.
+  (awood at redhat.com)
+- Remove logging of injection setup (alikins at redhat.com)
+- 988411: more at-spi changes for QA (ckozak at redhat.com)
+- 908521: Pull in the latest mr strings (bkearney at redhat.com)
+- 928469: Pull in latest ml strings from zanata (bkearney at redhat.com)
+- 927990: Pull in latest ta_IN strings from zanata (bkearney at redhat.com)
+- 987579: Make clicking autoheal label work (cschevia at redhat.com)
+- 988430, 988861: remove logging from write_cache to avoid segfault
+  (ckozak at redhat.com)
+- 966422: Do not hang firstboot if there is an exception during registration.
+  (awood at redhat.com)
+- 978329: catch IdentityCertException gracefully (ckozak at redhat.com)
+- 988482: fix gtk warnings on gtk-2.10 (alikins at redhat.com)
+- 988411: fixed at-spi locator name (ckozak at redhat.com)
+- fixed dbus on rhel5 (ckozak at redhat.com)
+- 987071: specify arch of librsvg dep (alikins at redhat.com)
+- 987626: Remove PUTS while opening preferences dialog, fix related test
+  (cschevia at redhat.com)
+- 987551: correctly reconnect to rhsmd daemon (ckozak at redhat.com)
+- 981611, 981565: fixed icon and text truncation (ckozak at redhat.com)
+- rev zanata branch to 1.9.X (alikins at redhat.com)
+- Rev master to 1.9.x (alikins at redhat.com)
+- 968820: raise timeout exceptions for cli calls (alikins at redhat.com)
+- 950892: add ents-nag-warning.png to docs install (alikins at redhat.com)
+- add new file to spec (ckozak at redhat.com)
+- 978466: fix missing socket info s390x/ppc64 (alikins at redhat.com)
+- 985515: moved DbusIface to fix anaconda productId (ckozak at redhat.com)
+- 983193: remove unused 'Virt Limit' cat-cert field (alikins at redhat.com)
+- Correcting whitespace error. (awood at redhat.com)
+- 986971: String Update: Quantity > Available (cschevia at redhat.com)
+- 980724: allsubstab cleared on identity change, check redeem on register
+  (ckozak at redhat.com)
+- 921222: add 'status' to bash completion (alikins at redhat.com)
+- 977580: Preferences dialog hide and show (cschevia at redhat.com)
+- 977481: make proxy cli check require_connection (alikins at redhat.com)
+- 977896: Fixes for Workstation/Desktop certs (alikins at redhat.com)
+- Added comma to satisfy grammar rules (cschevia at redhat.com)
+- added at-spi locator for autoheal checkbox (jmolet at redhat.com)
+- 984203: Fix german translations (bkearney at redhat.com)
+- 974587: Add more checks for no order portion being present
+  (bkearney at redhat.com)
+- 984206: Removed Spaces from String (cschevia at redhat.com)
+- Remove releasers due to branching. (dgoodwin at redhat.com)
+- 983670: Improved auto-attach description (cschevia at redhat.com)
+- 982286: Adjusted markup removal (cschevia at redhat.com)
+- 983250: 983281: certs check warning period (ckozak at redhat.com)
+- Adding Fedora 19 Yum releasers. (awood at redhat.com)
+
 * Wed Jul 10 2013 jesus m. rodriguez <jesusr at redhat.com> 1.8.13-1
 - Latest translations from zanata. (dgoodwin at redhat.com)
 - new strings (jesusr at redhat.com)


More information about the scm-commits mailing list