diff --git a/.files b/.files index 1c60ec4..6673b57 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index be9bc82..8c3d56f 100644 --- a/.rev +++ b/.rev @@ -280,4 +280,12 @@ Automatic submission by obs-autosubmit 750655 + + c22a962083f94c0ad4f5990133aa72d8 + 1.4.2.4~git0.c881f6ec0 + + dimstar_suse + + 755694 + diff --git a/.servicemark b/.servicemark index e4b9670..25538a5 100644 --- a/.servicemark +++ b/.servicemark @@ -1 +1 @@ -0763e9f96d6d438150887b1ea225cdec +42740a4fb587bc410e89b432469faeba diff --git a/389-ds.changes b/389-ds.changes index 66ebe59..7e414cc 100644 --- a/389-ds.changes +++ b/389-ds.changes @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed Dec 4 02:32:00 UTC 2019 - William Brown + +- Resolve incorrect tmpfiles.d location which caused transactional server + installs to fail, and may break non-root install. + +------------------------------------------------------------------- Mon Nov 18 02:34:04 UTC 2019 - 389-ds-maintainer@suse.de - Update to version 1.4.2.4~git0.c881f6ec0: diff --git a/389-ds.spec b/389-ds.spec index 12c67c4..338dcdd 100644 --- a/389-ds.spec +++ b/389-ds.spec @@ -1,7 +1,7 @@ # # spec file for package 389-ds # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -53,7 +53,7 @@ Release: 0 Summary: 389 Directory Server License: GPL-3.0-or-later AND MPL-2.0 Group: Productivity/Networking/LDAP/Servers -Url: https://pagure.io/389-ds-base +URL: https://pagure.io/389-ds-base Source: 389-ds-base-%{version}.tar.bz2 Source1: extra-schema.tgz Source2: LICENSE.openldap @@ -275,7 +275,7 @@ export CFLAGS="%{optflags}" # -std=gnu99" --with-systemdgroupname=%{groupname} \ --with-systemdsystemunitdir="%{_unitdir}" \ --with-systemdsystemconfdir="%{_sysconfdir}/systemd/system" \ - --with-tmpfiles-d="%{_tmpfilesdir}" \ + --with-tmpfiles-d="%{_sysconfdir}/tmpfiles.d" \ --with-systemdgroupname=dirsrv.target \ export XCFLAGS="$CFLAGS"