From 675034a3cdd7dd00da9f2baa588134e46d37c9db Mon Sep 17 00:00:00 2001 From: Alex Wood Date: Wed, 31 Jul 2013 17:01:36 -0400 Subject: [PATCH] Update subscription-manager to 1.9.1-1 Resolves: #988411 - more at-spi changes for QA (ckozak@redhat.com) Resolves: #908521 - Pull in the latest mr strings (bkearney@redhat.com) Resolves: #928469 - Pull in latest ml strings from zanata (bkearney@redhat.com) Resolves: #927990 - Pull in latest ta_IN strings from zanata (bkearney@redhat.com) Resolves: #987579 - Make clicking autoheal label work (cschevia@redhat.com) Resolves: #966422 - Do not hang firstboot if there is an exception during registration. Resolves: #978329 - catch IdentityCertException gracefully (ckozak@redhat.com) Resolves: #988482 - fix gtk warnings on gtk-2.10 (alikins@redhat.com) Resolves: #988411 - fixed at-spi locator name (ckozak@redhat.com) Resolves: #987071 - specify arch of librsvg dep (alikins@redhat.com) Resolves: #987626 - Remove PUTS while opening preferences dialog, fix related test Resolves: #987551 - correctly reconnect to rhsmd daemon (ckozak@redhat.com) Resolves: #968820 - raise timeout exceptions for cli calls (alikins@redhat.com) Resolves: #950892 - add ents-nag-warning.png to docs install (alikins@redhat.com) Resolves: #978466 - fix missing socket info s390x/ppc64 (alikins@redhat.com) Resolves: #985515 - moved DbusIface to fix anaconda productId (ckozak@redhat.com) Resolves: #983193 - remove unused 'Virt Limit' cat-cert field (alikins@redhat.com) Resolves: #986971 - String Update: Quantity > Available (cschevia@redhat.com) Resolves: #980724 - allsubstab cleared on identity change, check redeem on register Resolves: #921222 - add 'status' to bash completion (alikins@redhat.com) Resolves: #977580 - Preferences dialog hide and show (cschevia@redhat.com) Resolves: #977481 - make proxy cli check require_connection (alikins@redhat.com) Resolves: #977896 - Fixes for Workstation/Desktop certs (alikins@redhat.com) Resolves: #984203 - Fix german translations (bkearney@redhat.com) Resolves: #974587 - Add more checks for no order portion being present Resolves: #984206 - Removed Spaces from String (cschevia@redhat.com) Resolves: #983670 - Improved auto-attach description (cschevia@redhat.com) Resolves: #982286 - Adjusted markup removal (cschevia@redhat.com) Resolves: #983250 - certs check warning period (ckozak@redhat.com) Resolves: #983281 - certs check warning period (ckozak@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 1.9.1-1 +- latest translations from zanata (alikins@redhat.com) +- Preserve traceback when an exception is thrown from background thread. + (awood@redhat.com) +- Remove logging of injection setup (alikins@redhat.com) +- 988411: more at-spi changes for QA (ckozak@redhat.com) +- 908521: Pull in the latest mr strings (bkearney@redhat.com) +- 928469: Pull in latest ml strings from zanata (bkearney@redhat.com) +- 927990: Pull in latest ta_IN strings from zanata (bkearney@redhat.com) +- 987579: Make clicking autoheal label work (cschevia@redhat.com) +- 988430, 988861: remove logging from write_cache to avoid segfault + (ckozak@redhat.com) +- 966422: Do not hang firstboot if there is an exception during registration. + (awood@redhat.com) +- 978329: catch IdentityCertException gracefully (ckozak@redhat.com) +- 988482: fix gtk warnings on gtk-2.10 (alikins@redhat.com) +- 988411: fixed at-spi locator name (ckozak@redhat.com) +- fixed dbus on rhel5 (ckozak@redhat.com) +- 987071: specify arch of librsvg dep (alikins@redhat.com) +- 987626: Remove PUTS while opening preferences dialog, fix related test + (cschevia@redhat.com) +- 987551: correctly reconnect to rhsmd daemon (ckozak@redhat.com) +- 981611, 981565: fixed icon and text truncation (ckozak@redhat.com) +- rev zanata branch to 1.9.X (alikins@redhat.com) +- Rev master to 1.9.x (alikins@redhat.com) +- 968820: raise timeout exceptions for cli calls (alikins@redhat.com) +- 950892: add ents-nag-warning.png to docs install (alikins@redhat.com) +- add new file to spec (ckozak@redhat.com) +- 978466: fix missing socket info s390x/ppc64 (alikins@redhat.com) +- 985515: moved DbusIface to fix anaconda productId (ckozak@redhat.com) +- 983193: remove unused 'Virt Limit' cat-cert field (alikins@redhat.com) +- Correcting whitespace error. (awood@redhat.com) +- 986971: String Update: Quantity > Available (cschevia@redhat.com) +- 980724: allsubstab cleared on identity change, check redeem on register + (ckozak@redhat.com) +- 921222: add 'status' to bash completion (alikins@redhat.com) +- 977580: Preferences dialog hide and show (cschevia@redhat.com) +- 977481: make proxy cli check require_connection (alikins@redhat.com) +- 977896: Fixes for Workstation/Desktop certs (alikins@redhat.com) +- Added comma to satisfy grammar rules (cschevia@redhat.com) +- added at-spi locator for autoheal checkbox (jmolet@redhat.com) +- 984203: Fix german translations (bkearney@redhat.com) +- 974587: Add more checks for no order portion being present + (bkearney@redhat.com) +- 984206: Removed Spaces from String (cschevia@redhat.com) +- Remove releasers due to branching. (dgoodwin@redhat.com) +- 983670: Improved auto-attach description (cschevia@redhat.com) +- 982286: Adjusted markup removal (cschevia@redhat.com) +- 983250: 983281: certs check warning period (ckozak@redhat.com) +- Adding Fedora 19 Yum releasers. (awood@redhat.com) + * Wed Jul 10 2013 jesus m. rodriguez 1.8.13-1 - Latest translations from zanata. (dgoodwin@redhat.com) - new strings (jesusr@redhat.com)