Skip to content
This repository has been archived by the owner. It is now read-only.

Commit f0a444d

Browse files
committed
OCD fix
* systemd provides systemd-units, so use the actual package name * do it on one line
1 parent eb628eb commit f0a444d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

SPECS/haproxy17u.spec

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ BuildRequires: lua-devel >= 5.3
4747
BuildRequires: pcre-devel
4848
BuildRequires: zlib-devel
4949
BuildRequires: openssl-devel
50-
%if %{with systemd}
51-
BuildRequires: systemd-units
52-
%endif
50+
%{?with_systemd:BuildRequires: systemd}
5351

5452
Requires(pre): shadow-utils
5553
%if %{with systemd}

0 commit comments

Comments
 (0)