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
This commit is contained in:
Richard Brown 2024-04-19 17:58:10 +00:00 committed by Git OBS Bridge
parent 2695630455
commit 191d5d3831
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Apr 19 17:51:42 UTC 2024 - Jeff Mahoney <jeffm@suse.com>
- Remove dependency on net-tools-deprecated. It's not actually used.
-------------------------------------------------------------------
Wed Jan 31 13:05:53 UTC 2024 - Priyanka Saggu <priyanka.saggu@suse.com>

View File

@ -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