[subscription-manager] Update subscription-manager to 1.8.13-1 Resolves: #877331 - Add --org and --environment options to m

Alex Wood awood at fedoraproject.org
Thu Jul 11 13:57:08 UTC 2013


commit b3ea9afaec938f87b248bb3645e787a2d3438b61
Author: Alex Wood <awood at redhat.com>
Date:   Thu Jul 11 09:56:55 2013 -0400

    Update subscription-manager to 1.8.13-1
    Resolves: #877331 - Add --org and --environment options to migration script.  (awood at redhat.com)
    Resolves: #915847 - Clear old proxy settings if the --no-proxy option is used. (awood at redhat.com)
    Resolves: #928401 - Fixed translation issue in redeem dialog (cschevia at redhat.com)
    Resolves: #974123 - default behavior is help, no longer status (ckozak at redhat.com)
    Resolves: #976689 - Handle no xorg server, allow help (ckozak at redhat.com)
    Resolves: #976848 - 976851: thread cache write, limit disk reads, singleton
    Resolves: #976865 - dbus iface singleton for gui (ckozak at redhat.com)
    Resolves: #976866 - single instance of ProdDir and EntDir (ckozak at redhat.com)
    Resolves: #976868 - improve rhsmd logging (alikins at redhat.com)
    Resolves: #976868 - enable logging from /usr/libexec/rhsmd (alikins at redhat.com)
    Resolves: #976924 - empty service level and type (ckozak at redhat.com)
    Resolves: #977481 - added proxy options to status (ckozak at redhat.com)
    Resolves: #977535 - cli uses utf8 too (ckozak at redhat.com)
    Resolves: #977851 - 977321: Centralize CertSorter, drive updates, refresh properly
    Resolves: #978322 - fixed client deleting certs (ckozak at redhat.com)
    Resolves: #979492 - register auto-attach force recreates cert dirs (ckozak at redhat.com)
    Resolves: #980209 - removed injection calls from migration script (ckozak at redhat.com)
    Resolves: #980640 - include stacked ents in provided (ckozak at redhat.com)
    Resolves: #981689 - fix attach command (ckozak at redhat.com)
    Resolves: #982286 - Fixed empty dialog message (cschevia at 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 <jesusr at redhat.com> 1.8.13-1
+- Latest translations from zanata. (dgoodwin at redhat.com)
+- new strings (jesusr at redhat.com)
+
+* Wed Jul 10 2013 jesus m. rodriguez <jesusr at redhat.com> 1.8.12-1
+- 877331: Add --org and --environment options to migration script.  (awood at redhat.com)
+- 915847: Clear old proxy settings if the --no-proxy option is used. (awood at redhat.com)
+- 928401: Fixed translation issue in redeem dialog (cschevia at redhat.com)
+- 974123: default behavior is help, no longer status (ckozak at redhat.com)
+- 976689: Handle no xorg server, allow help (ckozak at redhat.com)
+- 976848: 976851: thread cache write, limit disk reads, singleton
+- 976865: dbus iface singleton for gui (ckozak at redhat.com)
+- 976866: single instance of ProdDir and EntDir (ckozak at redhat.com)
+- 976868: improve rhsmd logging (alikins at redhat.com)
+- 976868: enable logging from /usr/libexec/rhsmd (alikins at redhat.com)
+- 976924: empty service level and type (ckozak at redhat.com)
+- 977481: added proxy options to status (ckozak at redhat.com)
+- 977535: cli uses utf8 too (ckozak at redhat.com)
+- 977851: 977321: Centralize CertSorter, drive updates, refresh properly
+- 978322: fixed client deleting certs (ckozak at redhat.com)
+- 979492: register auto-attach force recreates cert dirs (ckozak at redhat.com)
+- 980209: removed injection calls from migration script (ckozak at redhat.com)
+- 980640: include stacked ents in provided (ckozak at redhat.com)
+- 981689: fix attach command (ckozak at redhat.com)
+- 982286: Fixed empty dialog message (cschevia at redhat.com)
+- latests strings from zanata and new keys.pot (alikins at redhat.com)
+- Fixed Preferences dialog to be non-threaded (cschevia at redhat.com)
+- updated spec to require python-rhsm v1.8.13-1 or greater (cschevia at redhat.com)
+- Added auto-attach property in the preferences dialog (cschevia at redhat.com)
+- Added autoheal command to subman CLI (cschevia at redhat.com)
+- Add support for SUBMAN_DEBUG to log to stdout (alikins at redhat.com)
+- remove logging of plugin args (alikins at redhat.com)
+- Fixed auto-complete script for auto-attach command (cschevia at redhat.com)
 * Thu Jun 20 2013 jesus m. rodriguez <jesusr at redhat.com> 1.8.11-1
 - 844532: xen dom0 cpu topology lies, work around it (alikins at redhat.com)
 - 854380: fix overlap filter (ckozak at redhat.com)


More information about the scm-commits mailing list