From 4e0dee3b09ed4ee8feec02fa48f02f0d07352bf1 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Sun, 22 Jan 2023 06:09:58 +0000 Subject: [PATCH] import subscription-manager-1.28.35-1.el8 --- .gitignore | 4 +-- .subscription-manager.metadata | 4 +-- SPECS/subscription-manager.spec | 55 ++++++++++++++++++++++++++++++++- 3 files changed, 58 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 10432be..2b23638 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/subscription-manager-1.28.34.tar.gz -SOURCES/subscription-manager-cockpit-1.28.34.tar.gz +SOURCES/subscription-manager-1.28.35.tar.gz +SOURCES/subscription-manager-cockpit-1.28.35.tar.gz diff --git a/.subscription-manager.metadata b/.subscription-manager.metadata index 9017d61..8cf7b7e 100644 --- a/.subscription-manager.metadata +++ b/.subscription-manager.metadata @@ -1,2 +1,2 @@ -7fb1291f8d8346182a7b3ee1f718988f839038da SOURCES/subscription-manager-1.28.34.tar.gz -c1b457a3f4139f021a0fc3f26dc90a7be85f2e21 SOURCES/subscription-manager-cockpit-1.28.34.tar.gz +f23e08ef85ee085238250b5a28795f5f64826276 SOURCES/subscription-manager-1.28.35.tar.gz +1957e5fb2f16b7472be1d9d006e1d67eaa78d685 SOURCES/subscription-manager-cockpit-1.28.35.tar.gz diff --git a/SPECS/subscription-manager.spec b/SPECS/subscription-manager.spec index f548384..7e8aa44 100644 --- a/SPECS/subscription-manager.spec +++ b/SPECS/subscription-manager.spec @@ -244,7 +244,7 @@ %global use_rhsm_icons 0%{use_cockpit} || 0%{use_rhsm_gtk} Name: subscription-manager -Version: 1.28.34 +Version: 1.28.35 Release: 1%{?dist} Summary: Tools and libraries for subscription and repository management %if 0%{?suse_version} @@ -1483,6 +1483,59 @@ gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || : %endif %changelog +* Fri Jan 20 2023 Pino Toscano 1.28.35-1 +- Translated using Weblate (Spanish) (ptoscano@redhat.com) +- Translated using Weblate (Georgian) (temuri.doghonadze@gmail.com) +- Translated using Weblate (Chinese (Simplified) (zh_CN)) (ljanda@redhat.com) +- Translated using Weblate (Korean) (simmon@nplob.com) +- Update translation files (noreply@weblate.org) +- Translated using Weblate (German) (atalanttore@googlemail.com) +- New extraction for translatable strings (ptoscano@redhat.com) +- Base DBusServerStubProvider on SubManFixture (mhorky@redhat.com) +- Mark D-Bus tests (mhorky@redhat.com) +- Remove unused classes of DBus tests (mhorky@redhat.com) +- ENT-5533: Update D-Bus tests of Unregister (mhorky@redhat.com) +- ENT-5350: Implement "force" register option in rhsm dbus python bindings + (mhorky@redhat.com) +- ENT-5533: Fix failures of D-Bus' Register tests (mhorky@redhat.com) +- ENT-5533: Update D-Bus tests of Register (mhorky@redhat.com) +- ENT-5533: Update D-Bus tests of Products (mhorky@redhat.com) +- ENT-5533: Update D-Bus tests of AllFacts (mhorky@redhat.com) +- ENT-5533: Update D-Bus tests of Entitlement (mhorky@redhat.com) +- Fix typo in method name of EntitlementService (mhorky@redhat.com) +- ENT-5533: Update D-Bus tests of Consumer (mhorky@redhat.com) +- ENT-5533: Update D-Bus tests of Attach (mhorky@redhat.com) +- ENT-5533: Update D-Bus tests of Config (mhorky@redhat.com) +- Skip AsyncPool tests (mhorky@redhat.com) +- Catch generic OSError during BaseRestLib._request() (ptoscano@redhat.com) +- Catch also CertificateLoadingError for identity cert loading + (ptoscano@redhat.com) +- Fix formatting of proxy errors w/o errno (ptoscano@redhat.com) +- Improve formatting of CertificateLoadingError (ptoscano@redhat.com) +- Raise a new CertificateLoadingError on X.509 loading failures + (ptoscano@redhat.com) +- Improve formatting of UnknownContentException (ptoscano@redhat.com) +- connection: improve the internal UnknownContentException + (ptoscano@redhat.com) +- utils: add terminal_printable_content (ptoscano@redhat.com) +- connection: rename NetworkException to UnknownContentException + (ptoscano@redhat.com) +- Improve formatting of ProxyException (ptoscano@redhat.com) +- connection: improve the internal ProxyException (ptoscano@redhat.com) +- Improve formatting of socket.gaierror (ptoscano@redhat.com) +- Improve formatting of ConnectionError (ptoscano@redhat.com) +- Improve formatting of BadCertificateException (ptoscano@redhat.com) +- connection: extend BadCertificateException w/ SSL exception + (ptoscano@redhat.com) +- connection: drop dead code (ptoscano@redhat.com) +- ENT-4286: Additional fix for exception handling (jajerome@redhat.com) +- ENT-4286: Simplify exception reporting with system_exit() + (jajerome@redhat.com) +- Cloud-what: Make saving token file more robust (jhnidek@redhat.com) +- Remove deprecated function call (mhorky@redhat.com) +- Fix failures of D-Bus' Register tests (mhorky@redhat.com) +- Show locals in pytest output (mhorky@redhat.com) + * Fri Dec 02 2022 Pino Toscano 1.28.34-1 - tito: add rhel 8.8 releaser (ptoscano@redhat.com) - Translated using Weblate (Japanese) (suanand@redhat.com)