summaryrefslogtreecommitdiff
path: root/bareos
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2022-10-18 18:47:47 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2022-10-18 18:47:47 +0200
commit8bf89ade3a40dd2042470d482bbfbe2d8fbb161a (patch)
treeffb12f60caa15c8889f91419df1b7c3e3f3f6b6e /bareos
parent14ad779fc22ea0a62a18635a498711d725700fd5 (diff)
downloadarchlinuxewe-8bf89ade3a40dd2042470d482bbfbe2d8fbb161a.tar.xz
bareos: fix _pinned_dependencies
Diffstat (limited to 'bareos')
-rw-r--r--bareos/PKGBUILD17
1 files changed, 3 insertions, 14 deletions
diff --git a/bareos/PKGBUILD b/bareos/PKGBUILD
index ae6252b37..4c160f32d 100644
--- a/bareos/PKGBUILD
+++ b/bareos/PKGBUILD
@@ -602,10 +602,7 @@ package_bareos-storage-tape() {
package_bareos-director-python-plugin() {
pkgdesc="${pkgdesc} - Python plugin for director daemon"
local _pinned_dependencies
- _pinned_dependencies=(
- 'gcc-libs=12.2.0'
- 'glibc>=2.31'
- )
+ _pinned_dependencies=()
depends=("bareos-common=$pkgver" "bareos-director=$pkgver" 'libcap' 'jansson' 'lzo' 'python' "${_pinned_dependencies[@]}")
install -Dm755 \
@@ -618,11 +615,7 @@ package_bareos-director-python-plugin() {
package_bareos-filedaemon-python-plugin() {
pkgdesc="${pkgdesc} - Python plugin for file daemon"
local _pinned_dependencies
- _pinned_dependencies=(
- 'gcc-libs=12.2.0'
- 'glibc>=2.31'
- 'python=3.10.8'
- )
+ _pinned_dependencies=()
depends=("bareos-common=$pkgver" "bareos-filedaemon=$pkgver" 'python' "${_pinned_dependencies[@]}" 'libcap' 'lzo' 'jansson')
install -Dm755 \
@@ -636,11 +629,7 @@ package_bareos-filedaemon-python-plugin() {
package_bareos-storage-python-plugin() {
pkgdesc="${pkgdesc} - Python plugin for storage daemon"
local _pinned_dependencies
- _pinned_dependencies=(
- 'gcc-libs=12.2.0'
- 'glibc>=2.31'
- 'python=3.10.8'
- )
+ _pinned_dependencies=()
depends=("bareos-common=$pkgver" "bareos-storage=$pkgver" 'lzo' 'python' 'libcap' 'jansson' "${_pinned_dependencies[@]}")
install -Dm755 \