Browse Source

MT#55283 el: fix build without systemd-notify support

The service unit file installed by the package uses type=notify,
so it must also be built with systemd support.

Change-Id: I56dd32a160fceeaa0771b11e682e8c0366a23a61
(cherry picked from commit e9717df6b5)
mr13.4
Ivan Poddubnyi 4 months ago
committed by Richard Fuchs
parent
commit
341a87a7bf
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      el/rtpengine.spec

+ 3
- 0
el/rtpengine.spec View File

@ -30,6 +30,9 @@ Conflicts: %{name}-kernel < %{version}-%{release}
BuildRequires: gcc make pkgconfig %{redhat_rpm_config}
BuildRequires: glib2-devel libcurl-devel openssl-devel pcre-devel
BuildRequires: zlib-devel hiredis-devel
%if 0%{?has_systemd_dirs}
BuildRequires: systemd-devel
%endif
BuildRequires: libpcap-devel libevent-devel json-glib-devel
BuildRequires: mosquitto-devel
BuildRequires: gperf perl-IPC-Cmd


Loading…
Cancel
Save