forked from pool/kexec-tools
Accepting request 221060 from home:jones_tony:branches:Kernel:kdump
OBS-URL: https://build.opensuse.org/request/show/221060 OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=36
This commit is contained in:
committed by
Git OBS Bridge
parent
213612d58b
commit
4ee4fd74f4
16
kexec-tools-rpmlintrc
Normal file
16
kexec-tools-rpmlintrc
Normal file
@@ -0,0 +1,16 @@
|
||||
#
|
||||
# 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:
|
Reference in New Issue
Block a user