From e514d1201dbc8c3ebc2f0cb02effa7c820c5db9f Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Wed, 1 Nov 2017 08:52:38 +0100 Subject: [PATCH] Use hardcoded location for distcheck tmpfiles.d. --- Makefile.am | 2 +- docs/v2.0.0-RC1-ReleaseNotes | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index a7994ea6..23d59610 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,7 @@ ACLOCAL_AMFLAGS = -I m4 DISTCHECK_CONFIGURE_FLAGS = \ --enable-python \ - --with-tmpfilesdir=$$dc_install_base/$(systemd_tmpfilesdir) + --with-tmpfilesdir=$$dc_install_base/usr/lib/tmpfiles.d distclean-local: -find . -name \*~ -o -name \*.orig -o -name \*.rej | xargs rm -f diff --git a/docs/v2.0.0-RC1-ReleaseNotes b/docs/v2.0.0-RC1-ReleaseNotes index dc55ff46..b0115cf6 100644 --- a/docs/v2.0.0-RC1-ReleaseNotes +++ b/docs/v2.0.0-RC1-ReleaseNotes @@ -38,8 +38,11 @@ Changes since version 2.0.0-RC0 - New --disable-cryptsetup option to disable build of cryptsetup tool. - Enable build of cryptsetup-reencrypt by default. -* Install tmpfile.d configuration for locking directory. +* Install tmpfiles.d configuration for LUKS2 locking directory. You can overwrite this using --with-tmpfilesdir configure option. + If your distro does not support tmpfiles.d directory, you have + to create locking directory (/run/lock/cryptsetup) in cryptsetup + package (or init scripts). * Adds limited support for offline reencryption of LUKS2 format.