SHA256
1
0
forked from pool/systemd

- don't build bash-completions for bootstrap package

- don't build bash-completions for bootstrap package

OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=515
This commit is contained in:
Stephan Kulow 2014-02-11 10:54:05 +00:00 committed by Git OBS Bridge
parent d7441c1962
commit cff8537f54
4 changed files with 14 additions and 0 deletions

View File

@ -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

View File

@ -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,-)

View File

@ -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

View File

@ -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,-)