forked from pool/bindfs
Accepting request 139583 from filesystems
- Update to new upstream release 1.11 * Be single-threaded by default due to an inherent race condition; use -o multithreaded to get the old behavior back. * Respect setgid bit on directories when using --create-as-user - Update to new upstream version 1.10.6 * a memory bug from 1.10.1, and --create-as-user and thread safety regressions were resolved * honor CFLAGS in ./configure call * fix a short-allocation that led to a crash in bindfs_readdir * implement a lookup cache to speed up repeated lookups (helpful for networked user databases, e.g. on LDAP) OBS-URL: https://build.opensuse.org/request/show/139583 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bindfs?expand=0&rev=3
This commit is contained in:
commit
2eba992e15
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe548e7391500a1b2ef9270ae6a96d078bce1b616e3e1093b4bbd4963434fe72
|
||||
size 271871
|
3
bindfs-1.11.tar.gz
Normal file
3
bindfs-1.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3a6c916140337e2bc1734be5bbf45c22c9427ffbd4d37d647bd70c36fbbd498e
|
||||
size 344060
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 16 17:00:45 UTC 2012 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 1.11
|
||||
* Be single-threaded by default due to an inherent race condition;
|
||||
use -o multithreaded to get the old behavior back.
|
||||
* Respect setgid bit on directories when using --create-as-user
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 4 00:10:22 UTC 2012 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream version 1.10.6
|
||||
* a memory bug from 1.10.1, and --create-as-user and thread
|
||||
safety regressions were resolved
|
||||
* honor CFLAGS in ./configure call
|
||||
* fix a short-allocation that led to a crash in bindfs_readdir
|
||||
* implement a lookup cache to speed up repeated lookups
|
||||
(helpful for networked user databases, e.g. on LDAP)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 5 13:30:19 UTC 2012 - jengelh@medozas.de
|
||||
|
||||
|
34
bindfs.spec
34
bindfs.spec
@ -17,30 +17,28 @@
|
||||
|
||||
|
||||
Name: bindfs
|
||||
Version: 1.10.2
|
||||
Version: 1.11
|
||||
Release: 0
|
||||
Summary: Mount Directories to other Locations and alter Permission Bits
|
||||
License: GPL-2.0+
|
||||
Group: System/Filesystems
|
||||
|
||||
#DL-URL: http://bindfs.googlecode.com/files/bindfs-%{version}.tar.gz
|
||||
Source: %name-%version.tar.bz2
|
||||
#Git-Clone: git://github.com/mpartel/bindfs
|
||||
#DL-URL: http://bindfs.googlecode.com/files/bindfs-1.11.tar.gz
|
||||
Source: http://bindfs.googlecode.com/files/%name-%version.tar.gz
|
||||
Url: http://code.google.com/p/bindfs/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
#BuildRequires: autoconf automake # only for when regeneration is needed
|
||||
BuildRequires: fuse-devel >= 2.5.3
|
||||
BuildRequires: gcc
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: make
|
||||
BuildRequires: pkgconfig
|
||||
# Just for filesystems: project for a short while, hence no Provides et al.
|
||||
Obsoletes: fuse-bindfs
|
||||
%if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
|
||||
BuildRequires: pkgconfig(fuse) >= 2.5.3
|
||||
%else
|
||||
BuildRequires: fuse-devel >= 2.5.3
|
||||
%endif
|
||||
|
||||
%description
|
||||
bindfs is a FUSE filesystem for mounting a directory to another location,
|
||||
similarly to mount --bind. The permissions inside the mountpoint can be altered
|
||||
using various rules.
|
||||
bindfs is a FUSE filesystem for mounting a directory to another
|
||||
location, similarly to mount --bind. The permissions inside the
|
||||
mountpoint can be altered using various rules.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -50,12 +48,12 @@ using various rules.
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
make install DESTDIR="%buildroot";
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc ChangeLog COPYING README TODO
|
||||
%{_bindir}/bindfs
|
||||
%doc %{_mandir}/man1/bindfs.1%{ext_man}
|
||||
%doc ChangeLog COPYING
|
||||
%_bindir/bindfs
|
||||
%_mandir/man1/bindfs.1*
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user