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:
parent
2695630455
commit
191d5d3831
@ -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>
|
Wed Jan 31 13:05:53 UTC 2024 - Priyanka Saggu <priyanka.saggu@suse.com>
|
||||||
|
|
||||||
|
@ -34,8 +34,6 @@ Source0: flannel-%{version}.tar.gz
|
|||||||
Source1: vendor.tar.gz
|
Source1: vendor.tar.gz
|
||||||
Source2: kube-flannel.yaml
|
Source2: kube-flannel.yaml
|
||||||
Requires: iproute2
|
Requires: iproute2
|
||||||
# arp is used:
|
|
||||||
Requires: net-tools-deprecated
|
|
||||||
Requires: iptables
|
Requires: iptables
|
||||||
BuildRequires: golang-packaging
|
BuildRequires: golang-packaging
|
||||||
BuildRequires: golang(API) >= 1.20
|
BuildRequires: golang(API) >= 1.20
|
||||||
|
Loading…
Reference in New Issue
Block a user