import subscription-manager-1.28.36-2.el8
This commit is contained in:
parent
f29e16b60d
commit
7889b7a6c1
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
SOURCES/subscription-manager-1.28.32.tar.gz
|
SOURCES/subscription-manager-1.28.36.tar.gz
|
||||||
SOURCES/subscription-manager-cockpit-1.28.32.tar.gz
|
SOURCES/subscription-manager-cockpit-1.28.36.tar.gz
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
19f850696ed12315c3eb470e1f9c46a41a9d7ef7 SOURCES/subscription-manager-1.28.32.tar.gz
|
6f4343d358f15c4a62d6c9e99bcd0cef4666a415 SOURCES/subscription-manager-1.28.36.tar.gz
|
||||||
04cce7731e9d0ecb8568f8796a5d06056df39626 SOURCES/subscription-manager-cockpit-1.28.32.tar.gz
|
563cd7a7b586d72f5e9b4032593ba5befad64dff SOURCES/subscription-manager-cockpit-1.28.36.tar.gz
|
||||||
|
@ -244,8 +244,8 @@
|
|||||||
%global use_rhsm_icons 0%{use_cockpit} || 0%{use_rhsm_gtk}
|
%global use_rhsm_icons 0%{use_cockpit} || 0%{use_rhsm_gtk}
|
||||||
|
|
||||||
Name: subscription-manager
|
Name: subscription-manager
|
||||||
Version: 1.28.32
|
Version: 1.28.36
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Tools and libraries for subscription and repository management
|
Summary: Tools and libraries for subscription and repository management
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
Group: Productivity/Networking/System
|
Group: Productivity/Networking/System
|
||||||
@ -1483,6 +1483,121 @@ gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 22 2023 Pino Toscano <ptoscano@redhat.com> 1.28.36-2
|
||||||
|
- Translated using Weblate (French) (ljanda@redhat.com)
|
||||||
|
- Translated using Weblate (French) (suanand@redhat.com)
|
||||||
|
- Translated using Weblate (Korean) (jsefler@redhat.com)
|
||||||
|
- 2168576: cockpit: insights: fix spawn_error_to_string in more cases
|
||||||
|
(ptoscano@redhat.com)
|
||||||
|
- cockpit: Fix the issue, when it is not possible to install insights-client
|
||||||
|
(jhnidek@redhat.com)
|
||||||
|
- ENT-5542: Build package using GitHub Actions (mhorky@redhat.com)
|
||||||
|
- 2166317: gui: do not use an empty environment string (ptoscano@redhat.com)
|
||||||
|
- Test libdnf plugin using GitHub Actions (mhorky@redhat.com)
|
||||||
|
- libdnf: fix return value of findProductId() (ptoscano@redhat.com)
|
||||||
|
- 1938878: Fix issues discovered by static code analyzers (#2644)
|
||||||
|
(jhnidek@redhat.com)
|
||||||
|
- ENT-5541: Publish PR coverage (mhorky@redhat.com)
|
||||||
|
- 2166623: gui: use UnknownContentException instead of NetworkException
|
||||||
|
(ptoscano@redhat.com)
|
||||||
|
- ENT-3759: Test on GitHub Actions (mhorky@redhat.com)
|
||||||
|
- Alter import of rhsm.config functions (mhorky@redhat.com)
|
||||||
|
- ENT-5536: Fix FileMonitor tests (mhorky@redhat.com)
|
||||||
|
- tests: drop test_po_files.py (ptoscano@redhat.com)
|
||||||
|
- Ensure tests don't fail when run under root (mhorky@redhat.com)
|
||||||
|
- build: pin pytest to < 7 (ptoscano@redhat.com)
|
||||||
|
- rhsm: drop custom which() implementation (ptoscano@redhat.com)
|
||||||
|
- facts: switch to shutil.which() (ptoscano@redhat.com)
|
||||||
|
- Fix tests for Python 3.6 runner (mhorky@redhat.com)
|
||||||
|
- Stop calling pytest with --failed-first (mhorky@redhat.com)
|
||||||
|
- Handle tests in containers better (mhorky@redhat.com)
|
||||||
|
|
||||||
|
* Fri Jan 20 2023 Pino Toscano <ptoscano@redhat.com> 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 <ptoscano@redhat.com> 1.28.34-1
|
||||||
|
- tito: add rhel 8.8 releaser (ptoscano@redhat.com)
|
||||||
|
- Translated using Weblate (Japanese) (suanand@redhat.com)
|
||||||
|
- Translated using Weblate (French) (vincent.lefebvre59@gmail.com)
|
||||||
|
- Translated using Weblate (Korean) (simmon@nplob.com)
|
||||||
|
- ENT-5510: Fix issues with proxy and cockpit interaction (jajerome@redhat.com)
|
||||||
|
- 2118486: [1.28] Implement "force" register option in rhsm dbus python binding
|
||||||
|
(jajerome@redhat.com)
|
||||||
|
|
||||||
|
* Mon Oct 31 2022 Christopher Snyder <csnyder@redhat.com> 1.28.33-1
|
||||||
|
- Translated using Weblate (Korean) (simmon@nplob.com)
|
||||||
|
- Translated using Weblate (Georgian) (temuri.doghonadze@gmail.com)
|
||||||
|
- 2096852: [1.28] Fixed script hang in non-interactive execution
|
||||||
|
(jajerome@redhat.com)
|
||||||
|
- 2134165: Fixed incorrect registration warning with yum/dnf
|
||||||
|
(jajerome@redhat.com)
|
||||||
|
- 2097672: Fixed expected message for manual attach case (jajerome@redhat.com)
|
||||||
|
- 2097672: [1.28] Improve warning message (auto-attach in SCA mode)
|
||||||
|
(jhnidek@redhat.com)
|
||||||
|
- build: switch rpmlint check to rpmlint 2.x (ptoscano@redhat.com)
|
||||||
|
- Only rpmlint our specfiles (csnyder@redhat.com)
|
||||||
|
- integration-test: Use custom TLS certs for mock-insights
|
||||||
|
(mvollmer@redhat.com)
|
||||||
|
- integration-test: Updates for newer insights-client (mvollmer@redhat.com)
|
||||||
|
- test: Rely on insights-client.service to succeed in testSubAndInAndFail
|
||||||
|
(mvollmer@redhat.com)
|
||||||
|
- integration-tests: Run testSubAndInAndFail with "setenforce 0"
|
||||||
|
(mvollmer@redhat.com)
|
||||||
|
- 2101510: [1.28] Fix D-Bus Register() and update entitlement certs
|
||||||
|
(jhnidek@redhat.com)
|
||||||
|
- 2097672: [RFE][1.28] Improve the message, when SCA is enabled
|
||||||
|
(jhnidek@redhat.com)
|
||||||
|
|
||||||
* Thu Aug 04 2022 Christopher Snyder <csnyder@redhat.com> 1.28.32-1
|
* Thu Aug 04 2022 Christopher Snyder <csnyder@redhat.com> 1.28.32-1
|
||||||
- cockpit: Allow unexpected message from RHEL 8.5 version of cockpit-ws
|
- cockpit: Allow unexpected message from RHEL 8.5 version of cockpit-ws
|
||||||
(martin@piware.de)
|
(martin@piware.de)
|
||||||
|
Loading…
Reference in New Issue
Block a user