From f4f04bce09ec0d8e63d5ddaae2ac5aa4ece55c36975b18c218531847fae85076 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Fri, 16 Sep 2022 13:20:16 +0000 Subject: [PATCH] Accepting request 1003012 from home:dirkmueller:Factory - build with enable-iproute2 again to have root-less mode working (bsc#1202792) OBS-URL: https://build.opensuse.org/request/show/1003012 OBS-URL: https://build.opensuse.org/package/show/network:vpn/openvpn?expand=0&rev=179 --- openvpn.changes | 5 +++++ openvpn.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/openvpn.changes b/openvpn.changes index 1c859f5..07c6217 100644 --- a/openvpn.changes +++ b/openvpn.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 12 15:31:52 UTC 2022 - Dirk Müller + +- build with enable-iproute2 again to have root-less mode working (bsc#1202792) + ------------------------------------------------------------------- Sun Jun 5 00:08:13 UTC 2022 - Dirk Müller diff --git a/openvpn.spec b/openvpn.spec index 8699f34..e723e4d 100644 --- a/openvpn.spec +++ b/openvpn.spec @@ -42,6 +42,7 @@ Source10: %{name}-tmpfile.conf Source11: rc%{name} Patch1: %{name}-2.3-plugin-man.dif Patch6: %{name}-fips140-2.3.2.patch +BuildRequires: iproute2 BuildRequires: libselinux-devel BuildRequires: lzo-devel BuildRequires: openssl-devel @@ -52,6 +53,7 @@ BuildRequires: pkgconfig BuildRequires: xz BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(systemd) +Requires: iproute2 Requires: pkcs11-helper >= 1.11 Requires: sysvinit-tools %systemd_ordering @@ -139,6 +141,7 @@ export LDFLAGS export IPROUTE="%{_sbindir}/ip" %endif %configure \ + --enable-iproute2 \ --enable-x509-alt-username \ --enable-pkcs11 \ --enable-systemd \