import subscription-manager-1.28.20-1.el8

This commit is contained in:
CentOS Sources 2021-08-09 18:28:02 +00:00 committed by Andrew Lukoshko
parent 9d8eebe4f2
commit 973c9bf41f
3 changed files with 15 additions and 5 deletions

4
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/subscription-manager-1.28.19.tar.gz
SOURCES/subscription-manager-cockpit-1.28.19.tar.gz
SOURCES/subscription-manager-1.28.20.tar.gz
SOURCES/subscription-manager-cockpit-1.28.20.tar.gz

View File

@ -1,2 +1,2 @@
5d95b1a94f1144a8f6c6da032fc5b55a3abd66b4 SOURCES/subscription-manager-1.28.19.tar.gz
f631ea6339abd9b886823a6220c9a668e446b6d0 SOURCES/subscription-manager-cockpit-1.28.19.tar.gz
4efa3221e1432b306a8d7edbb32f46997139444e SOURCES/subscription-manager-1.28.20.tar.gz
aa05d968fbfbe3e13f9a12741095fd26c4a992a5 SOURCES/subscription-manager-cockpit-1.28.20.tar.gz

View File

@ -93,6 +93,11 @@
%global use_inotify 0
%endif
# Do not ship initial-setup in CentOS
%if %{defined centos}
%global use_initial_setup 0
%endif
%if (%{use_subman_gui} || %{use_initial_setup} || %{use_firstboot})
%global use_rhsm_gtk 1
%else
@ -243,7 +248,7 @@
%global use_rhsm_icons 0%{use_cockpit} || 0%{use_rhsm_gtk}
Name: subscription-manager
Version: 1.28.19
Version: 1.28.20
Release: 1%{?dist}
Summary: Tools and libraries for subscription and repository management
%if 0%{?suse_version}
@ -1484,6 +1489,11 @@ gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
%endif
%changelog
* Fri Jul 23 2021 Christopher Snyder <csnyder@redhat.com> 1.28.20-1
- 1876828: Try to suppress errors in stderr when not run as root
(mhorky@redhat.com)
- 1924126: Fix profile upload on AWS systems (jhnidek@redhat.com)
* Wed Jul 14 2021 Christopher Snyder <csnyder@redhat.com> 1.28.19-1
- Translated using Weblate (German) (ljanda@redhat.com)
- Translated using Weblate (German) (patrick.vollandt@mein-gym.de)