* update multipath-tools to 0.10.0-1

This commit is contained in:
Alexander Baldeck 2024-10-11 20:00:11 +02:00
parent ff0506286f
commit 088200fe98
2 changed files with 18 additions and 9 deletions

View File

@ -1,18 +1,28 @@
pkgbase = multipath-tools pkgbase = multipath-tools
pkgdesc = Multipath tools for Linux (including kpartx) pkgdesc = Multipath tools for Linux (including kpartx)
pkgver = 0.9.9 pkgver = 0.10.0
pkgrel = 1 pkgrel = 1
url = https://github.com/opensvc/multipath-tools url = https://github.com/opensvc/multipath-tools
arch = x86_64 arch = x86_64
license = GPL2 arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = GPL-2.0-or-later
license = GPL-3.0-or-later
license = LGPL-2.0-or-later
license = LGPL-2.1-or-later
makedepends = git makedepends = git
makedepends = systemd makedepends = systemd
depends = glibc
depends = gcc-libs
depends = libaio depends = libaio
depends = device-mapper depends = device-mapper
depends = json-c depends = json-c
depends = liburcu depends = liburcu
depends = systemd-libs depends = systemd-libs
source = multipath-tools::git+https://github.com/opensvc/multipath-tools#tag=0.9.9 depends = util-linux-libs
sha256sums = 92e96963707c389f545089d31006918dbd3ab021f0f5368a14e4b10aba175b8e source = multipath-tools::git+https://github.com/opensvc/multipath-tools#tag=0.10.0
sha256sums = 52e5ac6c5fd51b4605faf3fe18f90fdf76124e00b622897d9ba0d24263b52353
pkgname = multipath-tools pkgname = multipath-tools

View File

@ -1,4 +1,3 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Robin Broda <robin@broda.me> # Maintainer: Robin Broda <robin@broda.me>
# Contributor: Michael Lass <bevan@bi-co.net> # Contributor: Michael Lass <bevan@bi-co.net>
# Contributor: Justin Dray <justin@dray.be> # Contributor: Justin Dray <justin@dray.be>
@ -9,16 +8,16 @@
# Contributor: Matt Heagney <matt@heagney.com> # Contributor: Matt Heagney <matt@heagney.com>
pkgname=multipath-tools pkgname=multipath-tools
pkgver=0.9.9 pkgver=0.10.0
pkgrel=1 pkgrel=1
pkgdesc='Multipath tools for Linux (including kpartx)' pkgdesc='Multipath tools for Linux (including kpartx)'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://github.com/opensvc/multipath-tools' url='https://github.com/opensvc/multipath-tools'
license=('GPL2') license=('GPL-2.0-or-later' 'GPL-3.0-or-later' 'LGPL-2.0-or-later' 'LGPL-2.1-or-later')
depends=('libaio' 'device-mapper' 'json-c' 'liburcu' 'systemd-libs') depends=('glibc' 'gcc-libs' 'libaio' 'device-mapper' 'json-c' 'liburcu' 'systemd-libs' 'util-linux-libs')
makedepends=('git' 'systemd') makedepends=('git' 'systemd')
source=("multipath-tools::git+https://github.com/opensvc/multipath-tools#tag=${pkgver}") source=("multipath-tools::git+https://github.com/opensvc/multipath-tools#tag=${pkgver}")
sha256sums=('92e96963707c389f545089d31006918dbd3ab021f0f5368a14e4b10aba175b8e') sha256sums=('52e5ac6c5fd51b4605faf3fe18f90fdf76124e00b622897d9ba0d24263b52353')
_make_opts=( _make_opts=(
prefix='/usr/' prefix='/usr/'