forked from pool/bindfs
- Update to new upstream release 1.14.1
OBS-URL: https://build.opensuse.org/package/show/filesystems/bindfs?expand=0&rev=44
This commit is contained in:
parent
d0be52712b
commit
3730c11c92
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:acfa2ca9d604f4147c42758ccbb4a429855df26768dfe70521ba5d7a0596f8b5
|
|
||||||
size 403698
|
|
3
bindfs-1.14.1.tar.gz
Normal file
3
bindfs-1.14.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b47fcd70fc63b6c72dd4a27ba173d0ca199102c00fe292736d71f44bd4223184
|
||||||
|
size 407141
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 22 20:03:57 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- 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
|
Wed Feb 7 23:07:49 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
22
bindfs.spec
22
bindfs.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package bindfs
|
# 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
|
# 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
|
||||||
@ -12,20 +12,21 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: bindfs
|
||||||
Version: 1.13.9
|
Version: 1.14.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Mount Directories to other Locations and alter Permission Bits
|
Summary: Filesystem for mapping directories with alternate permissions
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
Url: http://bindfs.org/
|
URL: https://bindfs.org/
|
||||||
|
|
||||||
#Git-Clone: git://github.com/mpartel/bindfs
|
#Git-Clone: git://github.com/mpartel/bindfs
|
||||||
Source: http://bindfs.org/downloads/%name-%version.tar.gz
|
Source: https://bindfs.org/downloads/%name-%version.tar.gz
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkg-config
|
||||||
BuildRequires: pkgconfig(fuse) >= 2.6.0
|
BuildRequires: pkgconfig(fuse) >= 2.6.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -34,7 +35,7 @@ location, similarly to mount --bind. The permissions inside the
|
|||||||
mountpoint can be altered using various rules.
|
mountpoint can be altered using various rules.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -44,7 +45,8 @@ make %{?_smp_mflags}
|
|||||||
%make_install
|
%make_install
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc ChangeLog COPYING
|
%doc ChangeLog
|
||||||
|
%license COPYING
|
||||||
%_bindir/%name
|
%_bindir/%name
|
||||||
%_mandir/man1/%name.1%ext_man
|
%_mandir/man1/%name.1%ext_man
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user