- Enable syscallfilter unconditionally [boo#1181826].

OBS-URL: https://build.opensuse.org/package/show/network:time/chrony?expand=0&rev=96
This commit is contained in:
Reinhard Max 2021-02-05 11:06:22 +00:00 committed by Git OBS Bridge
parent 1a3bbf601a
commit 72bacbacac
2 changed files with 6 additions and 3 deletions

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 5 09:38:02 UTC 2021 - Reinhard Max <max@suse.com>
- Enable syscallfilter unconditionally [boo#1181826].
-------------------------------------------------------------------
Mon Dec 7 09:53:22 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>

@ -1,7 +1,7 @@
#
# spec file for package chrony
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -174,9 +174,7 @@ export CFLAGS="%{optflags} -Wall -fpic -DPIC $(pkg-config --cflags libseccomp)"
export LDFLAGS="-pie -Wl,-z,relro,-z,now"
%configure \
--docdir="%{_docdir}/%{name}" \
%if %{with syscallfilter}
--enable-scfilter \
%endif
--with-user=chrony \
--with-hwclockfile=%{_sysconfdir}/adjtime \
--with-sendmail=%{_sbindir}/sendmail \