Update subscription-manager to 1.13.9-1
Resolves: #1147463 - Log py.warnings to shutup gobject warning (alikins@redhat.com) Resolves: #1159266 - rhsm-icon -i fails with "TypeError: 'NoneType' object has no Resolves: #1145833 - Do not package sat5to6 with subscription-manager. (awood@redhat.com) Resolves: #1156627 - Fix list consumed matching no service level to "". Resolves: #1162331 - Changed how debug_commands.py prints errors. (crog@redhat.com) Resolves: #1160150 - Repos --list leads to deletion of certificates imported to a system Resolves: #1162170 - Added error output when --pool-only is used with --installed. Resolves: #990183 - Fix typos in the new man page (bkearney@redhat.com) Resolves: #1161694 - Modify the --pool-id-only to be --pool-only in bash completion and Resolves: #1113741 - Fix rhsmd traceback on 502 errors. (alikins@redhat.com) Resolves: #1157387 - Fix incorrect no installed products detected status in GUI. Resolves: #1119688 - Improved output of the status module (crog@redhat.com) Resolves: #1157761 - Fixed incorrect option usage in migration tool. (crog@redhat.com) Resolves: #1157761 - revert to "--servicelevel" (alikins@redhat.com) Resolves: #1119688 - Improved error code usage in subman. (crog@redhat.com)
This commit is contained in:
parent
7f14d74b0f
commit
aee94654ac
1
.gitignore
vendored
1
.gitignore
vendored
@ -45,3 +45,4 @@
|
||||
/subscription-manager-1.13.2.tar.gz
|
||||
/subscription-manager-1.13.5.tar.gz
|
||||
/subscription-manager-1.13.6.tar.gz
|
||||
/subscription-manager-1.13.9.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
5cdf0f95255e34f4e88881af35717ef6 subscription-manager-1.13.6.tar.gz
|
||||
ea1a3284f1f180f4827dfb4e524a74ec subscription-manager-1.13.9.tar.gz
|
||||
|
@ -21,7 +21,7 @@
|
||||
%endif
|
||||
|
||||
Name: subscription-manager
|
||||
Version: 1.13.6
|
||||
Version: 1.13.9
|
||||
Release: 1%{?dist}
|
||||
Summary: Tools and libraries for subscription and repository management
|
||||
Group: System Environment/Base
|
||||
@ -103,6 +103,20 @@ the remote in the currently deployed .origin file.
|
||||
%{_datadir}/rhsm/subscription_manager/plugin/ostree/*.py*
|
||||
%endif
|
||||
|
||||
%package -n subscription-manager-plugin-container
|
||||
Summary: A plugin for handling container content.
|
||||
Group: System Environment/Base
|
||||
|
||||
%description -n subscription-manager-plugin-container
|
||||
Enables handling of content of type 'containerImage' in any certificates
|
||||
from the server. Populates /etc/docker/certs.d appropriately.
|
||||
|
||||
%files -n subscription-manager-plugin-container
|
||||
%defattr(-,root,root,-)
|
||||
%{_sysconfdir}/rhsm/pluginconf.d/container_content.ContainerContentPlugin.conf
|
||||
%{rhsm_plugins_dir}/container_content.py*
|
||||
%{_datadir}/rhsm/subscription_manager/plugin/container.py*
|
||||
|
||||
%package -n subscription-manager-gui
|
||||
Summary: A GUI interface to manage Red Hat product subscriptions
|
||||
Group: System Environment/Base
|
||||
@ -243,6 +257,58 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/rhsm/subscription_manager/*.py*
|
||||
%{_datadir}/rhsm/subscription_manager/branding/*.py*
|
||||
%{_datadir}/rhsm/subscription_manager/model/*.py*
|
||||
%{_datadir}/rhsm/subscription_manager/async.py*
|
||||
%{_datadir}/rhsm/subscription_manager/base_action_client.py*
|
||||
%{_datadir}/rhsm/subscription_manager/base_plugin.py*
|
||||
%{_datadir}/rhsm/subscription_manager/branding
|
||||
%{_datadir}/rhsm/subscription_manager/cache.py*
|
||||
%{_datadir}/rhsm/subscription_manager/certdirectory.py*
|
||||
%{_datadir}/rhsm/subscription_manager/certlib.py*
|
||||
%{_datadir}/rhsm/subscription_manager/content_action_client.py*
|
||||
%{_datadir}/rhsm/subscription_manager/action_client.py*
|
||||
%{_datadir}/rhsm/subscription_manager/cert_sorter.py*
|
||||
%{_datadir}/rhsm/subscription_manager/cli.py*
|
||||
%{_datadir}/rhsm/subscription_manager/dbus_interface.py*
|
||||
|
||||
%{_datadir}/rhsm/subscription_manager/dmiinfo.py*
|
||||
%{_datadir}/rhsm/subscription_manager/entcertlib.py*
|
||||
%{_datadir}/rhsm/subscription_manager/entbranding.py*
|
||||
%{_datadir}/rhsm/subscription_manager/factlib.py*
|
||||
%{_datadir}/rhsm/subscription_manager/facts.py*
|
||||
%{_datadir}/rhsm/subscription_manager/healinglib.py*
|
||||
%{_datadir}/rhsm/subscription_manager/hwprobe.py*
|
||||
%{_datadir}/rhsm/subscription_manager/isodate.py*
|
||||
%{_datadir}/rhsm/subscription_manager/i18n_optparse.py*
|
||||
%{_datadir}/rhsm/subscription_manager/i18n.py*
|
||||
%{_datadir}/rhsm/subscription_manager/identity.py*
|
||||
%{_datadir}/rhsm/subscription_manager/identitycertlib.py*
|
||||
%{_datadir}/rhsm/subscription_manager/injection.py*
|
||||
%{_datadir}/rhsm/subscription_manager/injectioninit.py*
|
||||
%{_datadir}/rhsm/subscription_manager/__init__.py*
|
||||
%{_datadir}/rhsm/subscription_manager/installedproductslib.py*
|
||||
%{_datadir}/rhsm/subscription_manager/jsonwrapper.py*
|
||||
%{_datadir}/rhsm/subscription_manager/listing.py*
|
||||
%{_datadir}/rhsm/subscription_manager/lock.py*
|
||||
%{_datadir}/rhsm/subscription_manager/logutil.py*
|
||||
%{_datadir}/rhsm/subscription_manager/managercli.py*
|
||||
%{_datadir}/rhsm/subscription_manager/managerlib.py*
|
||||
%{_datadir}/rhsm/subscription_manager/model
|
||||
%{_datadir}/rhsm/subscription_manager/model/*.py
|
||||
%{_datadir}/rhsm/subscription_manager/packageprofilelib.py*
|
||||
%{_datadir}/rhsm/subscription_manager/plugins.py*
|
||||
%{_datadir}/rhsm/subscription_manager/productid.py*
|
||||
%{_datadir}/rhsm/subscription_manager/release.py*
|
||||
%{_datadir}/rhsm/subscription_manager/repolib.py*
|
||||
%{_datadir}/rhsm/subscription_manager/rhelentbranding.py*
|
||||
%{_datadir}/rhsm/subscription_manager/rhelproduct.py*
|
||||
%{_datadir}/rhsm/subscription_manager/utils.py*
|
||||
%{_datadir}/rhsm/subscription_manager/printing_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/file_monitor.py*
|
||||
%{_datadir}/rhsm/subscription_manager/overrides.py*
|
||||
%{_datadir}/rhsm/subscription_manager/exceptions.py*
|
||||
%{_datadir}/rhsm/subscription_manager/plugin/*.py*
|
||||
|
||||
# subscription-manager plugins
|
||||
@ -352,7 +418,6 @@ rm -rf %{buildroot}
|
||||
%dir %{_datadir}/rhsm/subscription_manager/migrate
|
||||
%{_datadir}/rhsm/subscription_manager/migrate/*.py*
|
||||
%attr(755,root,root) %{_sbindir}/rhn-migrate-classic-to-rhsm
|
||||
%attr(755,root,root) %{_sbindir}/sat5to6
|
||||
|
||||
%doc
|
||||
%{_mandir}/man8/rhn-migrate-classic-to-rhsm.8*
|
||||
@ -401,6 +466,48 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Nov 21 2014 William Poteat <wpoteat@redhat.com> 1.13.9-1
|
||||
- Move ostree config to /etc/ostree/remotes.d/redhat.conf (alikins@redhat.com)
|
||||
- 1147463: Log py.warnings to shutup gobject warning (alikins@redhat.com)
|
||||
- 1159266: rhsm-icon -i fails with "TypeError: 'NoneType' object has no
|
||||
attribute '__getitem__'" (wpoteat@redhat.com)
|
||||
- 1145833: Do not package sat5to6 with subscription-manager. (awood@redhat.com)
|
||||
- 1156627: Fix list consumed matching no service level to "".
|
||||
(dgoodwin@redhat.com)
|
||||
- 1162331: Changed how debug_commands.py prints errors. (crog@redhat.com)
|
||||
- 1160150: Repos --list leads to deletion of certificates imported to a system
|
||||
(wpoteat@redhat.com)
|
||||
- 1162170: Added error output when --pool-only is used with --installed.
|
||||
(crog@redhat.com)
|
||||
- 990183: Fix typos in the new man page (bkearney@redhat.com)
|
||||
- 1161694: Modify the --pool-id-only to be --pool-only in bash completion and
|
||||
man page (bkearney@redhat.com)
|
||||
- Use .format strings for --ondate example message (alikins@redhat.com)
|
||||
- 1113741: Fix rhsmd traceback on 502 errors. (alikins@redhat.com)
|
||||
- 1157387: Fix incorrect no installed products detected status in GUI.
|
||||
(dgoodwin@redhat.com)
|
||||
|
||||
* Fri Nov 07 2014 Unknown name <wpoteat@redhat.com> 1.13.8-1
|
||||
- Added support for attaching pools from a file/stdin. (crog@redhat.com)
|
||||
- Revert "1046132: Makes rhsm-icon slightly less annoying."
|
||||
(dgoodwin@redhat.com)
|
||||
- Further improved exit code standardization (crog@redhat.com)
|
||||
- 1119688: Improved output of the status module (crog@redhat.com)
|
||||
- Make repolib tag matching use model.find_content (alikins@redhat.com)
|
||||
- Added the --pool-only option to subman's list command. (crog@redhat.com)
|
||||
- 1157761: Fixed incorrect option usage in migration tool. (crog@redhat.com)
|
||||
- 1157761: revert to "--servicelevel" (alikins@redhat.com)
|
||||
- 1119688: Improved error code usage in subman. (crog@redhat.com)
|
||||
|
||||
* Mon Oct 27 2014 Devan Goodwin <dgoodwin@rm-rf.ca> 1.13.7-1
|
||||
- Add content/product tag matching for content plugins. (alikins@redhat.com)
|
||||
- Remove ostree 'unconfigured' after configuring. (alikins@redhat.com)
|
||||
- Symlink to redhat-uep.pem if we seem to be syncing a CDN hostname cert dir.
|
||||
(dgoodwin@redhat.com)
|
||||
- Add a test for removing 'unconfigured-state' from origin (alikins@redhat.com)
|
||||
- Case insensitive content type searching. (dgoodwin@redhat.com)
|
||||
- Added container plugin for configuring Docker. (dgoodwin@redhat.com)
|
||||
|
||||
* Thu Oct 23 2014 Alex Wood <awood@redhat.com> 1.13.6-1
|
||||
- 1093325: Prevent rhsm-debug from throwing tbs (alikins@redhat.com)
|
||||
- Send list of compliance reasons on dbus (wpoteat@redhat.com)
|
||||
|
Loading…
Reference in New Issue
Block a user