SHA256
1
0
forked from pool/bindfs

- Update to release 1.15.1

OBS-URL: https://build.opensuse.org/package/show/filesystems/bindfs?expand=0&rev=54
This commit is contained in:
Jan Engelhardt 2021-02-26 19:51:59 +00:00 committed by Git OBS Bridge
parent 2a08a86164
commit a6e5abc10f
4 changed files with 15 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e5ca5aff55204b993a025a77c3f8c0e2ee901ba8059d71bea11de2cc685ec497
size 410096

3
bindfs-1.15.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:04dd3584a6cdf9af4344d403c62185ca9fab31ce3ae5a25d0101bc10936c68ab
size 415676

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Feb 26 19:51:07 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- 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 <jengelh@inai.de> Fri Oct 2 22:10:14 UTC 2020 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package bindfs # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: bindfs Name: bindfs
Version: 1.14.8 Version: 1.15.1
Release: 0 Release: 0
Summary: Filesystem for mapping directories with alternate permissions Summary: Filesystem for mapping directories with alternate permissions
License: GPL-2.0-or-later License: GPL-2.0-or-later
@ -27,7 +27,7 @@ URL: https://bindfs.org/
#Git-Clone: https://github.com/mpartel/bindfs #Git-Clone: https://github.com/mpartel/bindfs
Source: https://bindfs.org/downloads/%name-%version.tar.gz Source: https://bindfs.org/downloads/%name-%version.tar.gz
BuildRequires: pkg-config BuildRequires: pkg-config
BuildRequires: pkgconfig(fuse) >= 2.6.0 BuildRequires: pkgconfig(fuse3) >= 3.10.2
%description %description
bindfs is a FUSE filesystem for mounting a directory to another bindfs is a FUSE filesystem for mounting a directory to another
@ -39,7 +39,7 @@ mountpoint can be altered using various rules.
%build %build
%configure %configure
make %{?_smp_mflags} %make_build
%install %install
%make_install %make_install