Accepting request 818321 from home:fcrozat:branches:openSUSE:Tools
- Really fix path for fish completion file to /usr/share/fish/vendor_completions.d and fix its permissions. OBS-URL: https://build.opensuse.org/request/show/818321 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=340
This commit is contained in:
parent
08794c5ca8
commit
eb2cf99cda
@ -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