Update subscription-manager to 1.29.21-1

Resolves: #2022784 - Update to message formatting (wpoteat@redhat.com)
Resolves: #1985845 - Fix sub-man service-level --show (jhnidek@redhat.com)
Resolves: #2022793 - 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: #2022791 - Cockpit - do not show red red icon in SCA mode (jhnidek@redhat.com)
Resolves: #2022786 - Display better error message on incorrect --org (mhorky@redhat.com)
Resolves: #2022789 - list prints not status and dates in SCA mode (jhnidek@redhat.com)
Resolves: #1983144 - More useful feedback on unknown argument (mhorky@redhat.com)
Resolves: #2022792 - Remove invalid log level (mhorky@redhat.com)
Resolves: #2022788 - 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: #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:
Christopher Snyder 2021-11-11 17:07:40 -05:00
parent a41478e5ca
commit 80086f3807
4 changed files with 268 additions and 732 deletions

2
.gitignore vendored
View File

@ -145,3 +145,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

View File

@ -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) = de5f182aaaad4e3c6adf14aeff03a952df45475a62440ecec253bbb51f9cc49750e1ceb406fbb731e1e6d2022edd3d983604a1e8671d8bebecd1e328179e7535

View File

@ -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