[arch-commits] Commit in cni-plugins/trunk (PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Fri May 6 17:29:29 UTC 2022


    Date: Friday, May 6, 2022 @ 17:29:28
  Author: dvzrv
Revision: 1196019

upgpkg: cni-plugins 1.1.1-2: Rebuild to set a specific provides version.

Set the provided container-network-stack version to 1, to distinguish it from netavark.

Modified:
  cni-plugins/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-06 16:36:51 UTC (rev 1196018)
+++ PKGBUILD	2022-05-06 17:29:28 UTC (rev 1196019)
@@ -4,7 +4,7 @@
 
 pkgname=cni-plugins
 pkgver=1.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Some standard networking plugins, maintained by the CNI team'
 arch=(x86_64)
 url="https://github.com/containernetworking/plugins"
@@ -11,7 +11,7 @@
 license=(Apache)
 depends=(glibc)
 makedepends=(go)
-provides=(container-network-stack)
+provides=(container-network-stack=1)
 # unable to build with LTO: https://github.com/containernetworking/plugins/issues/706
 options=(!lto)
 source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)



More information about the arch-commits mailing list