From a8ba7b15a2e492abd1077185576a5cd7f843653a Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 12 Dec 2017 14:27:09 +0900 Subject: [PATCH] bump required meson to 0.43 --- systemd.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/systemd.spec b/systemd.spec index 1fa4987..809804e 100644 --- a/systemd.spec +++ b/systemd.spec @@ -97,10 +97,8 @@ BuildRequires: libseccomp-devel %if %{num_patches} BuildRequires: git %endif -BuildRequires: meson >= 0.40 +BuildRequires: meson >= 0.43 BuildRequires: gettext -# for now, should not be necessary when we switch to i18n.merge_file() -BuildRequires: intltool Requires(post): coreutils Requires(post): sed @@ -314,6 +312,10 @@ CONFIGURE_OPTS=( -Ddefault-kill-user-processes=false -Dtests=unsafe -Dinstall-tests=true + -Dtty-gid=5 + -Dusers-gid=100 + -Dnobody-user=nfsnobody + -Dnobody-group=nfsnobody -Db_lto=true )