no bundled provides for debbuild
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
d7b87c116f
commit
8b37473438
@ -55,6 +55,7 @@ Provides: kubernetes-cni
|
|||||||
Provides: container-network-stack = 1
|
Provides: container-network-stack = 1
|
||||||
# vendored libraries
|
# vendored libraries
|
||||||
# awk '{print "Provides: bundled(golang("$1")) = "$2}' go.mod | sort | uniq | sed -e 's/-/_/g' -e '/bundled(golang())/d' -e '/bundled(golang(go\|module\|replace\|require))/d'
|
# awk '{print "Provides: bundled(golang("$1")) = "$2}' go.mod | sort | uniq | sed -e 's/-/_/g' -e '/bundled(golang())/d' -e '/bundled(golang(go\|module\|replace\|require))/d'
|
||||||
|
%if "%{_vendor}" != "debbuild"
|
||||||
Provides: bundled(golang(github.com/Microsoft/go_winio)) = v0.4.17
|
Provides: bundled(golang(github.com/Microsoft/go_winio)) = v0.4.17
|
||||||
Provides: bundled(golang(github.com/Microsoft/hcsshim)) = v0.8.20
|
Provides: bundled(golang(github.com/Microsoft/hcsshim)) = v0.8.20
|
||||||
Provides: bundled(golang(github.com/alexflint/go_filemutex)) = v1.1.0
|
Provides: bundled(golang(github.com/alexflint/go_filemutex)) = v1.1.0
|
||||||
@ -80,6 +81,7 @@ Provides: bundled(golang(github.com/safchain/ethtool)) = v0.0.0_20210803160452_9
|
|||||||
Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.8.1
|
Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.8.1
|
||||||
Provides: bundled(golang(github.com/vishvananda/netlink)) = v1.1.1_0.20210330154013_f5de75959ad5
|
Provides: bundled(golang(github.com/vishvananda/netlink)) = v1.1.1_0.20210330154013_f5de75959ad5
|
||||||
Provides: bundled(golang(github.com/vishvananda/netns)) = v0.0.0_20210104183010_2eb08e3e575f
|
Provides: bundled(golang(github.com/vishvananda/netns)) = v0.0.0_20210104183010_2eb08e3e575f
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The CNI (Container Network Interface) project consists of a specification
|
The CNI (Container Network Interface) project consists of a specification
|
||||||
|
Loading…
Reference in New Issue
Block a user