]> git.pld-linux.org Git - packages/podman.git/commitdiff
up to 2.1.0
authorJan Palus <atler@pld-linux.org>
Fri, 4 Dec 2020 19:05:39 +0000 (20:05 +0100)
committerJan Palus <atler@pld-linux.org>
Fri, 4 Dec 2020 19:05:39 +0000 (20:05 +0100)
podman.spec

index 8d7af43f227d76c193c4302605db0c39cfaa7b68..a0efa773990eb763a587cebee62810839fb8ad5d 100644 (file)
@@ -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*
This page took 0.513095 seconds and 4 git commands to generate.