Accepting request 988296 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/988296 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=96
This commit is contained in:
commit
e6e6fc6361
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 1 11:08:05 UTC 2022 - Predrag Ivanović <predivan@mts.rs>
|
||||
|
||||
- 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
|
||||
|
||||
|
@ -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.*
|
||||
|
Loading…
Reference in New Issue
Block a user