import subscription-manager-1.28.24-1.el8

This commit is contained in:
CentOS Sources 2021-11-24 04:24:17 +00:00 committed by Stepan Oksanichenko
parent 859bfba078
commit 8f221a3f09
3 changed files with 123 additions and 12 deletions

4
.gitignore vendored
View File

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

View File

@ -1,2 +1,2 @@
1dd5a94907fc9fe18a41c36e4db5da07f7abc8b1 SOURCES/subscription-manager-1.28.21.tar.gz
d3fd24967e348b97cc8480bc7e4f0295097f56b0 SOURCES/subscription-manager-cockpit-1.28.21.tar.gz
80e335066d080d881241d8f4b21650d919c2a004 SOURCES/subscription-manager-1.28.24.tar.gz
3d5b9dd61226a34b5353d5bbf4a0a0a87ae38861 SOURCES/subscription-manager-cockpit-1.28.24.tar.gz

View File

@ -248,8 +248,8 @@
%global use_rhsm_icons 0%{use_cockpit} || 0%{use_rhsm_gtk}
Name: subscription-manager
Version: 1.28.21
Release: 3%{?dist}
Version: 1.28.24
Release: 1%{?dist}
Summary: Tools and libraries for subscription and repository management
%if 0%{?suse_version}
Group: Productivity/Networking/System
@ -716,8 +716,9 @@ BuildArch: noarch
Requires: subscription-manager
Requires: cockpit-bridge
Requires: cockpit-shell
Requires: cockpit-ws
Requires: rhsm-icons
# Used by desktop UI, but not necessary for web UI
Recommends: cockpit-ws
%description -n subscription-manager-cockpit
Subscription Manager Cockpit UI
@ -1403,7 +1404,7 @@ fi
%endif
# Make all entitlement certificates and keys files readable by group and other
chmod go+r /etc/pki/entitlement/*.pem || true
find /etc/pki/entitlement -mindepth 1 -maxdepth 1 -name '*.pem' | xargs --no-run-if-empty chmod go+r
if [ -x /bin/dbus-send ] ; then
dbus-send --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig > /dev/null 2>&1 || :
@ -1490,12 +1491,122 @@ gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
%endif
%changelog
* Thu Sep 02 2021 Christopher Snyder <csnyder@redhat.com> 1.28.21-3
- 1944093: Updated translations
* Thu Aug 19 2021 Christopher Snyder <csnyder@redhat.com> 1.28.21-2
- 1922151: Revert "hwprobe.py: Fix counting cores per cpu for Fujitsu A64FX CPU"
* Thu Nov 18 2021 Christopher Snyder <csnyder@redhat.com> 1.28.24-1
- 1995465: Do not use deprecated collections.MutableMapping
(jhnidek@redhat.com)
- connection: recognize proxy errors (ptoscano@redhat.com)
- 2020284: handle server-side consumer deletion in syspurpose commands
(ptoscano@redhat.com)
* Thu Nov 11 2021 Christopher Snyder <csnyder@redhat.com> 1.28.23-1
- 2021982: Fix syspurpose bash completion (mhorky@redhat.com)
- New extraction for translatable strings (ptoscano@redhat.com)
- syspurpose: remove redundant _() (ptoscano@redhat.com)
- syspurpose: translate more UI strings (ptoscano@redhat.com)
- syspurpose: include argparse string in message catalog (ptoscano@redhat.com)
- 1719690: Update to message formatting (wpoteat@redhat.com)
- cockpit: port subscriptions info icons to PF4 icons (kkoukiou@redhat.com)
- cockpit: translate some untranslated aria-labels (kkoukiou@redhat.com)
- cockpit: Port Po2JSONPlugin to webpack 5 (kkoukiou@redhat.com)
- cockpit: stop including PF3 - it's not used anymore (kkoukiou@redhat.com)
- cockpit: port Insights dialog remaining non PF4 parts (kkoukiou@redhat.com)
- cockpit: port subscriptions register dialog to Patternfly 4
(kkoukiou@redhat.com)
- cockpit: port spinners to PF4 spinners (kkoukiou@redhat.com)
- cockpit: replace custom Revealer component with 'ExpandableSection' from PF4
(kkoukiou@redhat.com)
- cockpit: replace pficon and fa classes with svgs form react-icons
(kkoukiou@redhat.com)
- cockpit: remove jquery unused dependency (kkoukiou@redhat.com)
- cockpit: patternfly is a normal dependency - not just dev
(kkoukiou@redhat.com)
- cockpit: update patternfly modules and explicitely specify react-icons
dependency (kkoukiou@redhat.com)
- cockpit: clean up package.json from unused dependencies and move to webpack 5
(kkoukiou@redhat.com)
- webpack: Use relative resolve path for npm 7 compatibility
(kkoukiou@redhat.com)
- cockpit: Stop using a custom Select, use the one from PF instead
(kkoukiou@redhat.com)
- cockpit: checkout Cockpit's PF/React/build library instead of keeping a
direct copy of it locally (kkoukiou@redhat.com)
- 1979323: Cockpit - do not show red red icon in SCA mode (jhnidek@redhat.com)
- New D-Bus method GetOrg() (jhnidek@redhat.com)
- cockpit: Test also system purpose (mmarusak@redhat.com)
- cockpit: Use current PF4 components and design (mmarusak@redhat.com)
- test: Update cockpit test/common library (mmarusak@redhat.com)
- cockpit: Update babel (mmarusak@redhat.com)
- cockpit: Sync lib/patternfly with Cockpit (mmarusak@redhat.com)
- cockpit: Use PF4 based empty state (mmarusak@redhat.com)
- cockpit: Drop uglification (mmarusak@redhat.com)
- cockpit: Add `standard-jsx` eslint plugin (mmarusak@redhat.com)
- cockpit: Use 'noreferrer' for external links (mmarusak@redhat.com)
- cockpit: Remove loaders for .es6 files (mmarusak@redhat.com)
- cockpit: Add package-lock.json to .gitignore (mmarusak@redhat.com)
- cockpit: Lower cockpit-ws dependency to Recommends (martin@piware.de)
- test: Robustify and trim down cockpit-ws installation (martin@piware.de)
- 1859529: Remove proxy server test as it is unnecessary (wpoteat@redhat.com)
- 2015173: chmod /etc/pki/entitlement/*.pem only when existing
(ptoscano@redhat.com)
- Fix redundant API calls to Candlepin (hyu@redhat.com)
- 2014646: fix rhn-migrate-classic-to-rhsm & its tests for argparse
(ptoscano@redhat.com)
- cockpit: Move from obsolete node-sass to Dart sass (martin@piware.de)
- cockpit: wait 5 seconds for candlepin at first (ptoscano@redhat.com)
- cockpit: use the self-signed key in mock-insights (ptoscano@redhat.com)
- 1989955: use /proc/device-tree/ibm,partition-uuid on POWER LPARs
(ptoscano@redhat.com)
- facts: prepare _get_devicetree_uuid() for multiple files
(ptoscano@redhat.com)
- facts: refactor device-tree parts of VirtUuidCollector (ptoscano@redhat.com)
- build: pin flake8 to < 4 (ptoscano@redhat.com)
- Translated using Weblate (Korean) (simmon@nplob.com)
- Translated using Weblate (Korean) (simmon@nplob.com)
- Translated using Weblate (Spanish) (ehespinosa57@gmail.com)
- ENT-4289: Drop Sphinx (mhorky@redhat.com)
* Thu Sep 23 2021 Christopher Snyder <csnyder@redhat.com> 1.28.22-1
- 1924338: [1.28] list prints no status and dates in SCA mode
(jhnidek@redhat.com)
- Update translation files (noreply@weblate.org)
- New extraction for translatable strings (ptoscano@redhat.com)
- 2000867: syspurpose: show deprecation notices (ptoscano@redhat.com)
- build: switch to os.makedirs(..., exist_ok=True) (ptoscano@redhat.com)
- build: call create_dest_dir() only when running callback
(ptoscano@redhat.com)
- [1.28] 1859157: Display better error message on incorrect --org
(mhorky@redhat.com)
- Add 'syspurpose' to list of commands in manpage (mhorky@redhat.com)
- 1974641: Fix tab completion with multiple optional commands
(mhorky@redhat.com)
- 1975552: add '[SUBMODULE]' in syspurpose usage string (ptoscano@redhat.com)
- 1975552: remove extra '[OPTIONS]' from syspurpose usage string (#2682)
(ptoscano@redhat.com)
- 2000883: move syspurpose subcommands within the 'syspurpose' command
(ptoscano@redhat.com)
- Rename internal variable for syspurpose --show (ptoscano@redhat.com)
- Drop command name from args when parsing them (ptoscano@redhat.com)
- 1983144: More useful feedback on unknown argument (mhorky@redhat.com)
- repos: document order of --enable & --disable (ptoscano@redhat.com)
- 1984133: repos: respect order of --enable & --disable (ptoscano@redhat.com)
- 1953069: bash: fix listing of config options (#2609) (ptoscano@redhat.com)
- 1952879: extract messages from argparse instead of optparse
(ptoscano@redhat.com)
- Replace optparse with argparse (wpoteat@redhat.com)
- Fixup syspurpose module help text / bash completion (csnyder@redhat.com)
- Added new syspurpose command; ENT-3060 (jhnidek@redhat.com)
- [1.28] ENT-4228: Format rhsmlib exception (mhorky@redhat.com)
- [1.28] ENT-4228: Always format restlib exceptions (mhorky@redhat.com)
- Update exception handling (mhorky@redhat.com)
- 1983074: Remove invalid log level (mhorky@redhat.com)
- adding timoeout to jenkins pipeline (#2585) (jmolet@redhat.com)
- [1.28] 1976240: Improve HTTP code/message reporting in error strings
(mhorky@redhat.com)
- [1.28] 1859569: Abort on invalid username/token argument in syspurpose
(mhorky@redhat.com)
- [1.28] ENT-4168: Unify description of --org in syspurpose subcommands
(mhorky@redhat.com)
* Wed Aug 18 2021 Christopher Snyder <csnyder@redhat.com> 1.28.21-1
- Updated translations from weblate
- 1922151: Add /var/cache/cloud-what to python3-cloud-what RPM.