From 7780b40a033669a488eef83a1eee83791bc4b161 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jan 09 2022 20:22:10 +0000 Subject: import subscription-manager-1.28.25-1.el8 --- diff --git a/.gitignore b/.gitignore index 7cd3ec2..13070ee 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/.subscription-manager.metadata b/.subscription-manager.metadata index 8c4143d..047e7af 100644 --- a/.subscription-manager.metadata +++ b/.subscription-manager.metadata @@ -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 diff --git a/SPECS/subscription-manager.spec b/SPECS/subscription-manager.spec index 87a3119..f5e13a7 100644 --- a/SPECS/subscription-manager.spec +++ b/SPECS/subscription-manager.spec @@ -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} @@ -887,10 +887,6 @@ find %{buildroot} -name \*.py* -exec touch -r %{SOURCE0} '{}' \; %endif %endif -%if %{defined centos} -sed -e '/^enabled=/ s/1/0/' -i %{buildroot}%{_sysconfdir}/dnf/plugins/subscription-manager.conf -%endif - # base/cli tools use the gettext domain 'rhsm', while the # gnome-help tools use domain 'subscription-manager' %files -f rhsm.lang @@ -1495,6 +1491,41 @@ gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || : %endif %changelog +* Thu Jan 06 2022 Christopher Snyder 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 1.28.24-1 - 1995465: Do not use deprecated collections.MutableMapping (jhnidek@redhat.com)