merge: master <--- feature/v17.2.5-5

* HEAD
| \
| * 31182c6 <github@luxolus.com> pkgbuild: pkgrel=5
| * 0186817 <github@luxolus.com> pkgbuild: add missing deps for libs,mgr
| * 69a91a0 <github@luxolus.com> pkgbuild: package_ceph backup /etc/ conf
| /
| master

Signed-off-by: Bazaah <github@luxolus.com>
This commit is contained in:
Bazaah
2022-12-23 20:50:09 +00:00
2 changed files with 32 additions and 22 deletions

View File

@@ -1,23 +1,23 @@
pkgbase = ceph-bin pkgbase = ceph-bin
pkgdesc = Distributed, fault-tolerant storage platform delivering object, block, and file system pkgdesc = Distributed, fault-tolerant storage platform delivering object, block, and file system
pkgver = 17.2.5 pkgver = 17.2.5
pkgrel = 4 pkgrel = 5
url = https://ceph.com/ url = https://ceph.com/
arch = x86_64 arch = x86_64
license = GPL license = GPL
noextract = ceph-bin-17.2.5-4.tar.zst noextract = ceph-bin-17.2.5-5.tar.zst
noextract = ceph-libs-bin-17.2.5-4.tar.zst noextract = ceph-libs-bin-17.2.5-5.tar.zst
noextract = ceph-mgr-bin-17.2.5-4.tar.zst noextract = ceph-mgr-bin-17.2.5-5.tar.zst
options = emptydirs options = emptydirs
source = ceph-bin-17.2.5-4.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/v17.2.5-4/ceph_linux_x86_64.tar.zstd source = ceph-bin-17.2.5-5.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/v17.2.5-5/ceph_linux_x86_64.tar.zstd
source = ceph-libs-bin-17.2.5-4.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/v17.2.5-4/ceph_libs_linux_x86_64.tar.zstd source = ceph-libs-bin-17.2.5-5.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/v17.2.5-5/ceph_libs_linux_x86_64.tar.zstd
source = ceph-mgr-bin-17.2.5-4.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/v17.2.5-4/ceph_mgr_linux_x86_64.tar.zstd source = ceph-mgr-bin-17.2.5-5.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/v17.2.5-5/ceph_mgr_linux_x86_64.tar.zstd
sha512sums = 1771dd508a329a7a379b3023d6c538719eef29b3534d967e545a55f4e6cd5c84456bbf823ab91c394c90e64eb42213a1a28c96c8c1d632240e2f5415ba8401c0 sha512sums = 15cfadd37b088791e4fe240fdcb15471e952f740722e9d20a9ea535de5e82acb59bdcf42de4b94bc694948469c2a8ea442b8157670c5ec94c2e617a86a0ac43f
sha512sums = ad068ef3c4e7dcfeafd18855450b2a1fa19bc22bc4036ba1ca32bbf97e44cebd54ba701e25b165b217448af5d35ba5f48cbadd3d7a6bf084bd17d4f54c400ac7 sha512sums = 445bf7563f3b14c34e79fcee902905c89dc52bd6a5871384e3d9bddbfc8e101c1c23da41695e21e4faef49841023ffd73a18a6786f93f99463e4fa42e2d135f4
sha512sums = 4e0cfe0c17a092aa320cc025a7aff9544c7f94c5bd80ab8de2498eb1a81235a620096fcada82301efce51d8d69b53500e65d7feb22fca91524972ef91413d7ae sha512sums = ab6a698e9f2a125874fd952304ae2c0459ed39cbd0c194af02ae7ffd9560f74387e731c666a51aaf0762907ac6e5fac0aa18a4b6f69bd0f6642fe9d5f9bb19c1
pkgname = ceph-bin pkgname = ceph-bin
depends = ceph-libs=17.2.5-4 depends = ceph-libs=17.2.5-5
depends = boost-libs depends = boost-libs
depends = curl depends = curl
depends = fuse3 depends = fuse3
@@ -42,8 +42,12 @@ pkgname = ceph-bin
depends = gawk depends = gawk
optdepends = smartmontools: disk monitoring via S.M.A.R.T optdepends = smartmontools: disk monitoring via S.M.A.R.T
optdepends = nvme-cli: disk monitoring for NVMe drives optdepends = nvme-cli: disk monitoring for NVMe drives
provides = ceph=17.2.5-4 provides = ceph=17.2.5-5
conflicts = ceph conflicts = ceph
backup = etc/logrotate.d/ceph
backup = etc/udev/rules.d/50-ceph-rbd.rules
backup = etc/sysctl.d/90-ceph-osd.conf
backup = etc/sudoers.d/90-ceph
pkgname = ceph-libs-bin pkgname = ceph-libs-bin
depends = boost-libs depends = boost-libs
@@ -64,15 +68,16 @@ pkgname = ceph-libs-bin
depends = librdkafka depends = librdkafka
depends = libaio depends = libaio
depends = gperftools depends = gperftools
depends = librabbitmq-c
depends = python-prettytable depends = python-prettytable
depends = python-yaml depends = python-yaml
depends = python-setuptools depends = python-setuptools
provides = ceph-libs=17.2.5-4 provides = ceph-libs=17.2.5-5
conflicts = ceph-libs conflicts = ceph-libs
pkgname = ceph-mgr-bin pkgname = ceph-mgr-bin
depends = ceph=17.2.5-4 depends = ceph=17.2.5-5
depends = ceph-libs=17.2.5-4 depends = ceph-libs=17.2.5-5
depends = bash depends = bash
depends = boost-libs depends = boost-libs
depends = curl depends = curl
@@ -84,6 +89,7 @@ pkgname = ceph-mgr-bin
depends = python-pecan depends = python-pecan
depends = python-pyjwt depends = python-pyjwt
depends = python-more-itertools depends = python-more-itertools
depends = python-routes
depends = python-numpy depends = python-numpy
depends = python-scipy depends = python-scipy
depends = python-six depends = python-six
@@ -101,7 +107,7 @@ pkgname = ceph-mgr-bin
optdepends = python-kubernetes: rook module optdepends = python-kubernetes: rook module
optdepends = python-prometheus_client: prometheus module optdepends = python-prometheus_client: prometheus module
optdepends = python-remoto: ssh module optdepends = python-remoto: ssh module
provides = ceph-mgr=17.2.5-4 provides = ceph-mgr=17.2.5-5
conflicts = ceph-mgr conflicts = ceph-mgr
options = emptydirs options = emptydirs
options = !strip options = !strip

View File

@@ -3,7 +3,7 @@
pkgbase='ceph-bin' pkgbase='ceph-bin'
pkgname=('ceph-bin' 'ceph-libs-bin' 'ceph-mgr-bin') pkgname=('ceph-bin' 'ceph-libs-bin' 'ceph-mgr-bin')
pkgver=17.2.5 pkgver=17.2.5
pkgrel=4 pkgrel=5
pkgdesc='Distributed, fault-tolerant storage platform delivering object, block, and file system' pkgdesc='Distributed, fault-tolerant storage platform delivering object, block, and file system'
arch=('x86_64') arch=('x86_64')
url='https://ceph.com/' url='https://ceph.com/'
@@ -13,9 +13,9 @@ _artifact=v${pkgver}-${pkgrel}
source=("ceph-bin-${pkgver}-${pkgrel}.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/${_artifact}/ceph_linux_${arch}.tar.zstd" 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-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") "ceph-mgr-bin-${pkgver}-${pkgrel}.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/${_artifact}/ceph_mgr_linux_${arch}.tar.zstd")
sha512sums=('1771dd508a329a7a379b3023d6c538719eef29b3534d967e545a55f4e6cd5c84456bbf823ab91c394c90e64eb42213a1a28c96c8c1d632240e2f5415ba8401c0' sha512sums=('15cfadd37b088791e4fe240fdcb15471e952f740722e9d20a9ea535de5e82acb59bdcf42de4b94bc694948469c2a8ea442b8157670c5ec94c2e617a86a0ac43f'
'ad068ef3c4e7dcfeafd18855450b2a1fa19bc22bc4036ba1ca32bbf97e44cebd54ba701e25b165b217448af5d35ba5f48cbadd3d7a6bf084bd17d4f54c400ac7' '445bf7563f3b14c34e79fcee902905c89dc52bd6a5871384e3d9bddbfc8e101c1c23da41695e21e4faef49841023ffd73a18a6786f93f99463e4fa42e2d135f4'
'4e0cfe0c17a092aa320cc025a7aff9544c7f94c5bd80ab8de2498eb1a81235a620096fcada82301efce51d8d69b53500e65d7feb22fca91524972ef91413d7ae') 'ab6a698e9f2a125874fd952304ae2c0459ed39cbd0c194af02ae7ffd9560f74387e731c666a51aaf0762907ac6e5fac0aa18a4b6f69bd0f6642fe9d5f9bb19c1')
# Don't extract source archives # Don't extract source archives
noextract=("${source[@]%%::*}") noextract=("${source[@]%%::*}")
@@ -23,7 +23,7 @@ noextract=("${source[@]%%::*}")
package_ceph-libs-bin() { package_ceph-libs-bin() {
depends=('boost-libs' 'curl' 'glibc' 'keyutils' 'libutil-linux' 'bzip2' 'lz4' 'nss' depends=('boost-libs' 'curl' 'glibc' 'keyutils' 'libutil-linux' 'bzip2' 'lz4' 'nss'
'oath-toolkit' 'python' 'snappy' 'systemd-libs' 'fmt' 'cryptsetup' 'oath-toolkit' 'python' 'snappy' 'systemd-libs' 'fmt' 'cryptsetup'
'lua' 'librdkafka' 'libaio' 'gperftools' 'lua' 'librdkafka' 'libaio' 'gperftools' 'librabbitmq-c'
'python-prettytable' 'python-yaml' 'python-setuptools') 'python-prettytable' 'python-yaml' 'python-setuptools')
provides=("ceph-libs=${pkgver}-${pkgrel}") provides=("ceph-libs=${pkgver}-${pkgrel}")
conflicts=('ceph-libs') conflicts=('ceph-libs')
@@ -40,6 +40,10 @@ package_ceph-bin() {
'ncurses' 'ncurses'
'nss' 'oath-toolkit' 'python' 'nss' 'oath-toolkit' 'python'
'snappy' 'sudo' 'systemd-libs' 'lua' 'gawk') 'snappy' 'sudo' 'systemd-libs' 'lua' 'gawk')
backup=('etc/logrotate.d/ceph'
'etc/udev/rules.d/50-ceph-rbd.rules'
'etc/sysctl.d/90-ceph-osd.conf'
'etc/sudoers.d/90-ceph')
optdepends=('smartmontools: disk monitoring via S.M.A.R.T' optdepends=('smartmontools: disk monitoring via S.M.A.R.T'
'nvme-cli: disk monitoring for NVMe drives') 'nvme-cli: disk monitoring for NVMe drives')
provides=("ceph=${pkgver}-${pkgrel}") provides=("ceph=${pkgver}-${pkgrel}")
@@ -53,7 +57,7 @@ package_ceph-bin() {
package_ceph-mgr-bin() { package_ceph-mgr-bin() {
depends=("ceph=${pkgver}-${pkgrel}" "ceph-libs=${pkgver}-${pkgrel}" depends=("ceph=${pkgver}-${pkgrel}" "ceph-libs=${pkgver}-${pkgrel}"
'bash' 'boost-libs' 'curl' 'gperftools' 'nss' 'fmt' 'bash' 'boost-libs' 'curl' 'gperftools' 'nss' 'fmt'
'python' 'python-cherrypy' 'python-pecan' 'python-pyjwt' 'python-more-itertools' 'python' 'python-cherrypy' 'python-pecan' 'python-pyjwt' 'python-more-itertools' 'python-routes'
'python-numpy' 'python-scipy' 'python-six' 'python-coverage' 'python-pytest' 'python-dateutil' 'python-numpy' 'python-scipy' 'python-six' 'python-coverage' 'python-pytest' 'python-dateutil'
'python-prettytable' 'python-requests' 'python-pyopenssl' 'python-bcrypt' 'python-yaml' 'python-prettytable' 'python-requests' 'python-pyopenssl' 'python-bcrypt' 'python-yaml'
'python-werkzeug' 'python-jinja') 'python-werkzeug' 'python-jinja')