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,