forked from pool/systemd
.
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=541
This commit is contained in:
parent
293c1b449b
commit
bbe748fcac
@ -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
|
Fri Mar 7 09:25:53 UTC 2014 - werner@suse.de
|
||||||
|
|
||||||
|
@ -658,6 +658,8 @@ export V=1
|
|||||||
%if %{without networkd}
|
%if %{without networkd}
|
||||||
--disable-networkd \
|
--disable-networkd \
|
||||||
%endif
|
%endif
|
||||||
|
--disable-kdbus \
|
||||||
|
--enable-dbus \
|
||||||
CFLAGS="%{optflags}"
|
CFLAGS="%{optflags}"
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -826,7 +828,7 @@ for f in %{buildroot}%{_datadir}/bash-completion/completions/*
|
|||||||
do
|
do
|
||||||
test -e "$f" || break
|
test -e "$f" || break
|
||||||
grep -q _init_completion "$f" || continue
|
grep -q _init_completion "$f" || continue
|
||||||
echo "%exclude %{_datadir}/bash-completion/completions/${f##*}"
|
echo "%exclude %{_datadir}/bash-completion/completions/${f##*/}"
|
||||||
done > files.completion
|
done > files.completion
|
||||||
%else
|
%else
|
||||||
> files.completion
|
> files.completion
|
||||||
|
@ -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
|
Fri Mar 7 09:25:53 UTC 2014 - werner@suse.de
|
||||||
|
|
||||||
|
@ -653,6 +653,8 @@ export V=1
|
|||||||
%if %{without networkd}
|
%if %{without networkd}
|
||||||
--disable-networkd \
|
--disable-networkd \
|
||||||
%endif
|
%endif
|
||||||
|
--disable-kdbus \
|
||||||
|
--enable-dbus \
|
||||||
CFLAGS="%{optflags}"
|
CFLAGS="%{optflags}"
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -821,7 +823,7 @@ for f in %{buildroot}%{_datadir}/bash-completion/completions/*
|
|||||||
do
|
do
|
||||||
test -e "$f" || break
|
test -e "$f" || break
|
||||||
grep -q _init_completion "$f" || continue
|
grep -q _init_completion "$f" || continue
|
||||||
echo "%exclude %{_datadir}/bash-completion/completions/${f##*}"
|
echo "%exclude %{_datadir}/bash-completion/completions/${f##*/}"
|
||||||
done > files.completion
|
done > files.completion
|
||||||
%else
|
%else
|
||||||
> files.completion
|
> files.completion
|
||||||
|
Loading…
Reference in New Issue
Block a user