From 136dec2e5ed3b18e2a964dcf5dc1511fb9efffa1a8b530647a29d0e3abe2c4e5 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Mon, 11 Jul 2022 08:00:49 +0000 Subject: [PATCH] Accepting request 988287 from Virtualization:containers OBS-URL: https://build.opensuse.org/request/show/988287 OBS-URL: https://build.opensuse.org/package/show/devel:microos/podman?expand=0&rev=4 --- podman.changes | 6 ++++++ podman.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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.*