Update subscription-manager to 1.20.2-1
Resolves: #1448313 - Do not log error, when rhsm_icon.json does not exist Resolves: #1354667 - Better message for proxy/identity cert issue (wpoteat@redhat.com) Resolves: #1489917 - More robust reading of yum plugin file (jhnidek@redhat.com) Resolves: #1491842 - Add man page doc for [rhsm] auto_enable_yum_plugins Resolves: #1493711 - Fix --matches option for the list command. (awood@redhat.com) Resolves: #1476817 - Set network.ipv4_address properly, when DNS misconfigured. Resolves: #1483746 - Force UTF-8 encoding in rhsm-service (jhnidek@redhat.com) Resolves: #1466453 - [RFE] rhn-migrate-classic-to-rhsm auto-enable yum plugins Resolves: #1489917 - More robust reading of yum plugin file (jhnidek@redhat.com) Resolves: #1489877 - minor typo in /etc/rhsm/rhsm.conf comment (jhnidek@redhat.com) Resolves: #1319927 - [RFE] sub-man automatically enables yum plugins (jhnidek@redhat.com) Resolves: #1481384 - Do not update redhat.repo at RateLimitExceededException Resolves: #1485008 - subman register --type="RHUI" should work (jhnidek@redhat.com) Resolves: #1481384 - Do not update redhat.repo at RateLimitExceededException (#1685) Resolves: #1480659 - Properly initialize clean repo copy (khowell@redhat.com) Resolves: #1480395 - Force UTF-8 encoding in daemons (khowell@redhat.com) Resolves: #1464571 - 'sub-man release' prints error for more prod. certs. Resolves: #1400326 - Better error print, when consumer cert is corrupted Resolves: #1461003 - Deprecate --type option on register command (wpoteat@redhat.com) Resolves: #1462928 - Reset status after connection validation (khowell@redhat.com) Resolves: #1330036 - Better status error message for initial-setup (jhnidek@redhat.com)
This commit is contained in:
parent
035b7f6133
commit
a3d64cee30
1
.gitignore
vendored
1
.gitignore
vendored
@ -72,3 +72,4 @@
|
||||
/subscription-manager-1.19.1.tar.gz
|
||||
/subscription-manager-1.19.7.tar.gz
|
||||
/subscription-manager-1.20.1.tar.gz
|
||||
/subscription-manager-1.20.2.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (subscription-manager-1.20.1.tar.gz) = aca92ab9ed709559e77a85a326949016ab147038b66ba10b8f157f3ba71686f1dfe52af4ead9b7cc61ce1cbb3fad2276fe1d4f11c2c4af29215180bb6fa40dcc
|
||||
SHA512 (subscription-manager-1.20.2.tar.gz) = ecdd1f1e8fc9d26afeffae73b3c6d78b42ee33214160147732f994fcfc24d236a3153a37a25d621c7f6404a0e5fd23788f62fe8f217cd3c2f39cd860e6f9fc14
|
||||
|
@ -71,8 +71,8 @@
|
||||
%endif
|
||||
|
||||
Name: subscription-manager
|
||||
Version: 1.20.1
|
||||
Release: 3%{?dist}
|
||||
Version: 1.20.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Tools and libraries for subscription and repository management
|
||||
Group: System Environment/Base
|
||||
License: GPLv2
|
||||
@ -103,7 +103,7 @@ Requires: python-ethtool
|
||||
Requires: python-iniparse
|
||||
Requires: python-decorator
|
||||
Requires: virt-what
|
||||
Requires: python-rhsm >= 1.20.0
|
||||
Requires: python-rhsm >= 1.20.2
|
||||
Requires: python-decorator
|
||||
Requires: python-six
|
||||
Requires: python-dateutil
|
||||
@ -715,11 +715,55 @@ touch --no-create %{_datadir}/icons/hicolor &>/dev/null
|
||||
gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
|
||||
%changelog
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Mon Jul 31 2017 Florian Weimer <fweimer@redhat.com> - 1.20.1-2
|
||||
- Rebuild with binutils fix for ppc64le (#1475636)
|
||||
* Mon Oct 09 2017 Kevin Howell <khowell@redhat.com> 1.20.2-1
|
||||
- Sync zanata translations (khowell@redhat.com)
|
||||
- Bump python-rhsm requirement to 1.20.2 (khowell@redhat.com)
|
||||
- 1448313: Do not log error, when rhsm_icon.json does not exist
|
||||
(jhnidek@redhat.com)
|
||||
- 1354667: Better message for proxy/identity cert issue (wpoteat@redhat.com)
|
||||
- 1489917: More robust reading of yum plugin file (jhnidek@redhat.com)
|
||||
- 1491842: Add man page doc for [rhsm] auto_enable_yum_plugins
|
||||
(jhnidek@redhat.com)
|
||||
- 1493711: Fix --matches option for the list command. (awood@redhat.com)
|
||||
- 1476817: Set network.ipv4_address properly, when DNS misconfigured.
|
||||
(jhnidek@redhat.com)
|
||||
- 1483746: Force UTF-8 encoding in rhsm-service (jhnidek@redhat.com)
|
||||
- rename RepoFile to YumRepoFile (dellweg@atix.de)
|
||||
- 1466453: [RFE] rhn-migrate-classic-to-rhsm auto-enable yum plugins
|
||||
(jhnidek@redhat.com)
|
||||
- D-Bus service for removing entitlements (all/ID/serial num.)
|
||||
(jhnidek@redhat.com)
|
||||
- 1489917: More robust reading of yum plugin file (jhnidek@redhat.com)
|
||||
- 1489877: minor typo in /etc/rhsm/rhsm.conf comment (jhnidek@redhat.com)
|
||||
- restructure RepoFile hierarchy (dellweg@atix.de)
|
||||
- 1319927: [RFE] sub-man automatically enables yum plugins (jhnidek@redhat.com)
|
||||
- Fix polymorphy for RHSMLogHandler (dellweg@atix.de)
|
||||
- 1481384: Do not update redhat.repo at RateLimitExceededException
|
||||
(jhnidek@redhat.com)
|
||||
- 1485008: subman register --type="RHUI" should work (jhnidek@redhat.com)
|
||||
- 1481384: Do not update redhat.repo at RateLimitExceededException (#1685)
|
||||
(jhnidek@redhat.com)
|
||||
- Do not attempt to register if already registered. (awood@redhat.com)
|
||||
- Integrate registration service into RegisterCommand. (awood@redhat.com)
|
||||
- 1480659: Properly initialize clean repo copy (khowell@redhat.com)
|
||||
- D-Bus service for unregistering system (#1680) (jhnidek@redhat.com)
|
||||
- Add an entitlement service and use it in the CLI and DBus. (awood@redhat.com)
|
||||
- Remove unneeded plugin conduit. (awood@redhat.com)
|
||||
- Clean up imports in dbus.base_object (awood@redhat.com)
|
||||
- Move certificate persistence into register service itself. (awood@redhat.com)
|
||||
- 1480395: Force UTF-8 encoding in daemons (khowell@redhat.com)
|
||||
- 1464571: 'sub-man release' prints error for more prod. certs.
|
||||
(jhnidek@redhat.com)
|
||||
- 1400326: Better error print, when consumer cert is corrupted
|
||||
(jhnidek@redhat.com)
|
||||
- Reload identity after registering. (awood@redhat.com)
|
||||
- Move registration code to a distinct service. (awood@redhat.com)
|
||||
- The get_installed_product_status() is now method of InstalledProducts, small
|
||||
changes, refactoring. (jhnidek@redhat.com)
|
||||
- D-Bus service for listing installed products (jhnidek@redhat.com)
|
||||
- 1461003: Deprecate --type option on register command (wpoteat@redhat.com)
|
||||
- 1462928: Reset status after connection validation (khowell@redhat.com)
|
||||
- 1330036: Better status error message for initial-setup (jhnidek@redhat.com)
|
||||
|
||||
* Thu Jul 27 2017 Alex Wood <awood@redhat.com> 1.20.1-1
|
||||
- Only return JSON body from Register service. (awood@redhat.com)
|
||||
|
Loading…
Reference in New Issue
Block a user