From babec27e4133bfea10689c83b8fd8365680727ff Mon Sep 17 00:00:00 2001 From: Filipe Brandenburger Date: Thu, 12 Sep 2019 13:29:06 -0700 Subject: [PATCH] Update dependency on systemd macros in a way that will work on Koji --- oomd.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oomd.spec b/oomd.spec index 68c48e5..5167f74 100644 --- a/oomd.spec +++ b/oomd.spec @@ -12,8 +12,8 @@ BuildRequires: pkgconfig(jsoncpp) BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(gtest_main) BuildRequires: pkgconfig(gmock) - -%systemd_requires +BuildRequires: systemd-rpm-macros +%{?systemd_requires} %description Out of memory killing has historically happened inside kernel space. On a