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:
parent
d7441c1962
commit
cff8537f54
@ -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
|
Tue Feb 11 10:25:26 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1183,6 +1183,7 @@ exit 0
|
|||||||
%ghost /var/lib/systemd/backlight
|
%ghost /var/lib/systemd/backlight
|
||||||
%ghost /var/lib/systemd/random-seed
|
%ghost /var/lib/systemd/random-seed
|
||||||
|
|
||||||
|
%if ! 0%{?bootstrap}
|
||||||
%files bash-completion
|
%files bash-completion
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%dir %{_datadir}/bash-completion
|
%dir %{_datadir}/bash-completion
|
||||||
@ -1191,6 +1192,7 @@ exit 0
|
|||||||
%exclude %{_datadir}/bash-completion/completions/systemd-analyze
|
%exclude %{_datadir}/bash-completion/completions/systemd-analyze
|
||||||
%endif
|
%endif
|
||||||
%{_datadir}/bash-completion/completions/*
|
%{_datadir}/bash-completion/completions/*
|
||||||
|
%endif
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
@ -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
|
Tue Feb 11 10:25:26 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1178,6 +1178,7 @@ exit 0
|
|||||||
%ghost /var/lib/systemd/backlight
|
%ghost /var/lib/systemd/backlight
|
||||||
%ghost /var/lib/systemd/random-seed
|
%ghost /var/lib/systemd/random-seed
|
||||||
|
|
||||||
|
%if ! 0%{?bootstrap}
|
||||||
%files bash-completion
|
%files bash-completion
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%dir %{_datadir}/bash-completion
|
%dir %{_datadir}/bash-completion
|
||||||
@ -1186,6 +1187,7 @@ exit 0
|
|||||||
%exclude %{_datadir}/bash-completion/completions/systemd-analyze
|
%exclude %{_datadir}/bash-completion/completions/systemd-analyze
|
||||||
%endif
|
%endif
|
||||||
%{_datadir}/bash-completion/completions/*
|
%{_datadir}/bash-completion/completions/*
|
||||||
|
%endif
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
Loading…
Reference in New Issue
Block a user