From 191d5d38313fb42797a000e2febd3ea215b0d56c90a6554de77c4dfb166c347f Mon Sep 17 00:00:00 2001 From: Richard Brown Date: Fri, 19 Apr 2024 17:58:10 +0000 Subject: [PATCH] Accepting request 1169270 from home:jeff_mahoney:branches:devel:kubic - Remove dependency on net-tools-deprecated. It's not actually used. Upstream commit 645c8a126bf removed the dependency in their docker builds. In the current repo, the arp command is only used in the vxlan examples. I've submitted a patch upstream to fix the examples to use ip neighbour instead. OBS-URL: https://build.opensuse.org/request/show/1169270 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/flannel?expand=0&rev=17 --- flannel.changes | 5 +++++ flannel.spec | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/flannel.changes b/flannel.changes index a68102a..657f2f9 100644 --- a/flannel.changes +++ b/flannel.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 19 17:51:42 UTC 2024 - Jeff Mahoney + +- Remove dependency on net-tools-deprecated. It's not actually used. + ------------------------------------------------------------------- Wed Jan 31 13:05:53 UTC 2024 - Priyanka Saggu diff --git a/flannel.spec b/flannel.spec index 19dd6dc..6818a92 100644 --- a/flannel.spec +++ b/flannel.spec @@ -34,8 +34,6 @@ Source0: flannel-%{version}.tar.gz Source1: vendor.tar.gz Source2: kube-flannel.yaml Requires: iproute2 -# arp is used: -Requires: net-tools-deprecated Requires: iptables BuildRequires: golang-packaging BuildRequires: golang(API) >= 1.20