Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / kea
Commits:
4041c170 by Robin Candau at 2025-12-27T19:36:59+01:00
upgpkg: 1:3.0.2-2: Fix tests
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = kea
pkgdesc = High-performance, extensible DHCP server engine from ISC,
supporting both DHCPv4 and DHCPv6
pkgver = 3.0.2
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://kea.isc.org
arch = x86_64
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgbase=kea
pkgname=("${pkgbase}" "${pkgbase}-docs")
pkgver=3.0.2
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="High-performance, extensible DHCP server engine from ISC, supporting
both DHCPv4 and DHCPv6"
url="https://kea.isc.org"
@@ -54,17 +54,17 @@ build() {
check() {
# Ignore tests that require live DBs
meson test -C build $(meson test -C build --list | \
- grep -v 'kea / kea-mysql-tests' | \
- grep -v 'kea / kea-pgsql-tests' | \
- grep -v 'kea / kea-dhcp-tests' | \
- grep -v 'kea / dhcp-mysql-lib-tests' | \
- grep -v 'kea / dhcp-pgsql-lib-tests' | \
- grep -v 'kea / dhcp-forensic-log-libloadtests' | \
- grep -v 'kea / dhcp-lease-query-tests' | \
- grep -v 'kea / kea-dhcp4-tests' | \
- grep -v 'kea / kea-dhcp6-tests' | \
- grep -v 'kea:shell-tests / kea_admin_mysql_tests.sh' | \
- grep -v 'kea:shell-tests / kea_admin_pgsql_tests.sh' | \
+ grep -v 'kea:kea-mysql-tests' | \
+ grep -v 'kea:kea-pgsql-tests' | \
+ grep -v 'kea:kea-dhcp-tests' | \
+ grep -v 'kea:dhcp-mysql-lib-tests' | \
+ grep -v 'kea:dhcp-pgsql-lib-tests' | \
+ grep -v 'kea:dhcp-forensic-log-libloadtests' | \
+ grep -v 'kea:dhcp-lease-query-tests' | \
+ grep -v 'kea:kea-dhcp4-tests' | \
+ grep -v 'kea:kea-dhcp6-tests' | \
+ grep -v 'shell-tests - kea:kea_admin_mysql_tests.sh' | \
+ grep -v 'shell-tests - kea:kea_admin_pgsql_tests.sh' | \
awk '{print $NF}')
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kea/-/commit/4041c170b163187549b55c9721f350c07ad68f16
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kea/-/commit/4041c170b163187549b55c9721f350c07ad68f16
You're receiving this email because of your account on gitlab.archlinux.org.