Update subscription-manager to 1.29.12-1

Resolves: #1953069 - bash: fix listing of config options (#2609) (ptoscano@redhat.com)
Resolves: #1953047 - bash: drop completion for subscribe & unsubscribe
Resolves: #1952228 - fix formatting of log error messages (ptoscano@redhat.com)
This commit is contained in:
Christopher Snyder 2021-04-27 16:14:55 -04:00
parent 13d8772baa
commit 28d03ce887
3 changed files with 17 additions and 6 deletions

2
.gitignore vendored
View File

@ -133,3 +133,5 @@
/subscription-manager-cockpit-1.29.10.tar.gz
/subscription-manager-1.29.11.tar.gz
/subscription-manager-cockpit-1.29.11.tar.gz
/subscription-manager-1.29.12.tar.gz
/subscription-manager-cockpit-1.29.12.tar.gz

View File

@ -1,2 +1,2 @@
SHA512 (subscription-manager-1.29.11.tar.gz) = ce59ade8bb126deb50c27954bc4f75af4c762367c503c05123a1937a7f4055203a43329f4c6c9a6742c42fddd4ad17a9adf033222915e0f9033c98b95a4b9311
SHA512 (subscription-manager-cockpit-1.29.11.tar.gz) = 00fce7d4606f0d0ae490aa67c066538dde63c5a5b36ea4c6adb9b004a065ab3feb2b802c4ec01fafc79f98390957b8ab8bfe7d9a3300725942644cc5e6516793
SHA512 (subscription-manager-1.29.12.tar.gz) = 84a01fbcc3f0ccc2132d2f7d86095fe39dbc11a2764efd2dae07f94a34daf6a4e9191e5033efef0e4ecbdeaea17b275834e0c1fed34e495ad6da2edcf15f9b06
SHA512 (subscription-manager-cockpit-1.29.12.tar.gz) = 77d7947a61d9b2b1b1c2a521f02af26d8432cca674ce213ff07d286f40671ef747043bfd57ef618abadd74f09f8e4f007d5c6ffe9f7461296fd8b5032b131387

View File

@ -240,7 +240,7 @@
%global use_rhsm_icons 0%{use_cockpit} || 0%{use_rhsm_gtk}
Name: subscription-manager
Version: 1.29.11
Version: 1.29.12
Release: 1%{?dist}
Summary: Tools and libraries for subscription and repository management
%if 0%{?suse_version}
@ -1396,9 +1396,6 @@ find %{buildroot} -name \*.py* -exec touch -r %{SOURCE0} '{}' \;
%pre
# Remove old *.egg-info empty directories not removed be previous versions of RPMs
# due to this BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1927245
rmdir %{python_sitearch}/subscription_manager-*-*.egg-info 2> /dev/null || true
%if %use_systemd
%if 0%{?suse_version}
@ -1502,6 +1499,11 @@ fi
%endif
%endif
%posttrans
# Remove old *.egg-info empty directories not removed be previous versions of RPMs
# due to this BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1927245
rmdir %{python_sitearch}/subscription_manager-*-*.egg-info --ignore-fail-on-non-empty
%if %{use_subman_gui}
%postun -n subscription-manager-gui
if [ $1 -eq 0 ] ; then
@ -1523,6 +1525,13 @@ gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
%endif
%changelog
* Tue Apr 27 2021 Christopher Snyder <csnyder@redhat.com> 1.29.12-1
- 1953069: bash: fix listing of config options (#2609) (ptoscano@redhat.com)
- Cleanup old *.egg-info dirs in %%post (csnyder@redhat.com)
- 1953047: bash: drop completion for subscribe & unsubscribe
(ptoscano@redhat.com)
- 1952228: fix formatting of log error messages (ptoscano@redhat.com)
* Thu Apr 22 2021 William Poteat <wpoteat@redhat.com> 1.29.11-1
- Add subscription-manager dependency to apt-katello-transport (kolb@atix.de)
- 1898552: refactor/fix collection of IP v4/v6 address info