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:
parent
5c322b357c
commit
26de03bda2
@ -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
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user