SHA256
1
0
forked from pool/apache2

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
This commit is contained in:
Petr Gajdos 2019-03-21 08:14:15 +00:00 committed by Git OBS Bridge
parent 5c322b357c
commit 26de03bda2
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 18 21:44:17 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Reduce scriptlets' hard dependency on systemd.
-------------------------------------------------------------------
Wed Feb 27 14:15:52 UTC 2019 - pgajdos@suse.com

View File

@ -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,