Correct comment line termination

OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=413
This commit is contained in:
Richard Brown 2017-11-20 10:51:33 +00:00 committed by Git OBS Bridge
parent a1e5915bc0
commit c2521a5e7f

View File

@ -112,7 +112,7 @@
# #
%do_real_fillup() \ %do_real_fillup() \
SYSC_TEMPLATE=%{_fillupdir}/sysconfig.$PNAME \ SYSC_TEMPLATE=%{_fillupdir}/sysconfig.$PNAME \
# If template not in new %{_fillupdir}, fallback to old TEMPLATE_DIR # If template not in new %{_fillupdir}, fallback to old TEMPLATE_DIR \
if [ ! -f $SYSC_TEMPLATE ] ; then \ if [ ! -f $SYSC_TEMPLATE ] ; then \
TEMPLATE_DIR=/var/adm/fillup-templates \ TEMPLATE_DIR=/var/adm/fillup-templates \
SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME \ SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME \
@ -156,7 +156,7 @@
%{-n:PNAME=%{1}}%{!-n:PNAME=%{name}} \ %{-n:PNAME=%{1}}%{!-n:PNAME=%{name}} \
%{-s:SUBPNAME=-%{2}}%{!-s:SUBPNAME=%{-a:-%{name}}} \ %{-s:SUBPNAME=-%{2}}%{!-s:SUBPNAME=%{-a:-%{name}}} \
SYSC_TEMPLATE=%{_fillupdir}/sysconfig.$PNAME$SUBPNAME \ SYSC_TEMPLATE=%{_fillupdir}/sysconfig.$PNAME$SUBPNAME \
# If template not in new %{_fillupdir}, fallback to old TEMPLATE_DIR # If template not in new %{_fillupdir}, fallback to old TEMPLATE_DIR \
if [ ! -f $SYSC_TEMPLATE ] ; then \ if [ ! -f $SYSC_TEMPLATE ] ; then \
TEMPLATE_DIR=/var/adm/fillup-templates \ TEMPLATE_DIR=/var/adm/fillup-templates \
SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME \ SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME \
@ -199,7 +199,7 @@
%{-n:PNAME=%{-n*}}%{!-n:PNAME=%{name}} \ %{-n:PNAME=%{-n*}}%{!-n:PNAME=%{name}} \
DEF_VAL=%{-y:"yes"}%{!-y:"no"} \ DEF_VAL=%{-y:"yes"}%{!-y:"no"} \
DEL_TEMPL=%{_fillupdir}/$PNAME.del \ DEL_TEMPL=%{_fillupdir}/$PNAME.del \
# If template not in new location, fallback to old location # If template not in new location, fallback to old location \
if [ ! -f $DEL_TEMPL ] ; then \ if [ ! -f $DEL_TEMPL ] ; then \
DEL_TEMPL=/var/adm/fillup-templates/$PNAME.del \ DEL_TEMPL=/var/adm/fillup-templates/$PNAME.del \
fi \ fi \