From ee849c199d05f6404fb7fe86c9ccdb2d0e8a498ad3375f00e01f7eabace2fd49 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Mon, 18 Oct 2021 19:42:41 +0000 Subject: [PATCH] - Really enable libiptc for masquerading support (bsc#1191651) Currently used by systemd-nspawn and systemd-networkd. OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1207 --- systemd.changes | 7 +++++++ systemd.spec | 1 + 2 files changed, 8 insertions(+) diff --git a/systemd.changes b/systemd.changes index f22fe2cd..d3ddc4b8 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Oct 18 13:01:01 UTC 2021 - Franck Bui + +- Really enable libiptc for masquerading support (bsc#1191651) + + Currently used by systemd-nspawn and systemd-networkd. + ------------------------------------------------------------------- Mon Oct 18 10:06:08 UTC 2021 - Franck Bui diff --git a/systemd.spec b/systemd.spec index a33ad722..91f52740 100644 --- a/systemd.spec +++ b/systemd.spec @@ -88,6 +88,7 @@ BuildRequires: pkgconfig(audit) BuildRequires: pkgconfig(libcryptsetup) >= 1.6.0 BuildRequires: pkgconfig(libdw) BuildRequires: pkgconfig(libfido2) +BuildRequires: pkgconfig(libiptc) BuildRequires: pkgconfig(liblz4) BuildRequires: pkgconfig(liblzma) BuildRequires: pkgconfig(libpcre2-8)