Remove tabs from spec
rpmlint complains about mixed spaces and tabs. Set vim mode and remove tabs added by recent commit.
This commit is contained in:
parent
547656b469
commit
adcfd20cb2
@ -1,6 +1,7 @@
|
|||||||
#
|
#
|
||||||
# Red Hat BIND package .spec file
|
# Red Hat BIND package .spec file
|
||||||
#
|
#
|
||||||
|
# vim:expandtab ts=2:
|
||||||
|
|
||||||
#%%global PATCHVER P1
|
#%%global PATCHVER P1
|
||||||
#%%global PREVER rc1
|
#%%global PREVER rc1
|
||||||
@ -856,11 +857,11 @@ sed -e "/^\s*include(/ d" -e 's/^-- use //' \
|
|||||||
# or it is able to configure them
|
# or it is able to configure them
|
||||||
if perl bin/tests/system/testsock.pl
|
if perl bin/tests/system/testsock.pl
|
||||||
then
|
then
|
||||||
CONFIGURED=already
|
CONFIGURED=already
|
||||||
else
|
else
|
||||||
CONFIGURED=
|
CONFIGURED=
|
||||||
sh bin/tests/system/ifconfig.sh up
|
sh bin/tests/system/ifconfig.sh up
|
||||||
perl bin/tests/system/testsock.pl && CONFIGURED=build
|
perl bin/tests/system/testsock.pl && CONFIGURED=build
|
||||||
fi
|
fi
|
||||||
if [ -n "$CONFIGURED" ]
|
if [ -n "$CONFIGURED" ]
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user