Accepting request 827668 from devel:kubic
- Correct invalid use of %{_libexecdir} to ensure files should be in /usr/lib OBS-URL: https://build.opensuse.org/request/show/827668 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=66
This commit is contained in:
parent
63eb9ffa99
commit
76d449a828
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 18 15:11:31 UTC 2020 - Richard Brown <rbrown@suse.com>
|
||||||
|
|
||||||
|
- Correct invalid use of %{_libexecdir} to ensure files should be in /usr/lib
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 12 09:35:29 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
|
Wed Aug 12 09:35:29 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
@ -133,8 +133,8 @@ install -D -m 0644 contrib/varlink/io.podman.service %{buildroot}%{_unitdir}/io.
|
|||||||
install -D -m 0644 contrib/varlink/io.podman.socket %{buildroot}%{_unitdir}/io.podman.socket
|
install -D -m 0644 contrib/varlink/io.podman.socket %{buildroot}%{_unitdir}/io.podman.socket
|
||||||
|
|
||||||
# Add podman modprobe.d drop-in config
|
# Add podman modprobe.d drop-in config
|
||||||
mkdir -p %{buildroot}%{_libexecdir}/modules-load.d
|
mkdir -p %{buildroot}%{_prefix}/lib/modules-load.d
|
||||||
install -m 0644 -t %{buildroot}%{_libexecdir}/modules-load.d/ %{SOURCE1}
|
install -m 0644 -t %{buildroot}%{_prefix}/lib/modules-load.d/ %{SOURCE1}
|
||||||
|
|
||||||
# README.SUSE is SLES specifc currently
|
# README.SUSE is SLES specifc currently
|
||||||
%if !0%{?is_opensuse}
|
%if !0%{?is_opensuse}
|
||||||
@ -153,8 +153,8 @@ install -D -m 0644 %{SOURCE4} %{buildroot}%{_docdir}/%{name}/README.SUSE
|
|||||||
# Manpages
|
# Manpages
|
||||||
%{_mandir}/man1/podman*.1*
|
%{_mandir}/man1/podman*.1*
|
||||||
# Configs
|
# Configs
|
||||||
%dir %{_libexecdir}/modules-load.d
|
%dir %{_prefix}/lib/modules-load.d
|
||||||
%{_libexecdir}/modules-load.d/podman.conf
|
%{_prefix}/lib/modules-load.d/podman.conf
|
||||||
# Completion
|
# Completion
|
||||||
%{_datadir}/bash-completion/completions/podman
|
%{_datadir}/bash-completion/completions/podman
|
||||||
%{_sysconfdir}/zsh_completion.d/_podman
|
%{_sysconfdir}/zsh_completion.d/_podman
|
||||||
|
Loading…
x
Reference in New Issue
Block a user