podman-4.4.1-18.el8

- _user_tmpfilesdir definition is not part of systemd in 8.9
- Related: #2176055

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2023-05-16 14:42:24 +02:00
parent 1ca0c810d9
commit d223443ece
1 changed files with 6 additions and 3 deletions

View File

@ -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 <jnovy@redhat.com> - 3:4.4.1-18
- _user_tmpfilesdir definition is not part of systemd in 8.9
- Related: #2176055
* Tue May 16 2023 Jindrich Novy <jnovy@redhat.com> - 3:4.4.1-17
- add missing BR: systemd-rpm-macros
- Related: #2176055