diff --git a/systemd-mini.changes b/systemd-mini.changes index 7a7a4d7c..31e79a56 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 11 10:53:48 UTC 2014 - coolo@suse.com + +- don't build bash-completions for bootstrap package + ------------------------------------------------------------------- Tue Feb 11 10:25:26 UTC 2014 - coolo@suse.com diff --git a/systemd-mini.spec b/systemd-mini.spec index b304c603..d9dba815 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -1183,6 +1183,7 @@ exit 0 %ghost /var/lib/systemd/backlight %ghost /var/lib/systemd/random-seed +%if ! 0%{?bootstrap} %files bash-completion %defattr(-,root,root,-) %dir %{_datadir}/bash-completion @@ -1191,6 +1192,7 @@ exit 0 %exclude %{_datadir}/bash-completion/completions/systemd-analyze %endif %{_datadir}/bash-completion/completions/* +%endif %files devel %defattr(-,root,root,-) diff --git a/systemd.changes b/systemd.changes index 7a7a4d7c..31e79a56 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 11 10:53:48 UTC 2014 - coolo@suse.com + +- don't build bash-completions for bootstrap package + ------------------------------------------------------------------- Tue Feb 11 10:25:26 UTC 2014 - coolo@suse.com diff --git a/systemd.spec b/systemd.spec index 34680761..ea718fd7 100644 --- a/systemd.spec +++ b/systemd.spec @@ -1178,6 +1178,7 @@ exit 0 %ghost /var/lib/systemd/backlight %ghost /var/lib/systemd/random-seed +%if ! 0%{?bootstrap} %files bash-completion %defattr(-,root,root,-) %dir %{_datadir}/bash-completion @@ -1186,6 +1187,7 @@ exit 0 %exclude %{_datadir}/bash-completion/completions/systemd-analyze %endif %{_datadir}/bash-completion/completions/* +%endif %files devel %defattr(-,root,root,-)