From 26de03bda21a0f4123ae5833abbe59a765a32cdc095958f6f60807cb790a6f7b Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Thu, 21 Mar 2019 08:14:15 +0000 Subject: [PATCH] Accepting request 687044 from home:jengelh:sct - Reduce scriptlets' hard dependency on systemd. OBS-URL: https://build.opensuse.org/request/show/687044 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=580 --- apache2.changes | 5 +++++ apache2.spec | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/apache2.changes b/apache2.changes index 7729e02..85bd015 100644 --- a/apache2.changes +++ b/apache2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 18 21:44:17 UTC 2019 - Jan Engelhardt + +- Reduce scriptlets' hard dependency on systemd. + ------------------------------------------------------------------- Wed Feb 27 14:15:52 UTC 2019 - pgajdos@suse.com diff --git a/apache2.spec b/apache2.spec index f7cf0af..f55ba4b 100644 --- a/apache2.spec +++ b/apache2.spec @@ -205,15 +205,18 @@ Provides: apache = %{version} Obsoletes: apache < 1.3.29 Obsoletes: mod_ssl < 2.8.16 BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{?systemd_requires} %if 0%{?suse_version} >= 1210 BuildRequires: pkgconfig BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(systemd) %endif +%if 0%{?suse_version} >= 1310 +BuildRequires: systemd-rpm-macros +%endif %if 0%{?build_http2} BuildRequires: pkgconfig(libnghttp2) >= 1.2.1 %endif +%{?systemd_ordering} %description This version of httpd is a major release of the 2.4 stable branch,