import subscription-manager-1.29.30.1-1.el9_1

This commit is contained in:
CentOS Sources 2023-01-23 09:34:35 -05:00 committed by Stepan Oksanichenko
parent 6cece340e2
commit 41ec4ff5c1
3 changed files with 12 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/subscription-manager-1.29.30.tar.gz
SOURCES/subscription-manager-1.29.30.1.tar.gz

View File

@ -1 +1 @@
f215baaa9b77568434494e44ad5f8dd5deac6805 SOURCES/subscription-manager-1.29.30.tar.gz
555997cf3fd5190daf1bcc1e831d132e3dee5a06 SOURCES/subscription-manager-1.29.30.1.tar.gz

View File

@ -95,7 +95,7 @@
%global exclude_packages %{exclude_packages}"
Name: subscription-manager
Version: 1.29.30
Version: 1.29.30.1
Release: 1%{?dist}
Summary: Tools and libraries for subscription and repository management
%if 0%{?suse_version}
@ -736,6 +736,15 @@ rmdir %{python_sitearch}/subscription_manager-*-*.egg-info --ignore-fail-on-non-
rm -f /var/lib/rhsm/cache/rhsm_icon.json
%changelog
* Fri Dec 16 2022 Pino Toscano <ptoscano@redhat.com> 1.29.30.1-1
- tito: add rhel 9.1 releaser (ptoscano@redhat.com)
- 2151829: do not detect containers in OCP as such (ptoscano@redhat.com)
- tests: extend InContainerTests for path checks (ptoscano@redhat.com)
- [1.29.30] 2142611: Clear progress messages properly (mhorky@redhat.com)
- Fix possible parsing issues of dmidecode output (mhorky@redhat.com)
- cockpit: disable the reference branch for sub-man-cockpit
(ptoscano@redhat.com)
* Tue Aug 09 2022 Christopher Snyder <csnyder@redhat.com> 1.29.30-1
- Fix issue, when connection is not shared (jhnidek@redhat.com)
- Unit tests: Add stub class for SyspurposeComplianceStatusCache