From 97fb31368130fdeaa1ed74780a8f1cd7136c52f2325111e92a3be86caf0b374a Mon Sep 17 00:00:00 2001 From: Marguerite Su Date: Thu, 23 Jan 2020 10:09:30 +0000 Subject: [PATCH] Accepting request 766199 from home:kukuk:container Don't pull systemd into containers, we don't need it there and it does not work there. OBS-URL: https://build.opensuse.org/request/show/766199 OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=154 --- nginx.changes | 6 ++++++ nginx.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/nginx.changes b/nginx.changes index 5849fd4..1207cbd 100644 --- a/nginx.changes +++ b/nginx.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 21 16:35:28 UTC 2020 - Thorsten Kukuk + +- Use systemd_ordering instead of systemd_requires, nginx is useable + without sysemd, too. + ------------------------------------------------------------------- Sat Dec 28 11:03:16 UTC 2019 - Илья Индиго diff --git a/nginx.spec b/nginx.spec index da500c8..957e4b7 100644 --- a/nginx.spec +++ b/nginx.spec @@ -1,7 +1,7 @@ # # spec file for package nginx # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -131,7 +131,7 @@ BuildRequires: libatomic-ops-devel # %if %{with systemd} BuildRequires: pkgconfig(systemd) -%{?systemd_requires} +%{?systemd_ordering} %else Requires(pre): %fillup_prereq Requires(pre): %insserv_prereq