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

Devan Goodwin dgoodwin at fedoraproject.org
Fri Jun 21 19:28:15 UTC 2013


commit 48e805e246bdfae1fdada41e5743b9693bed7000
Author: Devan Goodwin <dgoodwin at redhat.com>
Date:   Fri Jun 21 16:28:04 2013 -0300

    Update subscription-manager to 1.8.11-1

 .gitignore                |    1 +
 sources                   |    2 +-
 subscription-manager.spec |   42 +++++++++++++++++++++++++++++++++++++++---
 3 files changed, 41 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 69ed2d2..1bb709d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@
 /subscription-manager-1.8.7.tar.gz
 /subscription-manager-1.8.8.tar.gz
 /subscription-manager-1.8.9.tar.gz
+/subscription-manager-1.8.11.tar.gz
diff --git a/sources b/sources
index ad289fc..d079846 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c3001a48925badd5e3da59bf3c2e33e0  subscription-manager-1.8.9.tar.gz
+23f4db99a731c863462184de625e36b0  subscription-manager-1.8.11.tar.gz
diff --git a/subscription-manager.spec b/subscription-manager.spec
index 3fb25a0..f582654 100644
--- a/subscription-manager.spec
+++ b/subscription-manager.spec
@@ -11,7 +11,7 @@
 %endif
 
 Name: subscription-manager
-Version: 1.8.9
+Version: 1.8.11
 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.11
+Requires:  python-rhsm >= 1.8.12
 Requires:  dbus-python
 Requires:  yum >= 3.2.19-15
 Requires:  usermode
@@ -184,6 +184,9 @@ rm -rf %{buildroot}
 %config(noreplace) %attr(644,root,root) %{_sysconfdir}/logrotate.d/subscription-manager
 %{_sysconfdir}/bash_completion.d/subscription-manager
 %{_sysconfdir}/bash_completion.d/rct
+%{_sysconfdir}/bash_completion.d/rhn-migrate-classic-to-rhsm
+%{_sysconfdir}/bash_completion.d/rhsm-icon
+%{_sysconfdir}/bash_completion.d/rhsmcertd
 
 %{_sysconfdir}/cron.daily/rhsmd
 %{_datadir}/dbus-1/system-services/com.redhat.SubscriptionManager.service
@@ -218,12 +221,13 @@ rm -rf %{buildroot}
 %{_datadir}/rhsm/subscription_manager/managerlib.py*
 %{_datadir}/rhsm/subscription_manager/plugins.py*
 %{_datadir}/rhsm/subscription_manager/productid.py*
-%{_datadir}/rhsm/subscription_manager/quantity.py*
 %{_datadir}/rhsm/subscription_manager/release.py*
 %{_datadir}/rhsm/subscription_manager/repolib.py*
 %{_datadir}/rhsm/subscription_manager/utils.py*
 %{_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*
 
 # subscription-manager plugins
 %dir %{rhsm_plugins_dir}
@@ -378,6 +382,38 @@ fi
 %endif
 
 %changelog
+* 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)
+- 915847: Provide option to skip using proxy when connecting to RHSM.
+- 921222: Fixed tab completion (cschevia at redhat.com)
+- 922871: Call pre_product_id_install hook on product install (mstead at redhat.com)
+- 924766: Show machine type when attaching 'virt only' subscriptions (wpoteat at redhat.com)
+- 927340: added empty warning, block auth unless proxy enabled (ckozak at redhat.com)
+- 928401: Fixed translation issue in redeem dialog (cschevia at redhat.com)
+- 947485: System 'disconnected' if no cache and disconnected (ckozak at redhat.com)
+- 947788: facts plugin can handle no 'facter' (alikins at redhat.com)
+- 966137: stat-cert handles ent cert with no content (alikins at redhat.com)
+- 972883: Add entries to productid.js during migration. (awood at redhat.com)
+- 973938: Flush std out and catch errors to work around the broken pipe from the more command (bkearney at redhat.com)
+- 974123: default behavior is help, no longer status (ckozak at redhat.com)
+- 974587: Allow list --consumed to handle certificates with empty order sections (bkearney at redhat.com) (awood at redhat.com)
+- 975164: 975186: fix certlib exception handling (ckozak at redhat.com)
+- Pull PluginManager from dependency injection framework (mstead at redhat.com)
+- Performance enhancements (ckozak at redhat.com)
+- added cp_provider doc strings, modified test fixture (ckozak at redhat.com)
+- Fix expand options so there is no border txt view (alikins at redhat.com)
+- Make PluginManager lazy loading (mstead at redhat.com)
+
+* Tue Jun 04 2013 jesus m. rodriguez <jesusr at redhat.com> 1.8.10-1
+- 922825: pre_subscribe conduit now contains more data (mstead at redhat.com)
+- 921222: Fixed subman auto-complete scripts (cschevia at redhat.com)
+- 922806: Fix RHEL 5 firstboot issue with backButton. (dgoodwin at redhat.com)
+- 960465: Subman disconnected when consumer cert is invalid (ckozak at redhat.com)
+- 966747: handle a custom facts file being empty (alikins at redhat.com)
+- 969280: Fix traceback on disconnected sub detach (ckozak at redhat.com)
+- handle s390x's without vm info in sysinfo (alikins at redhat.com)
+
 * Fri May 31 2013 jesus m. rodriguez <jesusr at redhat.com> 1.8.9-1
 - 905136: added accessibily name for owner_label (jmolet at redhat.com)
 - 928175: fixed status command after user deletion (ckozak at redhat.com)


More information about the scm-commits mailing list