Accepting request 822844 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/822844 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=151
This commit is contained in:
commit
d3753f9ab4
@ -26,6 +26,12 @@ Thu Jul 9 08:06:35 UTC 2020 - Marco Strigl <marco.strigl@suse.com>
|
||||
- Spec:
|
||||
* re-enable test suite
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 2 12:46:33 UTC 2020 - Frederic Crozat <fcrozat@suse.com>
|
||||
|
||||
- Really fix path for fish completion file to
|
||||
/usr/share/fish/vendor_completions.d and fix its permissions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 29 18:40:18 UTC 2020 - Marco Strigl <marco.strigl@suse.com>
|
||||
|
||||
|
6
osc.spec
6
osc.spec
@ -174,7 +174,7 @@ install -Dm0755 dist/osc.complete %{buildroot}%{_prefix}/lib/osc/complete
|
||||
install -Dm0755 dist/osc.complete %{buildroot}%{_libdir}/osc/complete
|
||||
%endif
|
||||
|
||||
install -Dm0755 osc.fish %{buildroot}%{_datadir}/fish/completions/vendor_completions.d/osc.fish
|
||||
install -Dm644 osc.fish %{buildroot}%{_datadir}/fish/vendor_completions.d/osc.fish
|
||||
|
||||
install -m644 %{macros_file} -D %{buildroot}%{_sysconfdir}/rpm/%{macros_file}
|
||||
|
||||
@ -211,7 +211,9 @@ rm -rf %{buildroot}
|
||||
%else
|
||||
%{_libdir}/osc
|
||||
%endif
|
||||
%{_datadir}/fish
|
||||
%dir %{_datadir}/fish
|
||||
%dir %{_datadir}/fish/vendor_completions.d
|
||||
%{_datadir}/fish/vendor_completions.d/osc.fish
|
||||
%dir %{osc_plugin_dir}
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user