pkgbuild: 17.2.5-2 -> 17.2.5-3
- Update pkgrel - Fix shasums - Regenerate .SRCINFO Also enforce pkgrel in downloaded packages, as otherwise we'll run into this problem of cached pkg archives corrupting shasums
This commit is contained in:
32
.SRCINFO
32
.SRCINFO
@@ -1,23 +1,23 @@
|
||||
pkgbase = ceph-bin
|
||||
pkgdesc = Distributed, fault-tolerant storage platform delivering object, block, and file system
|
||||
pkgver = 17.2.5
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = https://ceph.com/
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
noextract = ceph-bin-17.2.5.tar.zst
|
||||
noextract = ceph-libs-bin-17.2.5.tar.zst
|
||||
noextract = ceph-mgr-bin-17.2.5.tar.zst
|
||||
noextract = ceph-bin-17.2.5-3.tar.zst
|
||||
noextract = ceph-libs-bin-17.2.5-3.tar.zst
|
||||
noextract = ceph-mgr-bin-17.2.5-3.tar.zst
|
||||
options = emptydirs
|
||||
source = ceph-bin-17.2.5.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/v17.2.5-2/ceph_linux_x86_64.tar.zstd
|
||||
source = ceph-libs-bin-17.2.5.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/v17.2.5-2/ceph_libs_linux_x86_64.tar.zstd
|
||||
source = ceph-mgr-bin-17.2.5.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/v17.2.5-2/ceph_mgr_linux_x86_64.tar.zstd
|
||||
sha512sums = 41b3994c1954a6a0d5940fae8c8d8477315d15b840d7fc23e4dc4d9c4f5c709acbedd4204f6c16dbb82f31dbfd03a185509c9912d4d82c182b664659015ce146
|
||||
sha512sums = b21da187f0f9f990cb25557d48685031f689c9e099329c35e92f6dcf0be65c379582478cb64c72e0a2acbf757a1fd6b1990cda1c6a92264f4d3d6f1d996e7643
|
||||
sha512sums = fa5b55ac32f784385eaf8a7b13547dd17e964f92fee20a987172683c0a3b4b42d567ecb49de4600d720191d523e382219bbac5ca7a489996dd01743d22734f6a
|
||||
source = ceph-bin-17.2.5-3.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/v17.2.5-2/ceph_linux_x86_64.tar.zstd
|
||||
source = ceph-libs-bin-17.2.5-3.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/v17.2.5-2/ceph_libs_linux_x86_64.tar.zstd
|
||||
source = ceph-mgr-bin-17.2.5-3.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/v17.2.5-2/ceph_mgr_linux_x86_64.tar.zstd
|
||||
sha512sums = 845cfd6ebff47f1179f5e2044346178cc0c7442f2d083b0015d959e523b81f9c2c09246d5eb1de4fb102c2118aba15ff3a67e385b251e6ca656a90d28e45334d
|
||||
sha512sums = 9ba7d32b77b64b8c202937dc67a65172603d892e19f68958bf134d8c55e55565ed36ecb7eeb8b8e19ab691fc8afb8f9dacfc6603ddf9b1d5242d2809c8b21902
|
||||
sha512sums = 18ee4f23d50ae3dd4724903485f0bea6c297c3476cbc4721c1a5d6c1f1041a448be697c81168f78d0a28cfa635cf50d6a7ba28faa735f282785f8fd301d3705a
|
||||
|
||||
pkgname = ceph-bin
|
||||
depends = ceph-libs=17.2.5-2
|
||||
depends = ceph-libs=17.2.5-3
|
||||
depends = boost-libs
|
||||
depends = curl
|
||||
depends = fuse3
|
||||
@@ -40,7 +40,7 @@ pkgname = ceph-bin
|
||||
depends = systemd-libs
|
||||
depends = lua
|
||||
depends = gawk
|
||||
provides = ceph=17.2.5-2
|
||||
provides = ceph=17.2.5-3
|
||||
conflicts = ceph
|
||||
|
||||
pkgname = ceph-libs-bin
|
||||
@@ -65,12 +65,12 @@ pkgname = ceph-libs-bin
|
||||
depends = python-prettytable
|
||||
depends = python-yaml
|
||||
depends = python-setuptools
|
||||
provides = ceph-libs=17.2.5-2
|
||||
provides = ceph-libs=17.2.5-3
|
||||
conflicts = ceph-libs
|
||||
|
||||
pkgname = ceph-mgr-bin
|
||||
depends = ceph=17.2.5-2
|
||||
depends = ceph-libs=17.2.5-2
|
||||
depends = ceph=17.2.5-3
|
||||
depends = ceph-libs=17.2.5-3
|
||||
depends = bash
|
||||
depends = boost-libs
|
||||
depends = curl
|
||||
@@ -99,7 +99,7 @@ pkgname = ceph-mgr-bin
|
||||
optdepends = python-kubernetes: rook module
|
||||
optdepends = python-prometheus_client: prometheus module
|
||||
optdepends = python-remoto: ssh module
|
||||
provides = ceph-mgr=17.2.5-2
|
||||
provides = ceph-mgr=17.2.5-3
|
||||
conflicts = ceph-mgr
|
||||
options = emptydirs
|
||||
options = !strip
|
||||
|
||||
22
PKGBUILD
22
PKGBUILD
@@ -3,19 +3,19 @@
|
||||
pkgbase='ceph-bin'
|
||||
pkgname=('ceph-bin' 'ceph-libs-bin' 'ceph-mgr-bin')
|
||||
pkgver=17.2.5
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc='Distributed, fault-tolerant storage platform delivering object, block, and file system'
|
||||
arch=('x86_64')
|
||||
url='https://ceph.com/'
|
||||
license=('GPL')
|
||||
options=('emptydirs')
|
||||
_artifact=v${pkgver}-${pkgrel}
|
||||
source=("ceph-bin-${pkgver}.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/${_artifact}/ceph_linux_${arch}.tar.zstd"
|
||||
"ceph-libs-bin-${pkgver}.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/${_artifact}/ceph_libs_linux_${arch}.tar.zstd"
|
||||
"ceph-mgr-bin-${pkgver}.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/${_artifact}/ceph_mgr_linux_${arch}.tar.zstd")
|
||||
sha512sums=('41b3994c1954a6a0d5940fae8c8d8477315d15b840d7fc23e4dc4d9c4f5c709acbedd4204f6c16dbb82f31dbfd03a185509c9912d4d82c182b664659015ce146'
|
||||
'b21da187f0f9f990cb25557d48685031f689c9e099329c35e92f6dcf0be65c379582478cb64c72e0a2acbf757a1fd6b1990cda1c6a92264f4d3d6f1d996e7643'
|
||||
'fa5b55ac32f784385eaf8a7b13547dd17e964f92fee20a987172683c0a3b4b42d567ecb49de4600d720191d523e382219bbac5ca7a489996dd01743d22734f6a')
|
||||
_artifact=v${pkgver}-2
|
||||
source=("ceph-bin-${pkgver}-${pkgrel}.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/${_artifact}/ceph_linux_${arch}.tar.zstd"
|
||||
"ceph-libs-bin-${pkgver}-${pkgrel}.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/${_artifact}/ceph_libs_linux_${arch}.tar.zstd"
|
||||
"ceph-mgr-bin-${pkgver}-${pkgrel}.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/${_artifact}/ceph_mgr_linux_${arch}.tar.zstd")
|
||||
sha512sums=('845cfd6ebff47f1179f5e2044346178cc0c7442f2d083b0015d959e523b81f9c2c09246d5eb1de4fb102c2118aba15ff3a67e385b251e6ca656a90d28e45334d'
|
||||
'9ba7d32b77b64b8c202937dc67a65172603d892e19f68958bf134d8c55e55565ed36ecb7eeb8b8e19ab691fc8afb8f9dacfc6603ddf9b1d5242d2809c8b21902'
|
||||
'18ee4f23d50ae3dd4724903485f0bea6c297c3476cbc4721c1a5d6c1f1041a448be697c81168f78d0a28cfa635cf50d6a7ba28faa735f282785f8fd301d3705a')
|
||||
# Don't extract source archives
|
||||
noextract=("${source[@]%%::*}")
|
||||
|
||||
@@ -30,7 +30,7 @@ package_ceph-libs-bin() {
|
||||
|
||||
cd "${srcdir}"
|
||||
|
||||
tar --exclude='.*' --zstd -xv -f ceph-libs-bin-${pkgver}.tar.zst -C "${pkgdir}"
|
||||
tar --exclude='.*' --zstd -xv -f ceph-libs-bin-${pkgver}-${pkgrel}.tar.zst -C "${pkgdir}"
|
||||
}
|
||||
|
||||
package_ceph-bin() {
|
||||
@@ -45,7 +45,7 @@ package_ceph-bin() {
|
||||
|
||||
cd "${srcdir}"
|
||||
|
||||
tar --exclude='.*' --zstd -xv -f ceph-bin-${pkgver}.tar.zst -C "${pkgdir}"
|
||||
tar --exclude='.*' --zstd -xv -f ceph-bin-${pkgver}-${pkgrel}.tar.zst -C "${pkgdir}"
|
||||
}
|
||||
|
||||
package_ceph-mgr-bin() {
|
||||
@@ -65,7 +65,7 @@ package_ceph-mgr-bin() {
|
||||
|
||||
cd "${srcdir}"
|
||||
|
||||
tar --exclude='.*' --zstd -xv -f ceph-mgr-bin-${pkgver}.tar.zst -C "${pkgdir}"
|
||||
tar --exclude='.*' --zstd -xv -f ceph-mgr-bin-${pkgver}-${pkgrel}.tar.zst -C "${pkgdir}"
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
||||
|
||||
Reference in New Issue
Block a user