import subscription-manager-1.28.25-1.el8

This commit is contained in:
CentOS Sources 2022-01-09 20:22:10 +00:00 committed by Stepan Oksanichenko
parent 8f221a3f09
commit 0538d59499
3 changed files with 40 additions and 5 deletions

4
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/subscription-manager-1.28.24.tar.gz
SOURCES/subscription-manager-cockpit-1.28.24.tar.gz
SOURCES/subscription-manager-1.28.25.tar.gz
SOURCES/subscription-manager-cockpit-1.28.25.tar.gz

View File

@ -1,2 +1,2 @@
80e335066d080d881241d8f4b21650d919c2a004 SOURCES/subscription-manager-1.28.24.tar.gz
3d5b9dd61226a34b5353d5bbf4a0a0a87ae38861 SOURCES/subscription-manager-cockpit-1.28.24.tar.gz
18352c8068518f21d0eb6e4cb30cfb04b9e958a1 SOURCES/subscription-manager-1.28.25.tar.gz
fdc552e702d711046fd2ecb2d334c6f717eb3dc5 SOURCES/subscription-manager-cockpit-1.28.25.tar.gz

View File

@ -248,7 +248,7 @@
%global use_rhsm_icons 0%{use_cockpit} || 0%{use_rhsm_gtk}
Name: subscription-manager
Version: 1.28.24
Version: 1.28.25
Release: 1%{?dist}
Summary: Tools and libraries for subscription and repository management
%if 0%{?suse_version}
@ -1491,6 +1491,41 @@ gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
%endif
%changelog
* Thu Jan 06 2022 Christopher Snyder <csnyder@redhat.com> 1.28.25-1
- syspurpose: handle users w/o organizations (ptoscano@redhat.com)
- service-level: drop useless check (ptoscano@redhat.com)
- 2037902: consider user-specified --org in any case (ptoscano@redhat.com)
- 2037901: Fix organizations hint in syspurpose commands (mhorky@redhat.com)
- 2037901: Only hint organizations if it's needed (mhorky@redhat.com)
- 2037901: Show available organizations before asking for input
(mhorky@redhat.com)
- cache: fix typo in debug message (ptoscano@redhat.com)
- 2017795: Disallowed attaching using D-Bus in SCA mode (jhnidek@redhat.com)
- 2017795: Disallowed attaching pool in SCA mode: (jhnidek@redhat.com)
- Extended D-Bus API - syspurpose methods; ENT-2373 (jhnidek@redhat.com)
- 2029384: Fix bash autocompletion (mhorky@redhat.com)
- Try to use --forked for all unit tests. (jhnidek@redhat.com)
- Updates to cherry pick for pytest (wpoteat@redhat.com)
- test: rename tests to default pytest filename pattern (ptoscano@redhat.com)
- Use pytest --forked for D-Bus unit tests (jhnidek@redhat.com)
- Added cleanup for one patcher; fixed some comments. (jhnidek@redhat.com)
- Remove i-notify watchers on the end of the loop (jhnidek@redhat.com)
- Remove outdated comments from the coverage Jenkins job (mhorky@redhat.com)
- ENT-4252: Migrate from nose to pytest (mhorky@redhat.com)
- Remove PyXML leftovers (ptoscano@redhat.com)
- 2024589: fix format of HTTP-date headers (ptoscano@redhat.com)
- connection: move HTTP-date formatting to own helper (ptoscano@redhat.com)
- Ensure datetime.timezone.utc objects for parsed UTC dates
(ptoscano@redhat.com)
- Cockpit plugin: display syspurpose card without attributes
(jhnidek@redhat.com)
- 2000326: Fixed partially subscribed product in Cockpit plugin
(jhnidek@redhat.com)
- Update translation files (noreply@weblate.org)
- 2024930: build: fix build on 'build' target (ptoscano@redhat.com)
- Add 8.6 releaser (csnyder@redhat.com)
- 2023392: libdnf: respect environment CFLAGS (ptoscano@redhat.com)
* Thu Nov 18 2021 Christopher Snyder <csnyder@redhat.com> 1.28.24-1
- 1995465: Do not use deprecated collections.MutableMapping
(jhnidek@redhat.com)