Include "rpm-qa" file.
[nethome.git] / bin / kernelfilterdiffconfig
1 #! /bin/sh
2 set -ex
3 exec filterdiff -i '*/[cC]onfig.in' \
4                 -x '*/arch/alpha/*' \
5                 -x '*/arch/arm/*' \
6                 -x '*/arch/cris/*' \
7                 -x '*/arch/ia64/*' \
8                 -x '*/arch/x86_64/*' \
9                 -x '*/arch/mips*/*' \
10                 -x '*/arch/ppc*/*' \
11                 -x '*/arch/sparc*/*' \
12                 -x '*/arch/m68k/*' \
13                 -x '*/isdn/*' \
14                 -x '*/usb/*' \
15                 -x '*/sound/*' \
16                 -x '*/pcmcia/*' \
17                 -x '*/net/wan/*' \
18                 -x '*/net/irda/*' \
19                 -x '*/net/appletalk/*' \
20                 -x '*/bluetooth/*' \
21                 -x '*/wireless/*' \
22                 "$@" | \
23         grep -vw '^diff'