Auto sync2gitlab import of subscription-manager-1.28.36-2.el8.src.rpm

This commit is contained in:
CentOS Sources 2023-02-27 12:15:26 +00:00
parent 0e27d05ecc
commit 3d463782cc
3 changed files with 35 additions and 4 deletions

2
.gitignore vendored
View File

@ -10,3 +10,5 @@
/subscription-manager-cockpit-1.28.34.tar.gz
/subscription-manager-1.28.35.tar.gz
/subscription-manager-cockpit-1.28.35.tar.gz
/subscription-manager-1.28.36.tar.gz
/subscription-manager-cockpit-1.28.36.tar.gz

View File

@ -1,2 +1,2 @@
SHA512 (subscription-manager-1.28.35.tar.gz) = 2ebc83cad52c31426a6ad193836773b25dc96710fdf3a4715e50b5d6cb1fd514b7e04aeb5a97ae59bb4a400e546321bfeae3d678404e91a776c650eb1a632b3f
SHA512 (subscription-manager-cockpit-1.28.35.tar.gz) = 35f27302cde3ca732ee6af204f3d5a5361ff3fd627c683409d4b944aa5aee4814c49467cf351b3cde2808e8ddeb103f026082e31202c829266465e480b7bf37c
SHA512 (subscription-manager-1.28.36.tar.gz) = 7c88215f8d88e0fb595d0e68795cb741285eec17d618fbaebb5e550fe7891d81f582927cd28924b716d10f0036b02fd6b919069e9262354a16fd5639aacb6e66
SHA512 (subscription-manager-cockpit-1.28.36.tar.gz) = 096cf2c7f39723341ad3396d00984c0ff18792cd570d817344f36f3422ee4c1c062a6ceb9a7ae5748c20e0c77b50d18fe423bd030b1636b34fc54cf098c8dc89

View File

@ -244,8 +244,8 @@
%global use_rhsm_icons 0%{use_cockpit} || 0%{use_rhsm_gtk}
Name: subscription-manager
Version: 1.28.35
Release: 1%{?dist}
Version: 1.28.36
Release: 2%{?dist}
Summary: Tools and libraries for subscription and repository management
%if 0%{?suse_version}
Group: Productivity/Networking/System
@ -1483,6 +1483,35 @@ gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
%endif
%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)