Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
389-ds-base


Commits:
8699b792 by Sven-Hendrik Haase at 2024-04-05T06:36:28+02:00
upgpkg: 3.0.1-1

Also fixes #1.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = 389-ds-base
        pkgdesc = 389 Directory Server (base)
-       pkgver = 2.4.4
-       pkgrel = 3
+       pkgver = 3.0.1
+       pkgrel = 1
        url = http://port389.org/
        arch = x86_64
        license = GPL
@@ -35,10 +35,10 @@ pkgbase = 389-ds-base
        backup = etc/dirsrv/config/ldap-agent.conf
        backup = etc/dirsrv/config/slapd-collations.conf
        backup = etc/dirsrv/config/template-initconfig
-       source = 
https://github.com/389ds/389-ds-base/archive/389-ds-base-2.4.4.tar.gz
+       source = 
https://github.com/389ds/389-ds-base/archive/389-ds-base-3.0.1.tar.gz
        source = 389-ds-base.sysusers
        source = 389-ds-base.tmpfiles
-       sha512sums = 
9d4cc6a7ba6ea8255df926b0b4941a6986d5a1a57f178eace3381b6061dd74ddd357ebd2d6d86c9cc5c0704ccdf98d6daee3a5ffce61df578db0e3e4b49eaf69
+       sha512sums = 
c85f9e831e960dbeea2b063a9d62369f026a5f2b44b6fa9dd2103da7889fccf74f6792c1c00146c5ce43f15faf04c01655fa3343b07d5c55cbb82f7895071ab9
        sha512sums = 
8689b60f13517e6541e1faa62e61781654a8e4678990d14a3fe0cfe4673697cdde1c46763fdc7ef6203e4026286fa004c73b2857fd7fecff69483e6d1e8e6d68
        sha512sums = 
69ed8b8f3bdbf9098088b0c92c41a238f16d14ba9f86ebc2b5debe5f001b4d8e235f7cff4731d72b30b5ac70486b0f4300b99646aa3926a3fa59515a64f16402
 


=====================================
PKGBUILD
=====================================
@@ -4,9 +4,9 @@
 # Contributor: Xiao-Long Chen <chenxiaol...@cxl.epac.to>
 
 pkgname=389-ds-base
-pkgver=2.4.4
+pkgver=3.0.1
 pkgdesc="389 Directory Server (base)"
-pkgrel=3
+pkgrel=1
 arch=(x86_64)
 url="http://port389.org/";
 license=('GPL')
@@ -23,7 +23,7 @@ makedepends=('cargo' 'rsync' 'doxygen' 'cmocka' 
'python-setuptools' 'python-argp
 
source=(https://github.com/389ds/389-ds-base/archive/389-ds-base-${pkgver}.tar.gz
         389-ds-base.sysusers
         389-ds-base.tmpfiles)
-sha512sums=('9d4cc6a7ba6ea8255df926b0b4941a6986d5a1a57f178eace3381b6061dd74ddd357ebd2d6d86c9cc5c0704ccdf98d6daee3a5ffce61df578db0e3e4b49eaf69'
+sha512sums=('c85f9e831e960dbeea2b063a9d62369f026a5f2b44b6fa9dd2103da7889fccf74f6792c1c00146c5ce43f15faf04c01655fa3343b07d5c55cbb82f7895071ab9'
             
'8689b60f13517e6541e1faa62e61781654a8e4678990d14a3fe0cfe4673697cdde1c46763fdc7ef6203e4026286fa004c73b2857fd7fecff69483e6d1e8e6d68'
             
'69ed8b8f3bdbf9098088b0c92c41a238f16d14ba9f86ebc2b5debe5f001b4d8e235f7cff4731d72b30b5ac70486b0f4300b99646aa3926a3fa59515a64f16402')
 
@@ -87,6 +87,8 @@ package() {
   mv "${pkgdir}"/usr/sbin/* "${pkgdir}"/usr/bin/
   rmdir "${pkgdir}"/usr/sbin
 
+  mv "${pkgdir}"/usr/libexec/dirsrv/dscontainer "${pkgdir}"/usr/lib/dirsrv
+
   install -Dm644 "${srcdir}/${pkgname}.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
   install -Dm644 "${srcdir}/${pkgname}.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/389-ds-base/-/commit/8699b7923a6969428e2c7e517cfe9aeb995842ca

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/389-ds-base/-/commit/8699b7923a6969428e2c7e517cfe9aeb995842ca
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to