From d223443ece7795c6eed76750a7a9ac5ed400f7c3 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Tue, 16 May 2023 14:42:24 +0200 Subject: [PATCH] podman-4.4.1-18.el8 - _user_tmpfilesdir definition is not part of systemd in 8.9 - Related: #2176055 Signed-off-by: Jindrich Novy --- podman.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/podman.spec b/podman.spec index e09ba57..70230d2 100644 --- a/podman.spec +++ b/podman.spec @@ -21,7 +21,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $ Epoch: 3 Name: podman Version: 4.4.1 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 and GPLv3+ URL: https://%{name}.io/ @@ -56,7 +56,6 @@ BuildRequires: systemd BuildRequires: systemd-devel BuildRequires: shadow-utils-subid-devel BuildRequires: python3 -Buildrequires: systemd-rpm-macros # for catatonit BuildRequires: autoconf BuildRequires: automake @@ -377,7 +376,7 @@ fi %{_bindir}/docker %{_mandir}/man1/docker*.1* %{_tmpfilesdir}/%{name}-docker.conf -%{_user_tmpfilesdir}/%{name}-docker.conf +/usr/share/user-tmpfiles.d/%{name}-docker.conf %files remote %license LICENSE @@ -417,6 +416,10 @@ fi %{_libexecdir}/%{name}/gvproxy %changelog +* Tue May 16 2023 Jindrich Novy - 3:4.4.1-18 +- _user_tmpfilesdir definition is not part of systemd in 8.9 +- Related: #2176055 + * Tue May 16 2023 Jindrich Novy - 3:4.4.1-17 - add missing BR: systemd-rpm-macros - Related: #2176055