diff --git a/fuse-encfs.spec b/fuse-encfs.spec index 5864fcc..93e64ad 100644 --- a/fuse-encfs.spec +++ b/fuse-encfs.spec @@ -1,6 +1,6 @@ Name: fuse-encfs Version: 1.9.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Encrypted pass-thru filesystem in userspace License: GPLv3+ Group: System Environment/Kernel @@ -33,6 +33,8 @@ it does not use NFS. rm -rf internal/tinyxml2-3.0.0 mkdir %{_target_platform} +sed -i 's|install (FILES encfs/encfssh DESTINATION bin)|install (PROGRAMS encfs/encfssh DESTINATION bin)|' CMakeLists.txt + %build pushd %{_target_platform} %cmake .. -DCMAKE_SKIP_RPATH=ON -DBUILD_SHARED_LIBS=ON -DINSTALL_LIBENCFS=ON -DUSE_INTERNAL_TINYXML=OFF @@ -59,6 +61,9 @@ rm -f %{buildroot}/%{_libdir}/*.so %{_mandir}/man1/encfs* %changelog +* Fri Aug 11 2017 Vasiliy N. Glazov 1.9.2-3 +- Correct exec permission (rhbz #1382894) + * Wed Aug 02 2017 Fedora Release Engineering - 1.9.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild