SHA256
1
0
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:
Tony Jones
2014-02-05 23:15:44 +00:00
committed by Git OBS Bridge
parent 213612d58b
commit 4ee4fd74f4
14 changed files with 684 additions and 951 deletions

16
kexec-tools-rpmlintrc Normal file
View 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: