Update subscription-manager to 1.29.21-1
Resolves: #2020248 - handle server-side consumer deletion in syspurpose commands Resolves: #2021578 - Remove proxy server test as it is unnecessary (wpoteat@redhat.com) Resolves: #1719690 - Update to message formatting (wpoteat@redhat.com) Resolves: #1985845 - Fix sub-man service-level --show (jhnidek@redhat.com) Resolves: #2015173 - chmod /etc/pki/entitlement/*.pem only when existing Resolves: #2003777 - Fix organizations hint in syspurpose commands (mhorky@redhat.com) Resolves: #1989955 - use /proc/device-tree/ibm,partition-uuid on POWER LPARs Resolves: #2003777 - Only hint organizations if it's needed (mhorky@redhat.com) Resolves: #2003777 - Show available organizations before asking for input Resolves: #1979323 - Cockpit - do not show red red icon in SCA mode (jhnidek@redhat.com) Resolves: #1859157 - Display better error message on incorrect --org (mhorky@redhat.com) Resolves: #1924338 - list prints not status and dates in SCA mode (jhnidek@redhat.com) Resolves: #1983144 - More useful feedback on unknown argument (mhorky@redhat.com) Resolves: #1995465 - Do not use deprecated collections.MutableMapping Resolves: #1983074 - Remove invalid log level (mhorky@redhat.com) Resolves: #1859569 - Abort on invalid username/token option in syspurpose commands Resolves: #1922151 - Add /var/cache/cloud-what to python3-cloud-what RPM. Resolves: #1922151 - Use in-memory cache on AWS too (jhnidek@redhat.com) Resolves: #1980418 - Add 'active' field to module stream profile (ianballou67@gmail.com) Resolves: #1984133 - repos: respect order of --enable & --disable (ptoscano@redhat.com) Resolves: #1974641 - Fix tab completion with multiple optional commands Resolves: #1876828 - Try to suppress errors in stderr when not run as root Resolves: #1977452 - typo in string format change Add quotes to a {filename} and remove Resolves: #1976240 - Improve HTTP code/message reporting in error strings
This commit is contained in:
parent
99537d1a75
commit
e325394596
2
.gitignore
vendored
2
.gitignore
vendored
@ -135,3 +135,5 @@
|
||||
/subscription-manager-cockpit-1.29.17.tar.gz
|
||||
/subscription-manager-1.29.18.tar.gz
|
||||
/subscription-manager-cockpit-1.29.18.tar.gz
|
||||
/subscription-manager-1.29.21.tar.gz
|
||||
/subscription-manager-cockpit-1.29.21.tar.gz
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (subscription-manager-1.29.18.tar.gz) = 6cab0c04efd1dc35ee6eeeeb6febfc985c0e9dec40d2dc053c8f14e885dc5f163481636140d9eb1a03e80c0c6aff2fabde40dccd840654a1cd0ff4ee1c7e60bf
|
||||
SHA512 (subscription-manager-cockpit-1.29.18.tar.gz) = a24a2fcb26721a4ba1047af85aa03079b37f8760edcd1eb7bcad243766b40fd8d546ae1018e3a20b0953034db4c3cd9c6bfbaef436da60b4b29d9e8ab3c93c51
|
||||
SHA512 (subscription-manager-1.29.21.tar.gz) = 02064b16d4db107b337f9d9e6fb530963143f69511ee3b3c72635aa23c6d7edaa338813747198ef09159f7aa0de04bbb86d225724e261a844e3e9e350853ed5a
|
||||
SHA512 (subscription-manager-cockpit-1.29.21.tar.gz) = 3f2c812cc4e8625a19de0c7c27ae43b6b36e68a785df377f375ee7496b00b58e7a3cef6f2823cdd928df12f9a26fd009b8b8f18edb37a07802d12cd10b33c334
|
||||
|
@ -1,16 +0,0 @@
|
||||
# This seems ok to me
|
||||
addFilter('invalid-url')
|
||||
|
||||
# All yum and dnf plugins seem to hardcode paths
|
||||
addFilter("hardcoded-library-path .*lib/yum-plugins/.*")
|
||||
addFilter("hardcoded-library-path .*lib/dnf-plugins/.*")
|
||||
|
||||
# Filter out zypper plugins too!
|
||||
addFilter("hardcoded-library-path .*lib/zypp/plugins/.*")
|
||||
|
||||
# Systemd tmpfiles are in /usr/lib
|
||||
addFilter("hardcoded-library-path .*lib/tmpfiles.d/.*")
|
||||
|
||||
# Ignore failing suse specific checks
|
||||
setBadness("suse-dbus-unauthorized-service", 0)
|
||||
setBadness("polkit-unauthorized-privilege", 0)
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user