From aa5d89f76e8ff2a0a74c6f0e877e5fadfc5e41fa28034dc6d856ca6cda866c07 Mon Sep 17 00:00:00 2001 From: James Oakley Date: Fri, 31 May 2013 21:18:47 +0000 Subject: [PATCH] Still need systemd for macros on 12.1 OBS-URL: https://build.opensuse.org/package/show/server:http/uwsgi?expand=0&rev=9 --- uwsgi.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/uwsgi.spec b/uwsgi.spec index f32bd77..c4e6d20 100644 --- a/uwsgi.spec +++ b/uwsgi.spec @@ -82,6 +82,8 @@ BuildRequires: ruby-devel BuildRequires: sqlite3-devel %if 0%{?suse_version} > 1210 BuildRequires: systemd-devel +%else +BuildRequires: systemd %endif BuildRequires: tcpd-devel BuildRequires: v8-devel