From a0a88fd2bd0d0b4c96c73e18f2d71040432c7058d420ab70bdc0e3aa61cd5eaf Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 11 Mar 2014 07:49:28 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=541 --- systemd-mini.changes | 5 +++++ systemd-mini.spec | 4 +++- systemd.changes | 5 +++++ systemd.spec | 4 +++- 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/systemd-mini.changes b/systemd-mini.changes index 4ef46a16..908a88b1 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -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 diff --git a/systemd-mini.spec b/systemd-mini.spec index 2d9fb3c2..ba647a89 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -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 diff --git a/systemd.changes b/systemd.changes index 4ef46a16..908a88b1 100644 --- a/systemd.changes +++ b/systemd.changes @@ -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 diff --git a/systemd.spec b/systemd.spec index 4340cc00..ca307aa3 100644 --- a/systemd.spec +++ b/systemd.spec @@ -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