import subscription-manager-1.28.21-2.el8

This commit is contained in:
CentOS Sources 2021-08-24 22:42:52 +00:00 committed by Andrew Lukoshko
parent 973c9bf41f
commit 960218a9a0
3 changed files with 20 additions and 6 deletions

4
.gitignore vendored
View File

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

View File

@ -1,2 +1,2 @@
4efa3221e1432b306a8d7edbb32f46997139444e SOURCES/subscription-manager-1.28.20.tar.gz
aa05d968fbfbe3e13f9a12741095fd26c4a992a5 SOURCES/subscription-manager-cockpit-1.28.20.tar.gz
bbcd2275dde3177abcf5feaac4191437b028076e SOURCES/subscription-manager-1.28.21.tar.gz
11f637b8f9da946858a1720a80db65265f464dbe SOURCES/subscription-manager-cockpit-1.28.21.tar.gz

View File

@ -248,8 +248,8 @@
%global use_rhsm_icons 0%{use_cockpit} || 0%{use_rhsm_gtk}
Name: subscription-manager
Version: 1.28.20
Release: 1%{?dist}
Version: 1.28.21
Release: 2%{?dist}
Summary: Tools and libraries for subscription and repository management
%if 0%{?suse_version}
Group: Productivity/Networking/System
@ -1322,6 +1322,7 @@ find %{buildroot} -name \*.py* -exec touch -r %{SOURCE0} '{}' \;
%files -n python3-cloud-what
%defattr(-,root,root,-)
%attr(750,root,root) %dir %{_var}/cache/cloud-what
%dir %{python_sitearch}/cloud_what
%dir %{python_sitearch}/cloud_what/providers
%{python_sitearch}/cloud_what/*
@ -1489,6 +1490,19 @@ gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
%endif
%changelog
* Thu Aug 19 2021 Christopher Snyder <csnyder@redhat.com> 1.28.21-2
- 1922151: Revert "hwprobe.py: Fix counting cores per cpu for Fujitsu A64FX CPU"
(ptoscano@redhat.com)
* Wed Aug 18 2021 Christopher Snyder <csnyder@redhat.com> 1.28.21-1
- Updated translations from weblate
- 1922151: Add /var/cache/cloud-what to python3-cloud-what RPM.
(jhnidek@redhat.com)
- 1922151: Use in-memory cache on AWS too (jhnidek@redhat.com)
- hwprobe.py: Fix counting cores per cpu for Fujitsu A64FX CPU
(m.mizuma@jp.fujitsu.com)
- 1980418: Add 'active' field to module stream profile (ianballou67@gmail.com)
* 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)