Update subscription-manager to 1.19.7-1

Resolves:  - Ensure rhsmcertd performs both types of checks (csnyder@redhat.com)
Resolves:  - Bug fixing building of rhsmcertd at RHEL (jhnidek@redhat.com)
Resolves:  - Add a description of maxSplayMinutes to the rhsm.conf man page
Resolves:  - Add splay to all checks done by rhsmcertd (csnyder@redhat.com)
Resolves:  - Let rhsmcertd-worker clean up on SIGTERM (khowell@redhat.com)
Resolves:  - Make release set/unset regenerate repos (khowell@redhat.com)
Resolves:  - System locale in facts (wpoteat@redhat.com)
Resolves:  - Add no_proxy option to API, config, UI (khowell@redhat.com)
Resolves:  - Add support to rct to print contentAccessMode attribute
Resolves:  - Only log correlation ID for specified cmd (khowell@redhat.com)
Resolves:  - rhsmcertd - check connection before lock (khowell@redhat.com)
Resolves:  - Prioritize content from Basic entitlements (khowell@redhat.com)
Resolves:  - Remove catch-all on register --force (khowell@redhat.com)
Resolves:  - Deny D-BUS Config.Set from non-root (khowell@redhat.com)
Resolves:  - Allow DBus calls to the com.redhat.RHSM1 interfaces
Resolves:  - Hide content access certs from list cmd (khowell@redhat.com)
Resolves:  - Force update of icon cache on install of subman gui
Resolves:  - Fix issues with facts gathering. (awood@redhat.com)
This commit is contained in:
Alex Wood 2017-04-12 11:06:13 -04:00
parent e6962190a8
commit e5d06bd99a
3 changed files with 58 additions and 7 deletions

1
.gitignore vendored
View File

@ -70,3 +70,4 @@
/subscription-manager-1.18.6.tar.gz
/subscription-manager-1.19.0.tar.gz
/subscription-manager-1.19.1.tar.gz
/subscription-manager-1.19.7.tar.gz

View File

@ -1 +1 @@
SHA512 (subscription-manager-1.19.1.tar.gz) = 4b45e04a5622ec6bae8854084ab13267d627b0485778d87d5692da0008e6aaadba1ce4c4c60928d7202fc74bb9070ac03da0ada38eb336a6062668813f7beb50
SHA512 (subscription-manager-1.19.7.tar.gz) = 41c16d5dcfa48cd54c9f9ba4b3b2c0fddd41179f46dde7e77750a90e04006e4268f2bfc71ceffa9d23e86ea2a287d490e65de1784b654184f01016e6749b7e8a

View File

@ -60,8 +60,8 @@
%endif
Name: subscription-manager
Version: 1.19.1
Release: 2%{?dist}
Version: 1.19.7
Release: 1%{?dist}
Summary: Tools and libraries for subscription and repository management
Group: System Environment/Base
License: GPLv2
@ -80,7 +80,7 @@ Requires: python-iniparse
Requires: python-decorator
Requires: dbus-x11
Requires: virt-what
Requires: python-rhsm >= 1.19.0
Requires: python-rhsm >= 1.19.4
Requires: python-decorator
%if 0%{?sles_version}
@ -96,6 +96,7 @@ Requires: python-dateutil
%if %use_gtk3
Requires: gobject-introspection
Requires: pygobject3-base
Requires: dbus-glib
%else
%if 0%{?sles_version}
Requires: python-gobject2
@ -145,6 +146,7 @@ BuildRequires: gtk3-devel
%else
BuildRequires: gtk2-devel
%endif
BuildRequires: dbus-glib-devel
%if %use_systemd
# We need the systemd RPM macros
BuildRequires: systemd
@ -599,12 +601,60 @@ if [ $1 -eq 0 ] ; then
fi
%posttrans -n subscription-manager-gui
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
touch --no-create %{_datadir}/icons/hicolor &>/dev/null
gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Tue Apr 11 2017 Kevin Howell <khowell@redhat.com> 1.19.7-1
- Sync zanata translations (khowell@redhat.com)
- 1440934: Ensure rhsmcertd performs both types of checks (csnyder@redhat.com)
- 1440251: Bug fixing building of rhsmcertd at RHEL (jhnidek@redhat.com)
- 1440922: Add a description of maxSplayMinutes to the rhsm.conf man page
(csnyder@redhat.com)
* Mon Apr 10 2017 Kevin Howell <khowell@redhat.com> 1.19.6-1
- Bump required python-rhsm version to 1.19.4-1 (khowell@redhat.com)
- 1435013: Add splay to all checks done by rhsmcertd (csnyder@redhat.com)
- 1431659: Let rhsmcertd-worker clean up on SIGTERM (khowell@redhat.com)
- 1428435: Make release set/unset regenerate repos (khowell@redhat.com)
- 1425922: System locale in facts (wpoteat@redhat.com)
- 1420533: Add no_proxy option to API, config, UI (khowell@redhat.com)
- 1424614: Add support to rct to print contentAccessMode attribute
(rjerrido@outsidaz.org)
- Automatic commit of package [python-rhsm] release [1.19.3-1].
(khowell@redhat.com)
- 1434860: Only log correlation ID for specified cmd (khowell@redhat.com)
* Thu Mar 30 2017 Kevin Howell <khowell@redhat.com> 1.19.5-1
- Zanata translations for 1.19.X (khowell@redhat.com)
- 1433479: rhsmcertd - check connection before lock (khowell@redhat.com)
- 1427069: Prioritize content from Basic entitlements (khowell@redhat.com)
- 1429657: Remove catch-all on register --force (khowell@redhat.com)
* Mon Mar 20 2017 Kevin Howell <khowell@redhat.com> 1.19.4-1
- Bump required python-rhsm version to 1.19.2 (khowell@redhat.com)
- 1434094: Deny D-BUS Config.Set from non-root (khowell@redhat.com)
* Mon Mar 20 2017 Kevin Howell <khowell@redhat.com> 1.19.3-1
- Lock down Facts object to be accessible to root only. (awood@redhat.com)
- 1423013: Allow DBus calls to the com.redhat.RHSM1 interfaces
(awood@redhat.com)
- Address code paths with Coverity FORWARD_NULL (khowell@redhat.com)
* Mon Mar 13 2017 Kevin Howell <khowell@redhat.com> 1.19.2-1
- Query.na_dict() has been renamed in dnf 2.0 (#1544)
(MichaelMraka@users.noreply.github.com)
- Add correlation ID to each cmd & rhsmcertd run (khowell@redhat.com)
- 1425438: Hide content access certs from list cmd (khowell@redhat.com)
- 1421930: Force update of icon cache on install of subman gui
(csnyder@redhat.com)
- Bug fix: make install works as expected, when PYTHON_VER is not set using
system variable. (jiri.hnidek@tul.cz)
- 1415708: Fix issues with facts gathering. (awood@redhat.com)
- Add content access cert functionality to subman (khowell@redhat.com)
- Bootstrap DBus mainloop when rhsmcertd runs. (awood@redhat.com)
- Fix string comparison missed in python3 PR (khowell@redhat.com)
- Add missing Requires and BuildRequires needed by F25. (awood@redhat.com)
* Fri Jan 20 2017 Alex Wood <awood@redhat.com> 1.19.1-1
- Add missing BuildRequires. (awood@redhat.com)
- Zanata translations for 1.19 (adarshvritant@gmail.com)