diff --git a/podman.changes b/podman.changes index 3cd1273..5486e1b 100644 --- a/podman.changes +++ b/podman.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 18 15:11:31 UTC 2020 - Richard Brown + +- Correct invalid use of %{_libexecdir} to ensure files should be in /usr/lib + ------------------------------------------------------------------- Wed Aug 12 09:35:29 UTC 2020 - Thorsten Kukuk diff --git a/podman.spec b/podman.spec index df3786b..102cec7 100644 --- a/podman.spec +++ b/podman.spec @@ -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 # Add podman modprobe.d drop-in config -mkdir -p %{buildroot}%{_libexecdir}/modules-load.d -install -m 0644 -t %{buildroot}%{_libexecdir}/modules-load.d/ %{SOURCE1} +mkdir -p %{buildroot}%{_prefix}/lib/modules-load.d +install -m 0644 -t %{buildroot}%{_prefix}/lib/modules-load.d/ %{SOURCE1} # README.SUSE is SLES specifc currently %if !0%{?is_opensuse} @@ -153,8 +153,8 @@ install -D -m 0644 %{SOURCE4} %{buildroot}%{_docdir}/%{name}/README.SUSE # Manpages %{_mandir}/man1/podman*.1* # Configs -%dir %{_libexecdir}/modules-load.d -%{_libexecdir}/modules-load.d/podman.conf +%dir %{_prefix}/lib/modules-load.d +%{_prefix}/lib/modules-load.d/podman.conf # Completion %{_datadir}/bash-completion/completions/podman %{_sysconfdir}/zsh_completion.d/_podman