kexec-tools/kexec-tools-2.0.2-rpmlintrc
OBS User autobuild 5cc762cce4 Accepting request 48559 from Kernel:kdump
Copy from Kernel:kdump/kexec-tools based on submit request 48559 from user ptesarik

OBS-URL: https://build.opensuse.org/request/show/48559
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kexec-tools?expand=0&rev=78
2010-09-21 10:21:43 +00:00

17 lines
516 B
Plaintext

#
# The name for the init script is correct. kexec-tools is no name
# for an init script.
addFilter(".*incoherent-init-script-name.*");
#
# $null is a valid dependency.
addFilter(".*init-script-undefined-dependency.*");
#
# It does not make any sense to stop the "service" kexec on removal.
# kexec is no service but an init script to run kexec when rebooting.
# Stopping it here would lead to a very unexpected behaviour on reboot. :)
addFilter(".*init-script-without-%stop_on_removal-preun.*");
# :mode=python: