Update subscription-manager to 1.29.9-1
Resolves: #1682943 - add space to message to separate 2 sentences Resolves: #1928667 - Added UTC to the last_boot fact (ENT-3566) (#2456) Resolves: #1608820 - Check the Log Level to make sure it is valid, if not set it to INFO Resolves: #1928072 - Print warning message and don't do auto-attach (jhnidek@redhat.com) Resolves: #1924921 - Fix getting releases, when SCA is used (jhnidek@redhat.com)
This commit is contained in:
parent
ef4a32be8c
commit
5ca25a4f29
2
.gitignore
vendored
2
.gitignore
vendored
@ -127,3 +127,5 @@
|
||||
/subscription-manager-cockpit-1.29.7.tar.gz
|
||||
/subscription-manager-1.29.8.tar.gz
|
||||
/subscription-manager-cockpit-1.29.8.tar.gz
|
||||
/subscription-manager-1.29.9.tar.gz
|
||||
/subscription-manager-cockpit-1.29.9.tar.gz
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (subscription-manager-1.29.8.tar.gz) = 1e46166630e0dc4fad7a32fa3b59967d4755edd3302a81b0d8628c7b60d7c7621ce870adaa808d4e5dc92d614ac5d3771d4e4fa1753c448672ed623d0afb4819
|
||||
SHA512 (subscription-manager-cockpit-1.29.8.tar.gz) = 2095ea03fd473727eacafe22d734aca48d5323ac6f3a500b39a340a650ea7ea828cf9af27b089e7871447a96e028f8f86fa36c10ffa8beaff06f5f7b67f92603
|
||||
SHA512 (subscription-manager-1.29.9.tar.gz) = f3bea683272ea00558c9d1b4b6f19f98a1c808152fb6cee39c3bcc20ca402324005a21a16eb6eddd226264664c6cdadca4f4e3c14f26975fbef7e3c6223ebade
|
||||
SHA512 (subscription-manager-cockpit-1.29.9.tar.gz) = 2cd5aefc472866dbbec9db826c9cb589a7f979818af529581a88b685422e9c03fad9a10b6abb0bdc7a546824e8dc6265f38ecf469cead0715139c16cce840877
|
||||
|
@ -240,8 +240,8 @@
|
||||
%global use_rhsm_icons 0%{use_cockpit} || 0%{use_rhsm_gtk}
|
||||
|
||||
Name: subscription-manager
|
||||
Version: 1.29.8
|
||||
Release: 2%{?dist}
|
||||
Version: 1.29.9
|
||||
Release: 1%{?dist}
|
||||
Summary: Tools and libraries for subscription and repository management
|
||||
%if 0%{?suse_version}
|
||||
Group: Productivity/Networking/System
|
||||
@ -959,6 +959,7 @@ find %{buildroot} -name \*.py* -exec touch -r %{SOURCE0} '{}' \;
|
||||
%dir %{python_sitearch}/subscription_manager-%{version}-*.egg-info
|
||||
%dir %{python_sitearch}/subscription_manager/api
|
||||
%dir %{python_sitearch}/subscription_manager/branding
|
||||
%dir %{python_sitearch}/subscription_manager/cli_command
|
||||
%dir %{python_sitearch}/subscription_manager/model
|
||||
%dir %{python_sitearch}/subscription_manager/plugin
|
||||
%dir %{python_sitearch}/subscription_manager/scripts
|
||||
@ -1057,6 +1058,7 @@ find %{buildroot} -name \*.py* -exec touch -r %{SOURCE0} '{}' \;
|
||||
%{python_sitearch}/subscription_manager/*.py*
|
||||
%{python_sitearch}/subscription_manager/api/*.py*
|
||||
%{python_sitearch}/subscription_manager/branding/*.py*
|
||||
%{python_sitearch}/subscription_manager/cli_command/*.py*
|
||||
%{python_sitearch}/subscription_manager/model/*.py*
|
||||
%{python_sitearch}/subscription_manager/plugin/__init__.py*
|
||||
%{python_sitearch}/subscription_manager/scripts/*.py*
|
||||
@ -1064,6 +1066,7 @@ find %{buildroot} -name \*.py* -exec touch -r %{SOURCE0} '{}' \;
|
||||
%{python_sitearch}/subscription_manager/__pycache__
|
||||
%{python_sitearch}/subscription_manager/api/__pycache__
|
||||
%{python_sitearch}/subscription_manager/branding/__pycache__
|
||||
%{python_sitearch}/subscription_manager/cli_command/__pycache__
|
||||
%{python_sitearch}/subscription_manager/model/__pycache__
|
||||
%{python_sitearch}/subscription_manager/plugin/__pycache__
|
||||
%{python_sitearch}/subscription_manager/scripts/__pycache__
|
||||
@ -1520,9 +1523,18 @@ gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.29.8-2
|
||||
- Rebuilt for updated systemd-rpm-macros
|
||||
See https://pagure.io/fesco/issue/2583.
|
||||
* Thu Mar 11 2021 Christopher Snyder <csnyder@redhat.com> 1.29.9-1
|
||||
- 1682943: add space to message to separate 2 sentences
|
||||
(tmerry@localhost.localdomain)
|
||||
- 1928667: Added UTC to the last_boot fact (ENT-3566) (#2456)
|
||||
(31166354+tlhmerry9@users.noreply.github.com)
|
||||
- 1608820: Check the Log Level to make sure it is valid, if not set it to INFO
|
||||
(#2468) (31166354+tlhmerry9@users.noreply.github.com)
|
||||
- Add nikos' auto assigner (csnyder@redhat.com)
|
||||
- Added translation using Weblate (Sinhala) (r45xveza@pm.me)
|
||||
- 1928072: Print warning message and don't do auto-attach (jhnidek@redhat.com)
|
||||
- Refactor managercli (#2453) (wpoteat@redhat.com)
|
||||
- 1924921: Fix getting releases, when SCA is used (jhnidek@redhat.com)
|
||||
|
||||
* Tue Mar 02 2021 Christopher Snyder <csnyder@redhat.com> 1.29.8-1
|
||||
- 1920568: Solve dependency between debuginfo packages (jhnidek@redhat.com)
|
||||
|
Loading…
Reference in New Issue
Block a user