forked from pool/aaa_base
0ee6d77190
- clean up rpmlintrc. Add filter for deprecated init scripts. We'll have to keep them around for a while until systemd takes over ownership. - Update to version 84.87+git20201123.4f16b16: * mark /etc/init.d/{boot,after}.local as %config(noreplace) (boo#1179097) * Avoid semicolon within (t)csh login script on S/390 OBS-URL: https://build.opensuse.org/request/show/850195 OBS-URL: https://build.opensuse.org/package/show/Base:System/aaa_base?expand=0&rev=715
10 lines
339 B
Plaintext
10 lines
339 B
Plaintext
# confirmed - but standard
|
|
addFilter("non-root-group-log-file /var/log/wtmp utmp")
|
|
|
|
# aaa_base requires net-tools
|
|
addFilter("dangling-symlink.*/usr/lib/restricted/bin/hostname.*/bin/hostname")
|
|
|
|
# for /etc/init.d/*.local. To be removed at some point
|
|
addFilter(".*suse-deprecated-init-script.*")
|
|
addFilter(".*suse-deprecated-boot-script.*")
|