diff --git a/podman.changes b/podman.changes index 9b9d2e5..8638dde 100644 --- a/podman.changes +++ b/podman.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jul 1 11:08:05 UTC 2022 - Predrag Ivanović + +- Fix build on Leap + Use libexec macro to set correct, per-distribution specific, directory. + ------------------------------------------------------------------- Wed Jun 22 09:41:22 UTC 2022 - rbrown@suse.com diff --git a/podman.spec b/podman.spec index f2abeda..6d3bee0 100644 --- a/podman.spec +++ b/podman.spec @@ -128,7 +128,7 @@ make %{?_smp_mflags} docs # Updates must be tested manually. %install -make DESTDIR=%{buildroot} PREFIX=/usr install install.completions install.docker +make DESTDIR=%{buildroot} PREFIX=/usr LIBEXECDIR=%{_libexecdir} install install.completions install.docker # packaged in libcontainers-common rm %{buildroot}/usr/share/man/man5/oci-hooks.*