David Runge pushed to branch main at Arch Linux / Packaging / Packages / cri-o
Commits: 4de992a6 by David Runge at 2024-10-06T10:55:18+02:00 upgpkg: 1.31.1-1 Remove device-mapper as dependency, as the storage backend is removed: https://github.com/cri-o/cri-o/issues/7002 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = cri-o pkgdesc = Open Container Initiative-based implementation of Kubernetes Container Runtime Interface - pkgver = 1.31.0 + pkgver = 1.31.1 pkgrel = 1 url = https://github.com/cri-o/cri-o install = cri-o.install @@ -8,7 +8,6 @@ pkgbase = cri-o license = Apache-2.0 makedepends = apparmor makedepends = btrfs-progs - makedepends = device-mapper makedepends = go makedepends = go-md2man makedepends = libassuan @@ -30,13 +29,13 @@ pkgbase = cri-o options = !lto options = emptydirs backup = etc/crio/crio.conf - source = cri-o-1.31.0.tar.gz::https://github.com/cri-o/cri-o/archive/v1.31.0.tar.gz + source = cri-o-1.31.1.tar.gz::https://github.com/cri-o/cri-o/archive/v1.31.1.tar.gz source = modules-cri-o.conf source = sysctl-cri-o.conf - sha512sums = e5c406ac446accaf54b84138cc544fe08eff05efe61ddc2cf0a3b1f36995ca6049571f5e1d80b7a7432d6daeacb25ccb0d626471557425143d0d00af29f89a8b + sha512sums = ebf83bf90d792ced458bbc321be14aa871ba5efcef212cf4777388916c5f35f9149aa65abf07c07de86834bbc23ac30035b2bff8cca74aac875c41b10ba76def sha512sums = 85ee1310cb36c85c42b4068a9549a3ef72b856cd61b2c1036c3e871ef43a69ed80b43599ad94ce5b069ddd823e730596bb3d3875d4ba8cd77c4cc1985335ffff sha512sums = fbcc3c29d5d3dedf56ea96577dec50cb2656b4a22f5a82bf2d600ae20c6b113d35d5db116bac5520398d47a22d40835f56b86433c5713924060e1a7018d297ec - b2sums = 0b297548454bd4e5ea52adfd6fe562f8b179101581041c1dd2f001b21cd25bb8c2c65f232714ae5c0c013771998d8dba263a44554c466a1077d4b2537876d4c7 + b2sums = c8aa825c18a368318f121b56f7b158b02bebb7608952fee66726b8a8d28b323ce6c97ae59f28c48546bc9cbd474ba656bad9b400035fe2833edbf692b5f4d5cb b2sums = 2771c64b45876d728fc139aa90754df8aadb07e14a7e1126a1488dfcbad7ebcbca923cb0230c4b87acdc6dad8243af2ad06ef4ce587d5c71fc200e40835d8b8d b2sums = c8a2133df6575c54eb9bd0a89a0c6c764c0cd456bff7338c4a2e1ef4f70a5a778d5a05c335fcf2491ed55e15fc36c677853c0bc8ab66d673f1950fa2c7695f6e @@ -51,7 +50,5 @@ pkgname = cri-o depends = iproute2 depends = iptables depends = oci-runtime - depends = device-mapper - depends = libdevmapper.so depends = libseccomp depends = libseccomp.so ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # NOTE: when updating major or minor version, make sure to upgrade in tandem with the stability guarantees of kubernetes and cri-tools pkgname=cri-o -pkgver=1.31.0 +pkgver=1.31.1 pkgrel=1 pkgdesc="Open Container Initiative-based implementation of Kubernetes Container Runtime Interface" arch=(x86_64) @@ -25,7 +25,6 @@ depends=( makedepends=( apparmor btrfs-progs - device-mapper go go-md2man libassuan @@ -50,10 +49,10 @@ source=( modules-$pkgname.conf sysctl-$pkgname.conf ) -sha512sums=('e5c406ac446accaf54b84138cc544fe08eff05efe61ddc2cf0a3b1f36995ca6049571f5e1d80b7a7432d6daeacb25ccb0d626471557425143d0d00af29f89a8b' +sha512sums=('ebf83bf90d792ced458bbc321be14aa871ba5efcef212cf4777388916c5f35f9149aa65abf07c07de86834bbc23ac30035b2bff8cca74aac875c41b10ba76def' '85ee1310cb36c85c42b4068a9549a3ef72b856cd61b2c1036c3e871ef43a69ed80b43599ad94ce5b069ddd823e730596bb3d3875d4ba8cd77c4cc1985335ffff' 'fbcc3c29d5d3dedf56ea96577dec50cb2656b4a22f5a82bf2d600ae20c6b113d35d5db116bac5520398d47a22d40835f56b86433c5713924060e1a7018d297ec') -b2sums=('0b297548454bd4e5ea52adfd6fe562f8b179101581041c1dd2f001b21cd25bb8c2c65f232714ae5c0c013771998d8dba263a44554c466a1077d4b2537876d4c7' +b2sums=('c8aa825c18a368318f121b56f7b158b02bebb7608952fee66726b8a8d28b323ce6c97ae59f28c48546bc9cbd474ba656bad9b400035fe2833edbf692b5f4d5cb' '2771c64b45876d728fc139aa90754df8aadb07e14a7e1126a1488dfcbad7ebcbca923cb0230c4b87acdc6dad8243af2ad06ef4ce587d5c71fc200e40835d8b8d' 'c8a2133df6575c54eb9bd0a89a0c6c764c0cd456bff7338c4a2e1ef4f70a5a778d5a05c335fcf2491ed55e15fc36c677853c0bc8ab66d673f1950fa2c7695f6e') @@ -86,7 +85,6 @@ build() { package() { depends+=( - device-mapper libdevmapper.so libseccomp libseccomp.so ) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cri-o/-/commit/4de992a64a7b3a6de1acc6a4908a6840ad57bc78 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cri-o/-/commit/4de992a64a7b3a6de1acc6a4908a6840ad57bc78 You're receiving this email because of your account on gitlab.archlinux.org.
