Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
389-ds-base
Commits:
925c0a92 by Sven-Hendrik Haase at 2026-01-29T09:03:36+01:00
upgpkg: 3.2.0-2: Fix #3
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- REUSE.toml
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = 389-ds-base
pkgdesc = 389 Directory Server (base)
pkgver = 3.2.0
- pkgrel = 1
+ pkgrel = 2
url = http://port389.org/
arch = x86_64
license = GPL-3.0-only
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgname=389-ds-base
pkgver=3.2.0
pkgdesc="389 Directory Server (base)"
-pkgrel=1
+pkgrel=2
arch=(x86_64)
url="http://port389.org/"
license=('GPL-3.0-only')
@@ -86,4 +86,7 @@ package() {
install -Dm644 "${srcdir}/${pkgname}.sysusers"
"${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
install -Dm644 "${srcdir}/${pkgname}.tmpfiles"
"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
+
+ # Fix warning with nonexistent jemalloc, see #3.
+ sed -i "/Environment=LD_PRELOAD/s/^/#/"
"${pkgdir}/usr/lib/systemd/system/[email protected]/custom.conf"
}
=====================================
REUSE.toml
=====================================
@@ -6,10 +6,13 @@ path = [
"README.md",
"keys/**",
".SRCINFO",
+ ".gitignore",
".nvchecker.toml",
"*.install",
"*.sysusers",
+ "*sysusers.conf",
"*.tmpfiles",
+ "*tmpfiles.conf",
"*.logrotate",
"*.pam",
"*.service",
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/389-ds-base/-/commit/925c0a921324eb70679aa4f37be7f7dfe092e180
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/389-ds-base/-/commit/925c0a921324eb70679aa4f37be7f7dfe092e180
You're receiving this email because of your account on gitlab.archlinux.org.