From c561ac16e4eeecbfcef71debd558c8f04ac4e846 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Mar 19 2019 19:01:35 +0000 Subject: 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 is implicitly pulling in the systemd RPM, but that might change. --- diff --git a/podman.spec b/podman.spec index 9272e8f..b773399 100644 --- a/podman.spec +++ b/podman.spec @@ -63,6 +63,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