Hello community, here is the log from the commit of package ecryptfs-utils for openSUSE:Factory checked in at 2020-08-20 22:35:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ecryptfs-utils (Old) and /work/SRC/openSUSE:Factory/.ecryptfs-utils.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ecryptfs-utils" Thu Aug 20 22:35:38 2020 rev:51 rq:828245 version:111 Changes: -------- --- /work/SRC/openSUSE:Factory/ecryptfs-utils/ecryptfs-utils.changes 2018-02-21 14:14:01.156684301 +0100 +++ /work/SRC/openSUSE:Factory/.ecryptfs-utils.new.3399/ecryptfs-utils.changes 2020-08-20 22:35:49.416177447 +0200 @@ -1,0 +2,6 @@ +Tue Aug 18 15:21:46 UTC 2020 - Dominique Leuenberger <[email protected]> + +- Fix wrong usage of %{_libexecdir} for systemd owned paths below + %{_prefix}/lib. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ecryptfs-utils.spec ++++++ --- /var/tmp/diff_new_pack.Z7Y8mR/_old 2020-08-20 22:35:51.388178351 +0200 +++ /var/tmp/diff_new_pack.Z7Y8mR/_new 2020-08-20 22:35:51.392178353 +0200 @@ -1,7 +1,7 @@ # # spec file for package ecryptfs-utils # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -21,9 +21,9 @@ Version: 111 Release: 0 Summary: Userspace Utilities for ecryptfs -License: GPL-2.0 +License: GPL-2.0-only Group: Productivity/Security -Url: http://ecryptfs.org/ +URL: http://ecryptfs.org/ Source0: http://launchpad.net/ecryptfs/trunk/%{version}/+download/ecryptfs-utils_%{version}.orig.tar.gz Source1: baselibs.conf Source2: ecryptfs-mount-private.png @@ -114,8 +114,8 @@ find %{buildroot} -type f -name "*.la" -delete -print #we need ecryptfs kernel module -mkdir -p %{buildroot}%{_libexecdir}/modules-load.d/ -echo -e "# ecryptfs module is needed before ecryptfs mount, so mount helper can \n# check for file name encryption support\necryptfs" >%{buildroot}%{_libexecdir}/modules-load.d/ecryptfs.conf +mkdir -p %{buildroot}%{_prefix}/lib/modules-load.d/ +echo -e "# ecryptfs module is needed before ecryptfs mount, so mount helper can \n# check for file name encryption support\necryptfs" >%{buildroot}%{_prefix}/lib/modules-load.d/ecryptfs.conf %verifyscript %verify_permissions -e /sbin/mount.ecryptfs_private @@ -153,8 +153,8 @@ #{python_sitelib}/ecryptfs-utils #{python_sitearch}/ecryptfs-utils %{_datadir}/applications/*.desktop -%dir %{_libexecdir}/modules-load.d -%{_libexecdir}/modules-load.d/* +%dir %{_prefix}/lib/modules-load.d +%{_prefix}/lib/modules-load.d/* %files -n %{lname} %defattr(-, root, root)
