From 48e805e246bdfae1fdada41e5743b9693bed7000 Mon Sep 17 00:00:00 2001 From: Devan Goodwin Date: Fri, 21 Jun 2013 16:28:04 -0300 Subject: [PATCH] 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 1.8.11-1 +- 844532: xen dom0 cpu topology lies, work around it (alikins@redhat.com) +- 854380: fix overlap filter (ckozak@redhat.com) +- 915847: Provide option to skip using proxy when connecting to RHSM. +- 921222: Fixed tab completion (cschevia@redhat.com) +- 922871: Call pre_product_id_install hook on product install (mstead@redhat.com) +- 924766: Show machine type when attaching 'virt only' subscriptions (wpoteat@redhat.com) +- 927340: added empty warning, block auth unless proxy enabled (ckozak@redhat.com) +- 928401: Fixed translation issue in redeem dialog (cschevia@redhat.com) +- 947485: System 'disconnected' if no cache and disconnected (ckozak@redhat.com) +- 947788: facts plugin can handle no 'facter' (alikins@redhat.com) +- 966137: stat-cert handles ent cert with no content (alikins@redhat.com) +- 972883: Add entries to productid.js during migration. (awood@redhat.com) +- 973938: Flush std out and catch errors to work around the broken pipe from the more command (bkearney@redhat.com) +- 974123: default behavior is help, no longer status (ckozak@redhat.com) +- 974587: Allow list --consumed to handle certificates with empty order sections (bkearney@redhat.com) (awood@redhat.com) +- 975164: 975186: fix certlib exception handling (ckozak@redhat.com) +- Pull PluginManager from dependency injection framework (mstead@redhat.com) +- Performance enhancements (ckozak@redhat.com) +- added cp_provider doc strings, modified test fixture (ckozak@redhat.com) +- Fix expand options so there is no border txt view (alikins@redhat.com) +- Make PluginManager lazy loading (mstead@redhat.com) + +* Tue Jun 04 2013 jesus m. rodriguez 1.8.10-1 +- 922825: pre_subscribe conduit now contains more data (mstead@redhat.com) +- 921222: Fixed subman auto-complete scripts (cschevia@redhat.com) +- 922806: Fix RHEL 5 firstboot issue with backButton. (dgoodwin@redhat.com) +- 960465: Subman disconnected when consumer cert is invalid (ckozak@redhat.com) +- 966747: handle a custom facts file being empty (alikins@redhat.com) +- 969280: Fix traceback on disconnected sub detach (ckozak@redhat.com) +- handle s390x's without vm info in sysinfo (alikins@redhat.com) + * Fri May 31 2013 jesus m. rodriguez 1.8.9-1 - 905136: added accessibily name for owner_label (jmolet@redhat.com) - 928175: fixed status command after user deletion (ckozak@redhat.com)