From 289b46ab856f42e397938638a0c0b47015ae6d6d Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Tue, 19 Mar 2019 12:55:36 +0100 Subject: [PATCH] Fix the build by ensuring that the %{_unitdir} RPM macro is defined A BuildRequires on systemd should be added as specified in the Fedora packaging guidelines: https://fedoraproject.org/wiki/Packaging:Systemd It's likely that something in the dependency chain was implicitly pulling in the systemd RPM, but that's not the case at the moment. --- podman.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/podman.spec b/podman.spec index 7534396..5eafcb7 100644 --- a/podman.spec +++ b/podman.spec @@ -69,6 +69,7 @@ BuildRequires: libselinux-devel BuildRequires: ostree-devel BuildRequires: pkgconfig BuildRequires: make +BuildRequires: systemd Requires: runc >= 2:1.0.0-57 Requires: containers-common Requires: containernetworking-plugins >= 0.7.3-2