From b3ea9afaec938f87b248bb3645e787a2d3438b61 Mon Sep 17 00:00:00 2001 From: Alex Wood Date: Thu, 11 Jul 2013 09:56:55 -0400 Subject: [PATCH] Update subscription-manager to 1.8.13-1 Resolves: #877331 - Add --org and --environment options to migration script. (awood@redhat.com) Resolves: #915847 - Clear old proxy settings if the --no-proxy option is used. (awood@redhat.com) Resolves: #928401 - Fixed translation issue in redeem dialog (cschevia@redhat.com) Resolves: #974123 - default behavior is help, no longer status (ckozak@redhat.com) Resolves: #976689 - Handle no xorg server, allow help (ckozak@redhat.com) Resolves: #976848 - 976851: thread cache write, limit disk reads, singleton Resolves: #976865 - dbus iface singleton for gui (ckozak@redhat.com) Resolves: #976866 - single instance of ProdDir and EntDir (ckozak@redhat.com) Resolves: #976868 - improve rhsmd logging (alikins@redhat.com) Resolves: #976868 - enable logging from /usr/libexec/rhsmd (alikins@redhat.com) Resolves: #976924 - empty service level and type (ckozak@redhat.com) Resolves: #977481 - added proxy options to status (ckozak@redhat.com) Resolves: #977535 - cli uses utf8 too (ckozak@redhat.com) Resolves: #977851 - 977321: Centralize CertSorter, drive updates, refresh properly Resolves: #978322 - fixed client deleting certs (ckozak@redhat.com) Resolves: #979492 - register auto-attach force recreates cert dirs (ckozak@redhat.com) Resolves: #980209 - removed injection calls from migration script (ckozak@redhat.com) Resolves: #980640 - include stacked ents in provided (ckozak@redhat.com) Resolves: #981689 - fix attach command (ckozak@redhat.com) Resolves: #982286 - Fixed empty dialog message (cschevia@redhat.com) --- .gitignore | 1 + sources | 2 +- subscription-manager.spec | 39 ++++++++++++++++++++++++++++++++++++--- 3 files changed, 38 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 1bb709d..4d96d5f 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /subscription-manager-1.8.8.tar.gz /subscription-manager-1.8.9.tar.gz /subscription-manager-1.8.11.tar.gz +/subscription-manager-1.8.13.tar.gz diff --git a/sources b/sources index d079846..26a4833 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -23f4db99a731c863462184de625e36b0 subscription-manager-1.8.11.tar.gz +a573856ef625d6cbcca0c0deb8a35672 subscription-manager-1.8.13.tar.gz diff --git a/subscription-manager.spec b/subscription-manager.spec index f582654..33297b6 100644 --- a/subscription-manager.spec +++ b/subscription-manager.spec @@ -11,7 +11,7 @@ %endif Name: subscription-manager -Version: 1.8.11 +Version: 1.8.13 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.12 +Requires: python-rhsm >= 1.8.13-1 Requires: dbus-python Requires: yum >= 3.2.19-15 Requires: usermode @@ -227,7 +227,7 @@ rm -rf %{buildroot} %{_datadir}/rhsm/subscription_manager/validity.py* %{_datadir}/rhsm/subscription_manager/reasons.py* %{_datadir}/rhsm/subscription_manager/cp_provider.py* -%{_datadir}/rhsm/subscription_manager/lazyloader.py* +%{_datadir}/rhsm/subscription_manager/file_monitor.py* # subscription-manager plugins %dir %{rhsm_plugins_dir} @@ -382,6 +382,39 @@ fi %endif %changelog +* Wed Jul 10 2013 jesus m. rodriguez 1.8.13-1 +- Latest translations from zanata. (dgoodwin@redhat.com) +- new strings (jesusr@redhat.com) + +* Wed Jul 10 2013 jesus m. rodriguez 1.8.12-1 +- 877331: Add --org and --environment options to migration script. (awood@redhat.com) +- 915847: Clear old proxy settings if the --no-proxy option is used. (awood@redhat.com) +- 928401: Fixed translation issue in redeem dialog (cschevia@redhat.com) +- 974123: default behavior is help, no longer status (ckozak@redhat.com) +- 976689: Handle no xorg server, allow help (ckozak@redhat.com) +- 976848: 976851: thread cache write, limit disk reads, singleton +- 976865: dbus iface singleton for gui (ckozak@redhat.com) +- 976866: single instance of ProdDir and EntDir (ckozak@redhat.com) +- 976868: improve rhsmd logging (alikins@redhat.com) +- 976868: enable logging from /usr/libexec/rhsmd (alikins@redhat.com) +- 976924: empty service level and type (ckozak@redhat.com) +- 977481: added proxy options to status (ckozak@redhat.com) +- 977535: cli uses utf8 too (ckozak@redhat.com) +- 977851: 977321: Centralize CertSorter, drive updates, refresh properly +- 978322: fixed client deleting certs (ckozak@redhat.com) +- 979492: register auto-attach force recreates cert dirs (ckozak@redhat.com) +- 980209: removed injection calls from migration script (ckozak@redhat.com) +- 980640: include stacked ents in provided (ckozak@redhat.com) +- 981689: fix attach command (ckozak@redhat.com) +- 982286: Fixed empty dialog message (cschevia@redhat.com) +- latests strings from zanata and new keys.pot (alikins@redhat.com) +- Fixed Preferences dialog to be non-threaded (cschevia@redhat.com) +- updated spec to require python-rhsm v1.8.13-1 or greater (cschevia@redhat.com) +- Added auto-attach property in the preferences dialog (cschevia@redhat.com) +- Added autoheal command to subman CLI (cschevia@redhat.com) +- Add support for SUBMAN_DEBUG to log to stdout (alikins@redhat.com) +- remove logging of plugin args (alikins@redhat.com) +- Fixed auto-complete script for auto-attach command (cschevia@redhat.com) * Thu Jun 20 2013 jesus m. rodriguez 1.8.11-1 - 844532: xen dom0 cpu topology lies, work around it (alikins@redhat.com) - 854380: fix overlap filter (ckozak@redhat.com)