podman-4.4.1-17.el8

- add missing BR: systemd-rpm-macros
- Related: #2176055

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2023-05-16 13:32:04 +02:00
parent b3eca4dcbe
commit 1ca0c810d9
1 changed files with 6 additions and 1 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: 16%{?dist}
Release: 17%{?dist}
Summary: Manage Pods, Containers and Container Images
License: ASL 2.0 and GPLv3+
URL: https://%{name}.io/
@ -56,6 +56,7 @@ BuildRequires: systemd
BuildRequires: systemd-devel
BuildRequires: shadow-utils-subid-devel
BuildRequires: python3
Buildrequires: systemd-rpm-macros
# for catatonit
BuildRequires: autoconf
BuildRequires: automake
@ -416,6 +417,10 @@ fi
%{_libexecdir}/%{name}/gvproxy
%changelog
* Tue May 16 2023 Jindrich Novy <jnovy@redhat.com> - 3:4.4.1-17
- add missing BR: systemd-rpm-macros
- Related: #2176055
* Fri May 12 2023 Jindrich Novy <jnovy@redhat.com> - 3:4.4.1-16
- update to the latest content of https://github.com/containers/podman/tree/v4.4.1-rhel
(https://github.com/containers/podman/commit/8b741dc)