From 3eda528232e95938902d3f489b5d56cf19d2f4a0 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Wed, 16 Jun 2021 09:08:56 +0200 Subject: [PATCH] podman-3.3.0-0.8.el9 - add new systemd unit files - Related: #1970747 Signed-off-by: Jindrich Novy --- podman.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 7af2c45..7386a2a 100644 --- a/podman.spec +++ b/podman.spec @@ -24,7 +24,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Name: podman Version: 3.3.0 -Release: 0.7%{?dist} +Release: 0.8%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 and GPLv3+ URL: https://%{name}.io/ @@ -302,10 +302,12 @@ exit 0 %{_unitdir}/%{name}.service %{_unitdir}/%{name}.socket %{_unitdir}/%{name}-auto-update.service +%{_unitdir}/%{name}-restart.service %{_unitdir}/%{name}-auto-update.timer %{_userunitdir}/%{name}.service %{_userunitdir}/%{name}.socket %{_userunitdir}/%{name}-auto-update.service +%{_userunitdir}/%{name}-restart.service %{_userunitdir}/%{name}-auto-update.timer %{_usr}/lib/tmpfiles.d/%{name}.conf @@ -343,6 +345,10 @@ exit 0 %{_datadir}/%{name}/test %changelog +* Wed Jun 16 2021 Jindrich Novy - 3.3.0-0.8 +- add new systemd unit files +- Related: #1970747 + * Wed Jun 16 2021 Jindrich Novy - 3.3.0-0.7 - update to the latest content of https://github.com/containers/podman/tree/master (https://github.com/containers/podman/commit/092b2ec)