SHA256
1
0
forked from pool/systemd
Dr. Werner Fink 2014-03-11 07:49:28 +00:00 committed by Git OBS Bridge
parent 293c1b449b
commit bbe748fcac
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 11 07:47:55 UTC 2014 - werner@suse.de
- Make compeletion file parser work (bnc#867664)
-------------------------------------------------------------------
Fri Mar 7 09:25:53 UTC 2014 - werner@suse.de

View File

@ -658,6 +658,8 @@ export V=1
%if %{without networkd}
--disable-networkd \
%endif
--disable-kdbus \
--enable-dbus \
CFLAGS="%{optflags}"
make %{?_smp_mflags}
@ -826,7 +828,7 @@ for f in %{buildroot}%{_datadir}/bash-completion/completions/*
do
test -e "$f" || break
grep -q _init_completion "$f" || continue
echo "%exclude %{_datadir}/bash-completion/completions/${f##*}"
echo "%exclude %{_datadir}/bash-completion/completions/${f##*/}"
done > files.completion
%else
> files.completion

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 11 07:47:55 UTC 2014 - werner@suse.de
- Make compeletion file parser work (bnc#867664)
-------------------------------------------------------------------
Fri Mar 7 09:25:53 UTC 2014 - werner@suse.de

View File

@ -653,6 +653,8 @@ export V=1
%if %{without networkd}
--disable-networkd \
%endif
--disable-kdbus \
--enable-dbus \
CFLAGS="%{optflags}"
make %{?_smp_mflags}
@ -821,7 +823,7 @@ for f in %{buildroot}%{_datadir}/bash-completion/completions/*
do
test -e "$f" || break
grep -q _init_completion "$f" || continue
echo "%exclude %{_datadir}/bash-completion/completions/${f##*}"
echo "%exclude %{_datadir}/bash-completion/completions/${f##*/}"
done > files.completion
%else
> files.completion