Update subscription-manager to 1.8.11-1
This commit is contained in:
parent
7ad303d820
commit
48e805e246
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@
|
|||||||
/subscription-manager-1.8.7.tar.gz
|
/subscription-manager-1.8.7.tar.gz
|
||||||
/subscription-manager-1.8.8.tar.gz
|
/subscription-manager-1.8.8.tar.gz
|
||||||
/subscription-manager-1.8.9.tar.gz
|
/subscription-manager-1.8.9.tar.gz
|
||||||
|
/subscription-manager-1.8.11.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
c3001a48925badd5e3da59bf3c2e33e0 subscription-manager-1.8.9.tar.gz
|
23f4db99a731c863462184de625e36b0 subscription-manager-1.8.11.tar.gz
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: subscription-manager
|
Name: subscription-manager
|
||||||
Version: 1.8.9
|
Version: 1.8.11
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tools and libraries for subscription and repository management
|
Summary: Tools and libraries for subscription and repository management
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -31,7 +31,7 @@ Requires: python-simplejson
|
|||||||
Requires: python-iniparse
|
Requires: python-iniparse
|
||||||
Requires: pygobject2
|
Requires: pygobject2
|
||||||
Requires: virt-what
|
Requires: virt-what
|
||||||
Requires: python-rhsm >= 1.8.11
|
Requires: python-rhsm >= 1.8.12
|
||||||
Requires: dbus-python
|
Requires: dbus-python
|
||||||
Requires: yum >= 3.2.19-15
|
Requires: yum >= 3.2.19-15
|
||||||
Requires: usermode
|
Requires: usermode
|
||||||
@ -184,6 +184,9 @@ rm -rf %{buildroot}
|
|||||||
%config(noreplace) %attr(644,root,root) %{_sysconfdir}/logrotate.d/subscription-manager
|
%config(noreplace) %attr(644,root,root) %{_sysconfdir}/logrotate.d/subscription-manager
|
||||||
%{_sysconfdir}/bash_completion.d/subscription-manager
|
%{_sysconfdir}/bash_completion.d/subscription-manager
|
||||||
%{_sysconfdir}/bash_completion.d/rct
|
%{_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
|
%{_sysconfdir}/cron.daily/rhsmd
|
||||||
%{_datadir}/dbus-1/system-services/com.redhat.SubscriptionManager.service
|
%{_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/managerlib.py*
|
||||||
%{_datadir}/rhsm/subscription_manager/plugins.py*
|
%{_datadir}/rhsm/subscription_manager/plugins.py*
|
||||||
%{_datadir}/rhsm/subscription_manager/productid.py*
|
%{_datadir}/rhsm/subscription_manager/productid.py*
|
||||||
%{_datadir}/rhsm/subscription_manager/quantity.py*
|
|
||||||
%{_datadir}/rhsm/subscription_manager/release.py*
|
%{_datadir}/rhsm/subscription_manager/release.py*
|
||||||
%{_datadir}/rhsm/subscription_manager/repolib.py*
|
%{_datadir}/rhsm/subscription_manager/repolib.py*
|
||||||
%{_datadir}/rhsm/subscription_manager/utils.py*
|
%{_datadir}/rhsm/subscription_manager/utils.py*
|
||||||
%{_datadir}/rhsm/subscription_manager/validity.py*
|
%{_datadir}/rhsm/subscription_manager/validity.py*
|
||||||
%{_datadir}/rhsm/subscription_manager/reasons.py*
|
%{_datadir}/rhsm/subscription_manager/reasons.py*
|
||||||
|
%{_datadir}/rhsm/subscription_manager/cp_provider.py*
|
||||||
|
%{_datadir}/rhsm/subscription_manager/lazyloader.py*
|
||||||
|
|
||||||
# subscription-manager plugins
|
# subscription-manager plugins
|
||||||
%dir %{rhsm_plugins_dir}
|
%dir %{rhsm_plugins_dir}
|
||||||
@ -378,6 +382,38 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 20 2013 jesus m. rodriguez <jesusr@redhat.com> 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 <jesusr@redhat.com> 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 <jesusr@redhat.com> 1.8.9-1
|
* Fri May 31 2013 jesus m. rodriguez <jesusr@redhat.com> 1.8.9-1
|
||||||
- 905136: added accessibily name for owner_label (jmolet@redhat.com)
|
- 905136: added accessibily name for owner_label (jmolet@redhat.com)
|
||||||
- 928175: fixed status command after user deletion (ckozak@redhat.com)
|
- 928175: fixed status command after user deletion (ckozak@redhat.com)
|
||||||
|
Loading…
Reference in New Issue
Block a user