From a6e5abc10f481c6d86074776e6d5eb827e4fc6a745c09f345c575eff68463a5d Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 26 Feb 2021 19:51:59 +0000 Subject: [PATCH] - Update to release 1.15.1 OBS-URL: https://build.opensuse.org/package/show/filesystems/bindfs?expand=0&rev=54 --- bindfs-1.14.8.tar.gz | 3 --- bindfs-1.15.1.tar.gz | 3 +++ bindfs.changes | 8 ++++++++ bindfs.spec | 8 ++++---- 4 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 bindfs-1.14.8.tar.gz create mode 100644 bindfs-1.15.1.tar.gz diff --git a/bindfs-1.14.8.tar.gz b/bindfs-1.14.8.tar.gz deleted file mode 100644 index 08cc49b..0000000 --- a/bindfs-1.14.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5ca5aff55204b993a025a77c3f8c0e2ee901ba8059d71bea11de2cc685ec497 -size 410096 diff --git a/bindfs-1.15.1.tar.gz b/bindfs-1.15.1.tar.gz new file mode 100644 index 0000000..70add74 --- /dev/null +++ b/bindfs-1.15.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04dd3584a6cdf9af4344d403c62185ca9fab31ce3ae5a25d0101bc10936c68ab +size 415676 diff --git a/bindfs.changes b/bindfs.changes index 8269e4c..68aa03d 100644 --- a/bindfs.changes +++ b/bindfs.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Feb 26 19:51:07 UTC 2021 - Jan Engelhardt + +- Update to release 1.15.1 + * Support for libfuse3. + * Fixed non-zero exit code when unable to chdir into source dir. + * Pass through "-o fsname" to FUSE. + ------------------------------------------------------------------- Fri Oct 2 22:10:14 UTC 2020 - Jan Engelhardt diff --git a/bindfs.spec b/bindfs.spec index 6bc3728..a052093 100644 --- a/bindfs.spec +++ b/bindfs.spec @@ -1,7 +1,7 @@ # # spec file for package bindfs # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: bindfs -Version: 1.14.8 +Version: 1.15.1 Release: 0 Summary: Filesystem for mapping directories with alternate permissions License: GPL-2.0-or-later @@ -27,7 +27,7 @@ URL: https://bindfs.org/ #Git-Clone: https://github.com/mpartel/bindfs Source: https://bindfs.org/downloads/%name-%version.tar.gz BuildRequires: pkg-config -BuildRequires: pkgconfig(fuse) >= 2.6.0 +BuildRequires: pkgconfig(fuse3) >= 3.10.2 %description bindfs is a FUSE filesystem for mounting a directory to another @@ -39,7 +39,7 @@ mountpoint can be altered using various rules. %build %configure -make %{?_smp_mflags} +%make_build %install %make_install