From 96430d01e064357ba72b56c16a8a139b8966fdcc Mon Sep 17 00:00:00 2001 From: Till Maas Date: Nov 03 2017 05:27:21 +0000 Subject: Update to new version Fixes nested fuse mounts: https://github.com/mpartel/bindfs/issues/54 Disable tests only on ppc64le --- diff --git a/.gitignore b/.gitignore index 19cdf0a..99047e7 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /bindfs-1.13.1.tar.gz /bindfs-1.13.5.tar.gz /bindfs-1.13.7.tar.gz +/bindfs-1.13.8.tar.gz diff --git a/bindfs.spec b/bindfs.spec index 191414b..66f3c9d 100644 --- a/bindfs.spec +++ b/bindfs.spec @@ -1,6 +1,6 @@ Name: bindfs -Version: 1.13.7 -Release: 3%{?dist} +Version: 1.13.8 +Release: 1%{?dist} Summary: Fuse filesystem to mirror a directory Group: System Environment/Base @@ -37,16 +37,18 @@ make %{?_smp_mflags} %install make install DESTDIR=$RPM_BUILD_ROOT -#disabled tests until upstream fixes https://github.com/mpartel/bindfs/issues/55 -#%check +%check # Fedora's koji does not provide /dev/fuse, therefore skip the tests there # Always cat log files on failure to be able to debug issues -#if [ -e /dev/fuse ]; then -# make check || (cat tests/test-suite.log tests/internals/test-suite.log; false) -#else - # internal tests use valgrind and should work -# make -C tests/internals/ check || (cat tests/internals/test-suite.log; false) -#fi +#disabled tests on ppc64le until upstream fixes https://github.com/mpartel/bindfs/issues/55 +%ifnarch ppc64le +if [ -e /dev/fuse ]; then + make check || (cat tests/test-suite.log tests/internals/test-suite.log; false) +else + # internal tests use valgrind and should work + make -C tests/internals/ check || (cat tests/internals/test-suite.log; false) +fi +%endif %files @@ -57,6 +59,11 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Fri Nov 03 2017 Till Maas - 1.13.8-1 +- Update to new version +- Fixes nested fuse mounts: https://github.com/mpartel/bindfs/issues/54 +- Disable tests only on ppc64le + * Wed Aug 02 2017 Fedora Release Engineering - 1.13.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild diff --git a/sources b/sources index 02e3049..ff351ca 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (bindfs-1.13.7.tar.gz) = 720fa089dac56b316240c1c8ee3958961d82dee6788b272ec9b22c222d28d03695f9ab8c35759f303298afb5c04da58e20214dbd9147cbf414a6a9c3e5882712 +SHA512 (bindfs-1.13.8.tar.gz) = b0755ad5b91cd047942094d824c6a12a684b1c8bc990f4a28170a09283c0b11ab4d8c86ca65160802610e72f1c649d7249ed87e3e29410b210271c45b6846c11