Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

subscription-manager-1.29.42-1.el9 RPM for aarch64

From CentOS Stream 9 BaseOS for aarch64

Name: subscription-manager Distribution: CentOS
Version: 1.29.42 Vendor: CentOS
Release: 1.el9 Build date: Thu Aug 22 07:32:40 2024
Group: Unspecified Build host: aarch64-02.stream.rdu2.redhat.com
Size: 3533628 Source RPM: subscription-manager-1.29.42-1.el9.src.rpm
Packager: builder@centos.org
Url: http://www.candlepinproject.org/
Summary: Tools and libraries for subscription and repository management
The Subscription Manager package provides programs and libraries to allow users
to manage subscriptions and yum repositories from the Red Hat entitlement
platform.

Provides

Requires

License

GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later

Changelog

* Thu Aug 22 2024 Pino Toscano <ptoscano@redhat.com> 1.29.42-1
  - feat: forcefully switch automatic cloud registration to v1
    (ptoscano@redhat.com)
* Thu Aug 15 2024 Pino Toscano <ptoscano@redhat.com> 1.29.41-1
  - feat: update man page with deprecation notices (jajerome@redhat.com)
  - feat: Disable anonymous cloud registration temporarily (mhorky@redhat.com)
  - feat: Deprecate 'syspurpose addons' (mhorky@redhat.com)
  - fix: make SyspurposeComplianceStatusCache.get_overall_status() always usable
    (ptoscano@redhat.com)
  - fix: Change order of checks (jhnidek@redhat.com)
  - fix: Cache shouldn't try to get data from server without UUID
    (jhnidek@redhat.com)
  - feat: Deprecate import command (zpetrace@redhat.com)
  - fix: 1.29 modify section about remove command in man page
    (jhnidek@redhat.com)
  - feat: 1.29 Deprecate redeem sub-command (jhnidek@redhat.com)
  - fix: Reformated man page of subscription-manager (jhnidek@redhat.com)
  - fix: [1.29] Remove command should not be primary command (jhnidek@redhat.com)
  - feat: deprecate autosubscribe/auto-attach register options
    (jajerome@redhat.com)
  - feat: deprecate attach/auto-attach modules (jajerome@redhat.com)
  - docs: deprecate attach/auto-attach in man page (jajerome@redhat.com)
  - fix: Hide subscription management "errors" in container mode
    (mhorky@redhat.com)
  - feat: 1.29 Deprecate remove sub-command (jhnidek@redhat.com)
  - fix: 1.29 Do not try to test this branch for Fedora latest
    (jhnidek@redhat.com)
  - fix: 1.29 Do not try to test this branch for Fedora rawhide
    (jhnidek@redhat.com)
  - fix(test): Properly stop method mock (mhorky@redhat.com)
  - feat: Azure: added extended location and type of location fact
    (jhnidek@redhat.com)
  - fix: Update version of Azure metadata (jhnidek@redhat.com)
  - feat: Added Azure location to facts (jhnidek@redhat.com)
  - feat: Added zone GCP fact (jhnidek@redhat.com)
  - feat: Added more AWS cloud facts (jhnidek@redhat.com)
  - fix: Change type hint according returned value. (jhnidek@redhat.com)
  - feat: Add warning message about release version to dnf plugin
    (jhnidek@redhat.com)
  - Bump black from 23.3.0 to 24.3.0
    (49699333+dependabot[bot]@users.noreply.github.com)
  - Format code with black==24.3.0 (ptoscano@redhat.com)
  - Fix memory leaks in test-productdb.c (jhnidek@redhat.com)
  - Fix memory leaks in productdb.c (jhnidek@redhat.com)
  - fix: Function prototype without declaration is deprecated
    (jhnidek@redhat.com)
  - Removed unused includes of .h files (jhnidek@redhat.com)
  - libdnf: switch from g_error_free() to g_clear_error() in tests
    (ptoscano@redhat.com)
  - libdnf: do not build test code in plugin (ptoscano@redhat.com)
  - Change handling of deprecated `datetime.datetime.utcnow()`
    (mhorky@redhat.com)
  - CCT-66: Update identity reporting in DNF plugin during autoregistration
    (mhorky@redhat.com)
  - Remove automatic registration delay for rhsmcertd (mhorky@redhat.com)
  - Remove API endpoint for automatic cloud registration v1 (mhorky@redhat.com)
  - CCT-67: Use automatic registration v2 (mhorky@redhat.com)
  - IdentityUpdateAction: Improve logging for updating identity certificates
    (mhorky@redhat.com)
  - Identity: Add method to extract current owner (mhorky@redhat.com)
  - rhsmcertd: Define exit codes (mhorky@redhat.com)
  - rhsmcertd: Use module-level logger (mhorky@redhat.com)
  - Add AnonymousCertificateManager (mhorky@redhat.com)
  - Add CloudTokenCache for Candlepin JWT (mhorky@redhat.com)
  - Implement API endpoints for Automatic registration v2 (mhorky@redhat.com)
  - Update documentation for one API call in connection.py (mhorky@redhat.com)
  - Fix type hint of RegisterService.register() (mhorky@redhat.com)
  - rhsmcertd: Drop D-Bus loop code (mhorky@redhat.com)
  - rhsmcertd: Add type hints (mhorky@redhat.com)
  - rhsmcertd: Remove forgotten old comment (mhorky@redhat.com)
  - Stop logging full lscpu output (mhorky@redhat.com)
  - Prevent double-logging of syspurpose cache log statement (mhorky@redhat.com)
  - Update the log message containing response time statistics
    (mhorky@redhat.com)
  - CCT-266: Update TLS flags (mhorky@redhat.com)
* Thu Jan 18 2024 Pino Toscano <ptoscano@redhat.com> 1.29.40-1
  - Translated using Weblate (Korean) (simmon@nplob.com)
  - Translated using Weblate (Chinese (Simplified) (zh_CN))
    (mariocanfly@hotmail.com)
  - spec: Add missing GLib dependency when building without DNF
    (debarshir@gnome.org)
  - Remove deprecated `locale.*()` functions (mhorky@redhat.com)
  - Remove version constraint of pytest (mhorky@redhat.com)
  - RHEL-15110: RegisterServer is stopped, when not needed (jhnidek@redhat.com)
  - RHEL-15110: Fix issue with registration using gsd-subman (jhnidek@redhat.com)
  - Fix an error in debug logging of cloud-what (mhorky@redhat.com)
  - ci: bump actions/upload-artifact from 3 to 4
    (49699333+dependabot[bot]@users.noreply.github.com)
  - Improve debug logging to make it faster to understand (mhorky@redhat.com)
* Thu Nov 23 2023 Pino Toscano <ptoscano@redhat.com> 1.29.39-1
  - tito: drop bz requirement (ptoscano@redhat.com)
  - Translated using Weblate (Chinese (Simplified) (zh_CN)) (jsefler@redhat.com)
  - RHEL-7206: Small change of message printed by dnf plugin (jhnidek@redhat.com)
  - CCT-118: Fix flake8 error E721 (mhorky@redhat.com)
  - Fix type hint in rhsm (mhorky@redhat.com)
  - Simplify autoregistration test setup (mhorky@redhat.com)
  - RHEL-9435: Get AWS metadata via IMDSv2 (mhorky@redhat.com)
  - Fixed inappropriate logical expression (ataf@openrefactory.com)
  - CCT-71: Try to ping server, when --proxy is used (jhnidek@redhat.com)
  - CCT-10: Ensure IPv6-based URLs are properly formatted (mhorky@redhat.com)
  - RPM: Avoid needless runtime requirement on python3-setuptools
    (miro@hroncok.cz)
  - cli: normalize hostname in error message (ptoscano@redhat.com)
  - connection: normalize hostname in ConnectionOSErrorException
    (ptoscano@redhat.com)
  - Improved printing of addresses and URLs (jhnidek@redhat.com)
  - Use username and password from --proxy=URL (jhnidek@redhat.com)
  - Use parse_url() from utils.py for parsing URL, when --proxy is used.
    (jhnidek@redhat.com)
  - 2225403: Parse URL properly (jhnidek@redhat.com)
* Thu Sep 14 2023 Pino Toscano <ptoscano@redhat.com> 1.29.38-1
  - Translated using Weblate (Chinese (Simplified) (zh_CN)) (ptoscano@redhat.com)
  - ci: bump actions/checkout from 3 to 4
    (49699333+dependabot[bot]@users.noreply.github.com)
  - ENT-5603: Fix a typo in a comment (mhorky@redhat.com)
* Wed Aug 23 2023 Pino Toscano <ptoscano@redhat.com> 1.29.37-1
  - Translated using Weblate (Korean) (simmon@nplob.com)
  - Update translation files (noreply@weblate.org)
  - 2225446: Hotfix of D-Bus policy (jhnidek@redhat.com)
  - TESTING: Update testing requirements (mhorky@redhat.com)
  - Use Fedora registry to pull container images (mhorky@redhat.com)
  - 2232316: dbus: check "force" again from the registration option
    (ptoscano@redhat.com)
  - dbus: run EntCertActionInvoker on PoolAttach (ptoscano@redhat.com)
  - ENT-5624: Properly translate error strings (mhorky@redhat.com)
  - Mock IOError for Insights fact collection tests (mhorky@redhat.com)
  - New extraction for translatable strings (ptoscano@redhat.com)
* Wed Aug 02 2023 Pino Toscano <ptoscano@redhat.com> 1.29.36-1
  - Translated using Weblate (Korean) (simmon@nplob.com)
  - ENT-5581: Update messaging around the "container mode" (mhorky@redhat.com)
  - Remove 'dbus' marker for pytest (mhorky@redhat.com)
  - Rewrite D-Bus tests to be testable without pytest-forked (mhorky@redhat.com)
  - Drop further ethtool dependency mentions (mhorky@redhat.com)
  - tests: fix test_file_monitor without pyinotify (ptoscano@redhat.com)
  - tests: switch from imp to importlib (ptoscano@redhat.com)
  - Fix the order of user env var checking for translations.
    (tkuratom@redhat.com)
  - 2215974: Collect network facts using 'ip' (mhorky@redhat.com)
  - ENT-5582: Remove container detection envvar overwrite (mhorky@redhat.com)
  - ENT-5603: Explicitly check for provided entitlement certificates
    (mhorky@redhat.com)
  - fix test case (chambrid@redhat.com)
  - Collect GCP Project information as cloud facts (chambrid@redhat.com)
  - Collect Azure Subscription ID as a cloud fact (#3285) (chambrid@redhat.com)
  - ENT-5580: Disable the proper container detection (mhorky@redhat.com)
  - spec: convert License to SPDX (ptoscano@redhat.com)
  - 2093291: Make reading of cache file more reliable (jhnidek@redhat.com)
  - 2093291: Make code of DNF plugins testable (jhnidek@redhat.com)
  - spec: change subscription-manager dnf dep (ptoscano@redhat.com)
  - spec: update libdnf-plugin-subscription-manager deps (ptoscano@redhat.com)
  - tests: repair attach cases in SCA mode (ptoscano@redhat.com)
* Tue May 16 2023 Pino Toscano <ptoscano@redhat.com> 1.29.35-1
  - Translated using Weblate (Italian) (toscano.pino@tiscali.it)
  - Clean up tests using Cloud What detectors properly (mhorky@redhat.com)
  - spec: Obsolete subscription-manager-migration (ptoscano@redhat.com)
  - Translated using Weblate (Chinese (Simplified) (zh_CN)) (ljanda@redhat.com)
  - Translated using Weblate (Korean) (simmon@nplob.com)
  - Translated using Weblate (Georgian) (temuri.doghonadze@gmail.com)
  - Translated using Weblate (Italian) (toscano.pino@tiscali.it)
  - Update translation files (noreply@weblate.org)
  - New extraction for translatable strings (ptoscano@redhat.com)
  - Translated using Weblate (Italian) (toscano.pino@tiscali.it)
  - Typo fixes (ptoscano@redhat.com)
  - Avoid string puzzle (ptoscano@redhat.com)
  - Properly use ungettext for plural forms (ptoscano@redhat.com)
  - 2189664: cache: fix SyspurposeComplianceStatusCache on failed load
    (ptoscano@redhat.com)
  - dbus: don't catch exceptions in DomainSocketServer.run()
    (ptoscano@redhat.com)
  - cli: directly exit on InvalidCLIOptionError (ptoscano@redhat.com)
  - Revert "ENT-5549: Fix return code handling of CLI" (ptoscano@redhat.com)
  - ci: add dependabot config for GitHub Actions (ptoscano@redhat.com)
  - Update .git-blame-ignore-revs (mhorky@redhat.com)
  - Format code with black==23.3.0 (mhorky@redhat.com)
  - ENT-5535: Update black to version 23.3.0 (mhorky@redhat.com)
* Wed Apr 12 2023 Pino Toscano <ptoscano@redhat.com> 1.29.34-1
  - Update TESTING.md (mhorky@redhat.com)
  - Improved debug print of http traffic, when proxy is used (jhnidek@redhat.com)
  - ENT-5544: Remove Jenkins jobs, Containers (mhorky@redhat.com)
  - ENT-5549: Remove unused code from entcertlib (mhorky@redhat.com)
  - ENT-5549: Fix issues found when type-hinting (mhorky@redhat.com)
  - ENT-5549: Fix return code handling of CLI (mhorky@redhat.com)
  - ENT-5549: Fix found type hint issues (mhorky@redhat.com)
  - ENT-5549: Fix object instantiation in EntitlementDirectory
    (mhorky@redhat.com)
  - ENT-5549: Refactor ProductDirectory (mhorky@redhat.com)
  - ENT-5549: Change internal implementation for some Cache methods
    (mhorky@redhat.com)
  - ENT-5549: Clean up _sync_with_server arguments of cache objects
    (mhorky@redhat.com)
  - ENT-5549: Remove 'autoheal' argument from Action clients (mhorky@redhat.com)
  - Refactored code a little bit (jhnidek@redhat.com)
  - 2093291: Make locking more reliable (jhnidek@redhat.com)
  - test: add simple test for 2178610 (ptoscano@redhat.com)
  - Small improvement of debugging of http traffic (jhnidek@redhat.com)
  - 2093883: Fix issue with race condition in rhsm.service (jhnidek@redhat.com)
  - 2178610: do not collect unentitled products in SCA mode (ptoscano@redhat.com)
  - 2174297: register: do a simple strip() on environment(s) input
    (ptoscano@redhat.com)
  - Stop subclassing 'object' (ptoscano@redhat.com)
  - Remove pytest arguments for CentOS 9 Stream image (mhorky@redhat.com)
  - tests: Install dnf-plugins-core every time (mhorky@redhat.com)
  - 2169251: connection: restore UEPConnection.getJob() (ptoscano@redhat.com)
  - ENT-5106: Type-hint subscription_manager/ files (mhorky@redhat.com)
* Thu Feb 16 2023 Pino Toscano <ptoscano@redhat.com> 1.29.33-1
  - Translated using Weblate (French) (ljanda@redhat.com)
  - Translated using Weblate (Chinese (Simplified) (zh_CN)) (suanand@redhat.com)
  - Translated using Weblate (Japanese) (suanand@redhat.com)
  - Translated using Weblate (Japanese) (ljanda@redhat.com)
  - Translated using Weblate (French) (suanand@redhat.com)
  - Translated using Weblate (Korean) (simmon@nplob.com)
  - Update translation files (noreply@weblate.org)
  - Translated using Weblate (Korean) (jsefler@redhat.com)
  - ENT-5542: Build package using GitHub Actions (mhorky@redhat.com)
  - Test libdnf plugin using GitHub Actions (mhorky@redhat.com)
  - libdnf: fix return value of findProductId() (ptoscano@redhat.com)
  - ENT-5541: Publish PR coverage (mhorky@redhat.com)
  - New extraction for translatable strings (ptoscano@redhat.com)
  - Translated using Weblate (Kannada) (jsefler@redhat.com)
  - Translated using Weblate (Spanish) (ptoscano@redhat.com)
  - Simplify test setup for D-Bus fact collection (mhorky@redhat.com)
  - ENT-3759: Test on GitHub Actions (mhorky@redhat.com)
* Mon Jan 16 2023 Pino Toscano <ptoscano@redhat.com> 1.29.32-1
  - Translated using Weblate (French) (ljanda@redhat.com)
  - Translated using Weblate (Chinese (Simplified) (zh_CN)) (suanand@redhat.com)
  - Translated using Weblate (Georgian) (temuri.doghonadze@gmail.com)
  - Translated using Weblate (Korean) (simmon@nplob.com)
  - Update translation files (noreply@weblate.org)
  - utils: import pkg_resources only when needed (ptoscano@redhat.com)
  - ENT-5536: Fix FileMonitor tests (mhorky@redhat.com)
  - Alter import of rhsm.config functions (mhorky@redhat.com)
  - Handle tests in containers better (mhorky@redhat.com)
  - Call parent methods in DBusServerStubProvider (mhorky@redhat.com)
  - Base D-Bus tests on SubManFixture (mhorky@redhat.com)
  - ENT-5532: Call rhsm-package-profile-uploader with --force-upload
    (jhnidek@redhat.com)
  - 2108549: do not detect containers in OCP as such (ptoscano@redhat.com)
  - tests: extend InContainerTests for path checks (ptoscano@redhat.com)
  - Resolved issues in PR feedback (jajerome@redhat.com)
  - Updated request handling in connection.py (jajerome@redhat.com)
  - Resolve issues from PR review (jajerome@redhat.com)
  - Removed fixme since activateMachine() is still used (jajerome@redhat.com)
  - Black/flake8 fixes (jajerome@redhat.com)
  - FIXME: renamed default argument to not shadow inbuilt type
    (jajerome@redhat.com)
  - FIXME: removed Restlib and using only BaseRestLib (jajerome@redhat.com)
  - FIXME: updated unregisterConsumer() to return True if status code is 204
    (jajerome@redhat.com)
  - FIXME: changed unbindBySerial/unbindByPoolId to return bool
    (jajerome@redhat.com)
  - FIXME: changed default value of facts in updateConsumerFacts()
    (jajerome@redhat.com)
  - FIXME: sanitized email/lang variables in activateMachine()
    (jajerome@redhat.com)
  - FIXME: made email argument required in activatemachine()
    (jajerome@redhat.com)
  - FIXME: changed default value of serials argument to None
    (jajerome@redhat.com)
  - FIXME: removed unused username/password arguments (jajerome@redhat.com)
  - FIXME: raise exceptions where sanitizing guest Id returns None
    (jajerome@redhat.com)
  - FIXME: renamed response argument to result in validateResponse()
    (jajerome@redhat.com)
  - FIXME: rename info argument to params in _request() (jajerome@redhat.com)
  - FIXME: added error message when redeeming subscription fails
    (jajerome@redhat.com)
  - FIXME: removed unused UEPConnection class methods (jajerome@redhat.com)
  - Fixed profile tests setting Package release numbers as int instead of str
    (jajerome@redhat.com)
  - FIXME: changed epoch data type to str in Package class (jajerome@redhat.com)
  - FIXME: added null-checks for stdout/stderr wrapper (jajerome@redhat.com)
  - FIXME: re-iterated a fix is not needed for urlparse (jajerome@redhat.com)
  - FIXME: added exception messages to parse_url() (jajerome@redhat.com)
  - FIXME: changed  lists to tuples in StatusSpinnerStyle class
    (jajerome@redhat.com)
  - FIXME: fixed type hints for _normalize_string() (jajerome@redhat.com)
  - FIXME: use super() instead of class name (jajerome@redhat.com)
  - FIXME: fixed strings not being translated in is_log_level_valid()
    (jajerome@redhat.com)
  - FIXME: resolved improper use of tempfile in save() (jajerome@redhat.com)
  - FIXME: fixed config_file argument not being used in save()
    (jajerome@redhat.com)
  - FIXME: updated default value for files_name argument in read()
    (jajerome@redhat.com)
  - FIXME: fixed minor typo in bogus() (jajerome@redhat.com)
  - FIXME: changed read() to return self instead of None (jajerome@redhat.com)
  - FIXME: set default argument 'facts' to None in registerConsumer()
    (jajerome@redhat.com)
  - FIXME: renamed argument 'type' to 'consumer_type' in registerConsumer()
    (jajerome@redhat.com)
  - FIXME: ping() resolved in rhsm/connection.py (jajerome@redhat.com)
  - Remove test dependency 'mock' (mhorky@redhat.com)
  - Fix failures of D-Bus' Register tests (mhorky@redhat.com)
  - Mark D-Bus tests (mhorky@redhat.com)
  - 2131789: Outsource uploading DNF profile to rhsmcertd (jhnidek@redhat.com)
  - Catch generic OSError during HTTPSConnection.connect() (ptoscano@redhat.com)
  - New extraction for translatable strings (ptoscano@redhat.com)
  - Translated using Weblate (French) (vincent.lefebvre59@gmail.com)
  - Translated using Weblate (Korean) (simmon@nplob.com)
  - Fix formatting of proxy errors w/o errno (ptoscano@redhat.com)
  - Catch also CertificateLoadingError for identity cert loading
    (ptoscano@redhat.com)
  - ENT-4286: Additional fix for exception handling (jajerome@redhat.com)
  - Remove D-Bus env vars from container and CI files (mhorky@redhat.com)
  - 2121350: Implement "force" register option in rhsm dbus python binding
    (jajerome@redhat.com)
  - Show locals in pytest output (mhorky@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: Simplify exception reporting with system_exit()
    (jajerome@redhat.com)
  - 2136694: Clear progress messages properly (mhorky@redhat.com)
  - rhsmcertd reads default_log_level from rhsm.conf (jhnidek@redhat.com)
  - 2097679: Additional fix for non-interactive parameters (jajerome@redhat.com)
  - 2097679: Fixed script hang in non-interactive execution (jajerome@redhat.com)
* Wed Oct 19 2022 Christopher Snyder <csnyder@redhat.com> 1.29.31-1
  - warning: refname 'subscription-manager-1.29.30-1' is ambiguous.
  - Translated using Weblate (Georgian) (temuri.doghonadze@gmail.com)
  - tests: fix typos in test method names (ptoscano@redhat.com)
  - 2125227: Fixed incorrect registration warning with yum/dnf
    (jajerome@redhat.com)
  - 2094942: Fixed expected message for manual attach case (jajerome@redhat.com)
  - ENT-5102: Type-hint rhsmlib/facts (mhorky@redhat.com)
  - 2094942: Improve warning message (auto-attach in SCA mode)
    (jhnidek@redhat.com)
  - Update INSTALL.md (mhorky@redhat.com)
  - Remove unused classes of DBus tests (mhorky@redhat.com)
  - ENT-5317: Update DBus tests of Unregister objects (mhorky@redhat.com)
  - ENT-5317: Update DBus tests of Register objects (mhorky@redhat.com)
  - ENT-5317: Update DBus tests of Products object (mhorky@redhat.com)
  - ENT-5317: Update DBus tests of AllFacts object (mhorky@redhat.com)
  - ENT-5317: Update DBus tests of Entitlement object (mhorky@redhat.com)
  - Fix typo in method name of EntitlementService (mhorky@redhat.com)
  - ENT-5317: Update DBus tests of Consumer object (mhorky@redhat.com)
  - ENT-5317: Update DBus tests of Attach object (mhorky@redhat.com)
  - Fix possible parsing issues of dmidecode output (mhorky@redhat.com)
  - ENT-5317: New way to test DBus methods, starting with Config
    (mhorky@redhat.com)
  - cockpit: disable the reference branch for sub-man-cockpit
    (ptoscano@redhat.com)
  - TESTING.md: Remove mention of pytest-xdist (mhorky@redhat.com)
  - INSTALL.md: Update list of packages to be installed (mhorky@redhat.com)
  - Stop calling pytest with --failed-first (mhorky@redhat.com)
  - GCP: Better computing of cached token TTL (jhnidek@redhat.com)
  - 2101510: Fix D-Bus Register() and update entitlement certs
    (jhnidek@redhat.com)
  - 2120744: Close keycloak connection properly (jhnidek@redhat.com)
  - 2094942: [RFE] Improve the message, when  SCA is enabled (jhnidek@redhat.com)
  - Replaced list[] with List[] and dict[] with Dict[]. (jhnidek@redhat.com)
  - Update TESTING.md (mhorky@redhat.com)
  - Update README.md (mhorky@redhat.com)
  - Add INSTALL.md (mhorky@redhat.com)
  - Added type hints to package rhsmlib.service (jhnidek@redhat.com)
  - Added some missing imports. (jhnidek@redhat.com)
  - Reformated using black. (jhnidek@redhat.com)
  - Added one FIXME to redeem.py (jhnidek@redhat.com)
  - Added type hints and FIXMEs to rhsm package. (jhnidek@redhat.com)
  - [wip] ENT-5100: Type hint rhsm (mhorky@redhat.com)
  - Added type hints to syspurpose package (jhnidek@redhat.com)
  - Drop libnotify-devel usage (ptoscano@redhat.com)

Files

/etc/dbus-1/system.d/com.redhat.RHSM1.Facts.conf
/etc/dbus-1/system.d/com.redhat.RHSM1.conf
/etc/dnf/plugins/product-id.conf
/etc/dnf/plugins/subscription-manager.conf
/etc/logrotate.d/subscription-manager
/etc/pam.d/subscription-manager
/etc/pki/consumer
/etc/pki/entitlement
/etc/rhsm/facts
/etc/rhsm/pluginconf.d
/etc/rhsm/rhsm.conf
/etc/rhsm/syspurpose
/etc/rhsm/syspurpose/valid_fields.json
/etc/security/console.apps/subscription-manager
/etc/yum.repos.d/redhat.repo
/run/rhsm
/usr/bin/rct
/usr/bin/rhsm-debug
/usr/bin/rhsmcertd
/usr/bin/subscription-manager
/usr/lib/.build-id
/usr/lib/.build-id/47
/usr/lib/.build-id/47/9ddb90eeb1512e69d47159b76053f649afa542
/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__
/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/product-id.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/product-id.cpython-39.pyc
/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/subscription-manager.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/subscription-manager.cpython-39.pyc
/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/upload-profile.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/dnf-plugins/__pycache__/upload-profile.cpython-39.pyc
/usr/lib/python3.9/site-packages/dnf-plugins/product-id.py
/usr/lib/python3.9/site-packages/dnf-plugins/subscription-manager.py
/usr/lib/python3.9/site-packages/dnf-plugins/upload-profile.py
/usr/lib/systemd/system/rhsm-facts.service
/usr/lib/systemd/system/rhsm.service
/usr/lib/systemd/system/rhsmcertd.service
/usr/lib/tmpfiles.d/subscription-manager.conf
/usr/lib64/python3.9/site-packages/rct
/usr/lib64/python3.9/site-packages/rct/__init__.py
/usr/lib64/python3.9/site-packages/rct/__pycache__
/usr/lib64/python3.9/site-packages/rct/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rct/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rct/__pycache__/cert_commands.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rct/__pycache__/cert_commands.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rct/__pycache__/cli.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rct/__pycache__/cli.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rct/__pycache__/commands.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rct/__pycache__/commands.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rct/__pycache__/manifest_commands.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rct/__pycache__/manifest_commands.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rct/__pycache__/printing.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rct/__pycache__/printing.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rct/__pycache__/version.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rct/__pycache__/version.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rct/cert_commands.py
/usr/lib64/python3.9/site-packages/rct/cli.py
/usr/lib64/python3.9/site-packages/rct/commands.py
/usr/lib64/python3.9/site-packages/rct/manifest_commands.py
/usr/lib64/python3.9/site-packages/rct/printing.py
/usr/lib64/python3.9/site-packages/rct/version.py
/usr/lib64/python3.9/site-packages/rhsm_debug
/usr/lib64/python3.9/site-packages/rhsm_debug/__init__.py
/usr/lib64/python3.9/site-packages/rhsm_debug/__pycache__
/usr/lib64/python3.9/site-packages/rhsm_debug/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsm_debug/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsm_debug/__pycache__/cli.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsm_debug/__pycache__/cli.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsm_debug/__pycache__/debug_commands.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsm_debug/__pycache__/debug_commands.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsm_debug/cli.py
/usr/lib64/python3.9/site-packages/rhsm_debug/debug_commands.py
/usr/lib64/python3.9/site-packages/rhsmlib
/usr/lib64/python3.9/site-packages/rhsmlib/__init__.py
/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__
/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/client_info.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/client_info.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/file_monitor.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/__pycache__/file_monitor.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/candlepin
/usr/lib64/python3.9/site-packages/rhsmlib/candlepin/__init__.py
/usr/lib64/python3.9/site-packages/rhsmlib/candlepin/__pycache__
/usr/lib64/python3.9/site-packages/rhsmlib/candlepin/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/candlepin/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/candlepin/__pycache__/api.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/candlepin/__pycache__/api.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/candlepin/api.py
/usr/lib64/python3.9/site-packages/rhsmlib/client_info.py
/usr/lib64/python3.9/site-packages/rhsmlib/dbus
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__init__.py
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/base_object.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/base_object.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/exceptions.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/exceptions.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/server.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/server.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/service_wrapper.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/service_wrapper.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/util.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/__pycache__/util.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/base_object.py
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/constants.py
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/dbus_utils.py
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/exceptions.py
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/facts
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/facts/__init__.py
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/facts/__pycache__
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/facts/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/facts/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/facts/__pycache__/base.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/facts/__pycache__/base.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/facts/__pycache__/client.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/facts/__pycache__/client.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/facts/__pycache__/constants.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/facts/__pycache__/constants.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/facts/base.py
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/facts/client.py
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/facts/constants.py
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/objects
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/objects/__init__.py
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/objects/__pycache__
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/objects/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/objects/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/objects/__pycache__/attach.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/objects/__pycache__/attach.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/objects/__pycache__/config.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/objects/__pycache__/config.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/objects/__pycache__/consumer.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/objects/__pycache__/consumer.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/objects/__pycache__/entitlement.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/objects/__pycache__/entitlement.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/objects/__pycache__/main.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/objects/__pycache__/main.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/objects/__pycache__/products.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/objects/__pycache__/products.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/objects/__pycache__/register.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/objects/__pycache__/register.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/objects/__pycache__/syspurpose.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/objects/__pycache__/syspurpose.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/objects/__pycache__/unregister.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/objects/__pycache__/unregister.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/objects/attach.py
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/objects/config.py
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/objects/consumer.py
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/objects/entitlement.py
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/objects/main.py
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/objects/products.py
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/objects/register.py
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/objects/syspurpose.py
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/objects/unregister.py
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/server.py
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/service_wrapper.py
/usr/lib64/python3.9/site-packages/rhsmlib/dbus/util.py
/usr/lib64/python3.9/site-packages/rhsmlib/facts
/usr/lib64/python3.9/site-packages/rhsmlib/facts/__init__.py
/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__
/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/all.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/all.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collection.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collection.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collector.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/collector.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/custom.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/custom.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/insights.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/insights.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/network.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/network.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/virt.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/facts/__pycache__/virt.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/facts/all.py
/usr/lib64/python3.9/site-packages/rhsmlib/facts/cleanup.py
/usr/lib64/python3.9/site-packages/rhsmlib/facts/cloud_facts.py
/usr/lib64/python3.9/site-packages/rhsmlib/facts/collection.py
/usr/lib64/python3.9/site-packages/rhsmlib/facts/collector.py
/usr/lib64/python3.9/site-packages/rhsmlib/facts/cpuinfo.py
/usr/lib64/python3.9/site-packages/rhsmlib/facts/custom.py
/usr/lib64/python3.9/site-packages/rhsmlib/facts/dmidecodeparser.py
/usr/lib64/python3.9/site-packages/rhsmlib/facts/dmiinfo.py
/usr/lib64/python3.9/site-packages/rhsmlib/facts/firmware_info.py
/usr/lib64/python3.9/site-packages/rhsmlib/facts/host_collector.py
/usr/lib64/python3.9/site-packages/rhsmlib/facts/hwprobe.py
/usr/lib64/python3.9/site-packages/rhsmlib/facts/insights.py
/usr/lib64/python3.9/site-packages/rhsmlib/facts/kpatch.py
/usr/lib64/python3.9/site-packages/rhsmlib/facts/network.py
/usr/lib64/python3.9/site-packages/rhsmlib/facts/pkg_arches.py
/usr/lib64/python3.9/site-packages/rhsmlib/facts/virt.py
/usr/lib64/python3.9/site-packages/rhsmlib/file_monitor.py
/usr/lib64/python3.9/site-packages/rhsmlib/services
/usr/lib64/python3.9/site-packages/rhsmlib/services/__init__.py
/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__
/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/attach.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/attach.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/config.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/config.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/consumer.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/consumer.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/entitlement.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/entitlement.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/exceptions.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/exceptions.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/products.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/products.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/refresh.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/refresh.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/register.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/register.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/unregister.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/services/__pycache__/unregister.cpython-39.pyc
/usr/lib64/python3.9/site-packages/rhsmlib/services/attach.py
/usr/lib64/python3.9/site-packages/rhsmlib/services/config.py
/usr/lib64/python3.9/site-packages/rhsmlib/services/consumer.py
/usr/lib64/python3.9/site-packages/rhsmlib/services/entitlement.py
/usr/lib64/python3.9/site-packages/rhsmlib/services/exceptions.py
/usr/lib64/python3.9/site-packages/rhsmlib/services/products.py
/usr/lib64/python3.9/site-packages/rhsmlib/services/refresh.py
/usr/lib64/python3.9/site-packages/rhsmlib/services/register.py
/usr/lib64/python3.9/site-packages/rhsmlib/services/syspurpose.py
/usr/lib64/python3.9/site-packages/rhsmlib/services/unregister.py
/usr/lib64/python3.9/site-packages/subscription_manager
/usr/lib64/python3.9/site-packages/subscription_manager-1.29.42-py3.9.egg-info
/usr/lib64/python3.9/site-packages/subscription_manager-1.29.42-py3.9.egg-info/PKG-INFO
/usr/lib64/python3.9/site-packages/subscription_manager-1.29.42-py3.9.egg-info/SOURCES.txt
/usr/lib64/python3.9/site-packages/subscription_manager-1.29.42-py3.9.egg-info/dependency_links.txt
/usr/lib64/python3.9/site-packages/subscription_manager-1.29.42-py3.9.egg-info/entry_points.txt
/usr/lib64/python3.9/site-packages/subscription_manager-1.29.42-py3.9.egg-info/requires.txt
/usr/lib64/python3.9/site-packages/subscription_manager-1.29.42-py3.9.egg-info/top_level.txt
/usr/lib64/python3.9/site-packages/subscription_manager/__init__.py
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/action_client.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/action_client.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_action_client.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_action_client.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_plugin.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/base_plugin.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cache.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cache.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certdirectory.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certdirectory.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certlib.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/certlib.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cli.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cli.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/content_action_client.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/content_action_client.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cp_provider.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cp_provider.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cpuinfo.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/cpuinfo.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entbranding.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entbranding.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entcertlib.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/entcertlib.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/exceptions.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/exceptions.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/factlib.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/factlib.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/facts.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/facts.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/healinglib.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/healinglib.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/i18n.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/i18n.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/i18n_argparse.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/i18n_argparse.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identity.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identity.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injection.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injection.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injectioninit.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/injectioninit.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/isodate.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/isodate.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/listing.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/listing.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/lock.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/lock.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/managercli.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/managercli.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/managerlib.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/managerlib.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/overrides.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/overrides.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/plugins.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/plugins.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/printing_utils.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/printing_utils.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/productid.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/reasons.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/reasons.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/release.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/release.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repofile.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repolib.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/repolib.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/rhelproduct.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/rhelproduct.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/unicode_width.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/unicode_width.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/utils.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/utils.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/validity.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/validity.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/version.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/__pycache__/version.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/action_client.py
/usr/lib64/python3.9/site-packages/subscription_manager/api
/usr/lib64/python3.9/site-packages/subscription_manager/api/__init__.py
/usr/lib64/python3.9/site-packages/subscription_manager/api/__pycache__
/usr/lib64/python3.9/site-packages/subscription_manager/api/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/api/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/api/__pycache__/repos.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/api/__pycache__/repos.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/api/repos.py
/usr/lib64/python3.9/site-packages/subscription_manager/base_action_client.py
/usr/lib64/python3.9/site-packages/subscription_manager/base_plugin.py
/usr/lib64/python3.9/site-packages/subscription_manager/branding
/usr/lib64/python3.9/site-packages/subscription_manager/branding/__init__.py
/usr/lib64/python3.9/site-packages/subscription_manager/branding/__pycache__
/usr/lib64/python3.9/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/branding/__pycache__/redhat_branding.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/branding/__pycache__/redhat_branding.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/branding/redhat_branding.py
/usr/lib64/python3.9/site-packages/subscription_manager/cache.py
/usr/lib64/python3.9/site-packages/subscription_manager/cert_sorter.py
/usr/lib64/python3.9/site-packages/subscription_manager/certdirectory.py
/usr/lib64/python3.9/site-packages/subscription_manager/certlib.py
/usr/lib64/python3.9/site-packages/subscription_manager/cli.py
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__init__.py
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/abstract_syspurpose.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/abstract_syspurpose.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/addons.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/addons.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/attach.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/attach.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/autoheal.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/autoheal.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/clean.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/clean.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/cli.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/cli.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/config.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/config.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/environments.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/environments.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/facts.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/facts.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/identity.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/identity.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/import_cert.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/import_cert.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/list.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/list.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/org.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/org.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/override.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/override.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/owners.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/owners.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/plugins.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/plugins.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/redeem.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/redeem.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/refresh.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/refresh.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/register.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/register.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/release.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/release.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/remove.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/remove.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/repos.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/repos.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/role.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/role.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/service_level.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/service_level.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/status.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/status.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/syspurpose.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/syspurpose.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/unregister.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/unregister.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/usage.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/usage.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/user_pass.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/user_pass.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/version.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/__pycache__/version.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/abstract_syspurpose.py
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/addons.py
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/attach.py
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/autoheal.py
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/clean.py
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/cli.py
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/config.py
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/environments.py
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/facts.py
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/identity.py
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/import_cert.py
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/list.py
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/org.py
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/override.py
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/owners.py
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/plugins.py
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/redeem.py
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/refresh.py
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/register.py
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/release.py
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/remove.py
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/repos.py
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/role.py
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/service_level.py
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/status.py
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/syspurpose.py
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/unregister.py
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/usage.py
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/user_pass.py
/usr/lib64/python3.9/site-packages/subscription_manager/cli_command/version.py
/usr/lib64/python3.9/site-packages/subscription_manager/content_action_client.py
/usr/lib64/python3.9/site-packages/subscription_manager/cp_provider.py
/usr/lib64/python3.9/site-packages/subscription_manager/cpuinfo.py
/usr/lib64/python3.9/site-packages/subscription_manager/entbranding.py
/usr/lib64/python3.9/site-packages/subscription_manager/entcertlib.py
/usr/lib64/python3.9/site-packages/subscription_manager/exceptions.py
/usr/lib64/python3.9/site-packages/subscription_manager/factlib.py
/usr/lib64/python3.9/site-packages/subscription_manager/facts.py
/usr/lib64/python3.9/site-packages/subscription_manager/healinglib.py
/usr/lib64/python3.9/site-packages/subscription_manager/i18n.py
/usr/lib64/python3.9/site-packages/subscription_manager/i18n_argparse.py
/usr/lib64/python3.9/site-packages/subscription_manager/identity.py
/usr/lib64/python3.9/site-packages/subscription_manager/identitycertlib.py
/usr/lib64/python3.9/site-packages/subscription_manager/injection.py
/usr/lib64/python3.9/site-packages/subscription_manager/injectioninit.py
/usr/lib64/python3.9/site-packages/subscription_manager/installedproductslib.py
/usr/lib64/python3.9/site-packages/subscription_manager/isodate.py
/usr/lib64/python3.9/site-packages/subscription_manager/jsonwrapper.py
/usr/lib64/python3.9/site-packages/subscription_manager/listing.py
/usr/lib64/python3.9/site-packages/subscription_manager/lock.py
/usr/lib64/python3.9/site-packages/subscription_manager/managercli.py
/usr/lib64/python3.9/site-packages/subscription_manager/managerlib.py
/usr/lib64/python3.9/site-packages/subscription_manager/model
/usr/lib64/python3.9/site-packages/subscription_manager/model/__init__.py
/usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__
/usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/model/ent_cert.py
/usr/lib64/python3.9/site-packages/subscription_manager/overrides.py
/usr/lib64/python3.9/site-packages/subscription_manager/packageprofilelib.py
/usr/lib64/python3.9/site-packages/subscription_manager/plugin
/usr/lib64/python3.9/site-packages/subscription_manager/plugin/__init__.py
/usr/lib64/python3.9/site-packages/subscription_manager/plugin/__pycache__
/usr/lib64/python3.9/site-packages/subscription_manager/plugin/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/plugin/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/plugins.py
/usr/lib64/python3.9/site-packages/subscription_manager/printing_utils.py
/usr/lib64/python3.9/site-packages/subscription_manager/productid.py
/usr/lib64/python3.9/site-packages/subscription_manager/reasons.py
/usr/lib64/python3.9/site-packages/subscription_manager/release.py
/usr/lib64/python3.9/site-packages/subscription_manager/repofile.py
/usr/lib64/python3.9/site-packages/subscription_manager/repolib.py
/usr/lib64/python3.9/site-packages/subscription_manager/rhelentbranding.py
/usr/lib64/python3.9/site-packages/subscription_manager/rhelproduct.py
/usr/lib64/python3.9/site-packages/subscription_manager/scripts
/usr/lib64/python3.9/site-packages/subscription_manager/scripts/__init__.py
/usr/lib64/python3.9/site-packages/subscription_manager/scripts/__pycache__
/usr/lib64/python3.9/site-packages/subscription_manager/scripts/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/scripts/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/scripts/__pycache__/package_profile_upload.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/scripts/__pycache__/package_profile_upload.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/scripts/__pycache__/rct.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/scripts/__pycache__/rct.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/scripts/__pycache__/rhsm_debug.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/scripts/__pycache__/rhsm_debug.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/scripts/__pycache__/rhsm_facts_service.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/scripts/__pycache__/rhsm_facts_service.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/scripts/__pycache__/rhsm_service.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/scripts/__pycache__/rhsm_service.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/scripts/__pycache__/rhsmcertd_worker.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/scripts/__pycache__/rhsmcertd_worker.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/scripts/__pycache__/subscription_manager.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/scripts/__pycache__/subscription_manager.cpython-39.pyc
/usr/lib64/python3.9/site-packages/subscription_manager/scripts/package_profile_upload.py
/usr/lib64/python3.9/site-packages/subscription_manager/scripts/rct.py
/usr/lib64/python3.9/site-packages/subscription_manager/scripts/rhsm_debug.py
/usr/lib64/python3.9/site-packages/subscription_manager/scripts/rhsm_facts_service.py
/usr/lib64/python3.9/site-packages/subscription_manager/scripts/rhsm_service.py
/usr/lib64/python3.9/site-packages/subscription_manager/scripts/rhsmcertd_worker.py
/usr/lib64/python3.9/site-packages/subscription_manager/scripts/subscription_manager.py
/usr/lib64/python3.9/site-packages/subscription_manager/syspurposelib.py
/usr/lib64/python3.9/site-packages/subscription_manager/unicode_width.py
/usr/lib64/python3.9/site-packages/subscription_manager/utils.py
/usr/lib64/python3.9/site-packages/subscription_manager/validity.py
/usr/lib64/python3.9/site-packages/subscription_manager/version.py
/usr/lib64/python3.9/site-packages/syspurpose
/usr/lib64/python3.9/site-packages/syspurpose/__init__.py
/usr/lib64/python3.9/site-packages/syspurpose/__pycache__
/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/files.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/files.cpython-39.pyc
/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/utils.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/syspurpose/__pycache__/utils.cpython-39.pyc
/usr/lib64/python3.9/site-packages/syspurpose/files.py
/usr/lib64/python3.9/site-packages/syspurpose/utils.py
/usr/libexec/rhsm-facts-service
/usr/libexec/rhsm-package-profile-uploader
/usr/libexec/rhsm-service
/usr/libexec/rhsmcertd-worker
/usr/sbin/subscription-manager
/usr/share/bash-completion/completions/rct
/usr/share/bash-completion/completions/rhsm-debug
/usr/share/bash-completion/completions/rhsmcertd
/usr/share/bash-completion/completions/subscription-manager
/usr/share/dbus-1/system-services/com.redhat.RHSM1.Facts.service
/usr/share/dbus-1/system-services/com.redhat.RHSM1.service
/usr/share/doc/subscription-manager
/usr/share/doc/subscription-manager/LICENSE
/usr/share/locale/as/LC_MESSAGES/rhsm.mo
/usr/share/locale/bn_IN/LC_MESSAGES/rhsm.mo
/usr/share/locale/de/LC_MESSAGES/rhsm.mo
/usr/share/locale/es/LC_MESSAGES/rhsm.mo
/usr/share/locale/fr/LC_MESSAGES/rhsm.mo
/usr/share/locale/gu/LC_MESSAGES/rhsm.mo
/usr/share/locale/hi/LC_MESSAGES/rhsm.mo
/usr/share/locale/it/LC_MESSAGES/rhsm.mo
/usr/share/locale/ja/LC_MESSAGES/rhsm.mo
/usr/share/locale/ka/LC_MESSAGES/rhsm.mo
/usr/share/locale/kn/LC_MESSAGES/rhsm.mo
/usr/share/locale/ko/LC_MESSAGES/rhsm.mo
/usr/share/locale/ml/LC_MESSAGES/rhsm.mo
/usr/share/locale/mr/LC_MESSAGES/rhsm.mo
/usr/share/locale/or/LC_MESSAGES/rhsm.mo
/usr/share/locale/pa/LC_MESSAGES/rhsm.mo
/usr/share/locale/pt_BR/LC_MESSAGES/rhsm.mo
/usr/share/locale/ru/LC_MESSAGES/rhsm.mo
/usr/share/locale/si/LC_MESSAGES/rhsm.mo
/usr/share/locale/ta_IN/LC_MESSAGES/rhsm.mo
/usr/share/locale/te/LC_MESSAGES/rhsm.mo
/usr/share/locale/zh_CN/LC_MESSAGES/rhsm.mo
/usr/share/locale/zh_TW/LC_MESSAGES/rhsm.mo
/usr/share/man/man5/rhsm.conf.5.gz
/usr/share/man/man8/rct.8.gz
/usr/share/man/man8/rhsm-debug.8.gz
/usr/share/man/man8/rhsmcertd.8.gz
/usr/share/man/man8/subscription-manager.8.gz
/usr/share/polkit-1/actions/com.redhat.RHSM1.Facts.policy
/usr/share/polkit-1/actions/com.redhat.RHSM1.policy
/usr/share/rhsm-plugins
/var/lib/rhsm
/var/lib/rhsm/cache
/var/lib/rhsm/facts
/var/lib/rhsm/packages
/var/lib/rhsm/repo_server_val
/var/log/rhsm
/var/spool/rhsm
/var/spool/rhsm/debug


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Sep 25 08:13:10 2024