diff --git a/bindfs-1.13.9.tar.gz b/bindfs-1.13.9.tar.gz deleted file mode 100644 index 9322895..0000000 --- a/bindfs-1.13.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:acfa2ca9d604f4147c42758ccbb4a429855df26768dfe70521ba5d7a0596f8b5 -size 403698 diff --git a/bindfs-1.14.1.tar.gz b/bindfs-1.14.1.tar.gz new file mode 100644 index 0000000..65c717d --- /dev/null +++ b/bindfs-1.14.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b47fcd70fc63b6c72dd4a27ba173d0ca199102c00fe292736d71f44bd4223184 +size 407141 diff --git a/bindfs.changes b/bindfs.changes index 38b4e40..19ae27f 100644 --- a/bindfs.changes +++ b/bindfs.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Aug 22 20:03:57 UTC 2019 - Jan Engelhardt + +- Update to new upstream release 1.14.1 + * Do not call realpath() on source dirs starting with "/proc/". + * Fixes to --gid-offset when used with a setgid bit or with + --create-as-mounter. + * Added --forward-odirect. Bindfs now clears O_DIRECT by default. + * Resolve symlinks in readdir() so correct attributes are + returned. + ------------------------------------------------------------------- Wed Feb 7 23:07:49 UTC 2018 - jengelh@inai.de diff --git a/bindfs.spec b/bindfs.spec index cf926a8..be6f7c1 100644 --- a/bindfs.spec +++ b/bindfs.spec @@ -1,7 +1,7 @@ # # spec file for package bindfs # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,20 +12,21 @@ # 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/ # Name: bindfs -Version: 1.13.9 +Version: 1.14.1 Release: 0 -Summary: Mount Directories to other Locations and alter Permission Bits -License: GPL-2.0+ +Summary: Filesystem for mapping directories with alternate permissions +License: GPL-2.0-or-later Group: System/Filesystems -Url: http://bindfs.org/ +URL: https://bindfs.org/ + #Git-Clone: git://github.com/mpartel/bindfs -Source: http://bindfs.org/downloads/%name-%version.tar.gz -BuildRequires: pkgconfig +Source: https://bindfs.org/downloads/%name-%version.tar.gz +BuildRequires: pkg-config BuildRequires: pkgconfig(fuse) >= 2.6.0 %description @@ -34,7 +35,7 @@ location, similarly to mount --bind. The permissions inside the mountpoint can be altered using various rules. %prep -%setup -q +%autosetup -p1 %build %configure @@ -44,7 +45,8 @@ make %{?_smp_mflags} %make_install %files -%doc ChangeLog COPYING +%doc ChangeLog +%license COPYING %_bindir/%name %_mandir/man1/%name.1%ext_man