subscription-manager/subscription-manager-rpmlintrc
Alex Wood e368f8da6c Update subscription-manager to 1.20.1-1
Resolves:  - Correct sorting of dates in subman gui (jhnidek@redhat.com)
Resolves:  - Python module rhsm should never call exit() (jhnidek@redhat.com)
Resolves:  - added flush() method to Tee class in fixtures. (jhnidek@redhat.com)
Resolves:  - flushing of stdout and stderr once again (jhnidek@redhat.com)
Resolves:  - Add subscription-manager plugin to yum-config-manager
Resolves:  - Fix gui proxy check (khowell@redhat.com)
Resolves:  - Ignore "already attached" in register GUI (khowell@redhat.com)
Resolves:  - fix broken pipe error in other bin scripts (jhnidek@redhat.com)
Resolves:  - Output consumer name on registration (tony@anthonyjames.org)
Resolves:  - Better dialog in GUI, when consumer is deleted at CP.
Resolves:  - open Online Documentation, when env. var. LANG is unset
Resolves:  - rhsm-debug created report dir with wrong perms (jhnidek@redhat.com)
Resolves:  - print only readable part of SSL error to console
Resolves:  - Add baseurl examples, explanation (khowell@redhat.com)
Resolves:  - Add hypervisor consumer type to manpages (khowell@redhat.com)
Resolves:  - Have gettext return unicode instead of bytes. (awood@redhat.com)
Resolves:  - Update retired article reference (redhatrises@gmail.com)
Resolves:  - Use https for the redhat.com/forgot_password label.
Resolves:  - Env. variable no_proxy=* is not ignored (jhnidek@redhat.com)
Resolves:  - Display better error msg., when wrong proxy is set up
Resolves:  - subman gui can unregister, when network is up again
Resolves:  - Update container certs after plugin install (khowell@redhat.com)
Resolves:  - added --noproxy for rhsm-debug auto-completion (jhnidek@redhat.com)
Resolves:  - GUI opens network dialog due to bad proxy during startup
Resolves:  - Raise exception with path/string of wrong certificate.
Resolves:  - no_proxy match the host name when *.redhat.com is used
Resolves:  - Added --noproxy to bash completion script (jhnidek@redhat.com)
Resolves:  - Add mnemonic for subscription-manager spoke (khowell@redhat.com)
Resolves:  - Added default value for splay configuration (jhnidek@redhat.com)
Resolves:  - Enable saving no_proxy settings from GUI (jhnidek@redhat.com)
Resolves:  - identity reports right info in name field (jhnidek@redhat.com)
Resolves:  - Bug fix of com.redhat.Subscriptionmanager D-Bus policy
Resolves:  - Fix Host header when using proxy (khowell@redhat.com)
Resolves:  - Replace `-` with `_` in completion functions (khowell@redhat.com)
Resolves:  - remove obsolete certiciates of golden ticket (jhnidek@redhat.com)
Resolves:  - golden ticket entitlement was not removed. (jhnidek@redhat.com)
Resolves:  - facts collection aborts with unknown locale (jhnidek@redhat.com)
Resolves:  - Support /etc/init.d daemon even on EL7 (khowell@redhat.com)
Resolves:  - Make lscpu ignore locale again (khowell@redhat.com)
Resolves:  - Don't read non-existing json cache file. (jhnidek@redhat.com)
Resolves:  - Use json file for caching pool type. (jhnidek@redhat.com)
Resolves:  - use socket.getaddrinfo() to mimic hostname -f cmd
Resolves:  - Add secondary file to determine external repo file changes
Resolves:  - set bin scripts file encoding to utf-8 (khowell@redhat.com)
Resolves:  - Set default encoding for gui to UTF-8 (khowell@redhat.com)
Resolves:  - Update timestamp during intitial cert check. (jhnidek@redhat.com)
Resolves:  - Display deleted uuid in facts dialog correctly. (jhnidek@redhat.com)
Resolves:  - Remove dbus-x11 dependency (khowell@redhat.com)
Resolves:  - Provide feedback for force register (khowell@redhat.com)
Resolves:  - Use sys.setdefaultencoding('utf-8') in better way.
Resolves:  - fixed wrong spelling. (jhnidek@redhat.com)
Resolves:  - fixed rct to display cert without subjectAltName.
Resolves:  - Error reading system DMI information (jhnidek@redhat.com)
Resolves:  - Print right dates on subscription-manager list --installed
Resolves:  - Set locale fact to Unknown if value cannot be determined
Resolves:  - Enable to overwrite system.certificate_version with custom fact.
Resolves:  - Added mising policy file. (jhnidek@redhat.com)
Resolves:  - Facts dbus service does not start properly due to timeout.
Resolves:  - bug fix of writing time stamps. (jhnidek@redhat.com)
Resolves:  - Clicking at Help->Getting Started opens yelp. (jhnidek@redhat.com)
Resolves:  - Add proxy configuration info to man page (khowell@redhat.com)
Resolves:  - Remove M2Crypto reference from rhsmlib (khowell@redhat.com)
Resolves:  - Capture dmidecode errors at fact gathering (khowell@redhat.com)
Resolves:  - Simplify rhsmcertd log message plurality (csnyder@redhat.com)
Resolves:  - Fix UnboundLocalError during custom facts collection
Resolves:  - Fix DBus register service configuration issue. (awood@redhat.com)
Resolves:  - Better output message, when subman gui is launched with non-root
Resolves:  - Bug fix: subman doesn't log errors when repository enabling failed
Resolves:  - Install missing rpm package with fonts. (jhnidek@redhat.com)
Resolves:  - Do not include virt.uuid for platforms where it is not known
Resolves:  - Add splay option to rhsmcertd, randomize over interval
Resolves:  - Make subscription details view expand (khowell@redhat.com)
Resolves:  - Clear dmidecode warnings (khowell@redhat.com)
Resolves:  - Do not use D-Bus for facts collection (khowell@redhat.com)
Resolves:  - 1432947: Filter content access certs at entitlement list level
2017-07-27 11:53:18 -04:00

13 lines
459 B
Plaintext

# this seems ok to me
addFilter('invalid-url')
# all yum plugins seem to hardcode paths
addFilter("hardcoded-library-path .*lib/yum-plugins/.*")
# filter out zypper plugins too!
addFilter("hardcoded-library-path .*lib/zypp/plugins/.*")
#sytemd 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)