[packages/podman] up to 2.1.0

atler atler at pld-linux.org
Fri Dec 4 20:05:50 CET 2020


commit a6a3c572e28ff5d887879a2c3a2fed2123b329de
Author: Jan Palus <atler at pld-linux.org>
Date:   Fri Dec 4 20:05:39 2020 +0100

    up to 2.1.0

 podman.spec | 28 ++++++++++++++++++++++++----
 1 file changed, 24 insertions(+), 4 deletions(-)
---
diff --git a/podman.spec b/podman.spec
index 8d7af43..a0efa77 100644
--- a/podman.spec
+++ b/podman.spec
@@ -1,12 +1,12 @@
 Summary:	A tool for managing OCI containers and pods
 Name:		podman
-Version:	2.0.4
+Version:	2.1.0
 Release:	1
 License:	Apache v2.0
 Group:		Applications/System
 #Source0Download: https://github.com/containers/podman/releases
 Source0:	https://github.com/containers/podman/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5:	6a84e3ef54559fd3796848aafb8f7a36
+# Source0-md5:	30e6ad5fe7c4abfef3e07e2fa8e904dd
 URL:		https://github.com/containers/podman
 BuildRequires:	go-md2man
 BuildRequires:	golang
@@ -28,7 +28,18 @@ images, and volumes.
 %setup -q
 
 %build
-%{__make}
+%{__make} \
+	GO=/usr/bin/go \
+	PREFIX=%{_prefix} \
+	BINDIR=%{_bindir} \
+	LIBEXECDIR=%{_libexecdir} \
+	MANDIR=%{_mandir} \
+	SHAREDIR_CONTAINERS=%{_datadir}/containers \
+	ETCDIR=%{_sysconfdir} \
+	TMPFILESDIR=%{systemdtmpfilesdir} \
+	SYSTEMDDIR=%{systemdunitdir} \
+	USERSYSTEMDDIR=%{systemduserunitdir} \
+	PYTHON=%{__python3}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -38,8 +49,13 @@ rm -rf $RPM_BUILD_ROOT
 	PREFIX=%{_prefix} \
 	BINDIR=%{_bindir} \
 	LIBEXECDIR=%{_libexecdir} \
+	MANDIR=%{_mandir} \
+	SHAREDIR_CONTAINERS=%{_datadir}/containers \
+	ETCDIR=%{_sysconfdir} \
+	TMPFILESDIR=%{systemdtmpfilesdir} \
 	SYSTEMDDIR=%{systemdunitdir} \
-	USERSYSTEMDDIR=%{systemduserunitdir}
+	USERSYSTEMDDIR=%{systemduserunitdir} \
+	PYTHON=%{__python3}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -51,8 +67,12 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/podman-remote
 %{systemdunitdir}/podman.service
 %{systemdunitdir}/podman.socket
+%{systemdunitdir}/podman-auto-update.service
+%{systemdunitdir}/podman-auto-update.timer
 %{systemduserunitdir}/podman.service
 %{systemduserunitdir}/podman.socket
+%{systemduserunitdir}/podman-auto-update.service
+%{systemduserunitdir}/podman-auto-update.timer
 %{_mandir}/man1/podman*.1*
 %{_mandir}/man5/containers-mounts.conf.5*
 %{_mandir}/man5/oci-hooks.5*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/podman.git/commitdiff/a6a3c572e28ff5d887879a2c3a2fed2123b329de



More information about the pld-cvs-commit mailing list