Jan Engelhardt 2012-10-17 16:07:47 +00:00 committed by Git OBS Bridge
parent 52801a9c6a
commit 3329634afa
5 changed files with 24 additions and 15 deletions

View File

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

3
bindfs-1.10.7.tar.bz2 Normal file
View File

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

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

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
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

View File

@ -17,15 +17,15 @@
Name: bindfs
Version: 1.10.6
Version: 1.11
Release: 0
Summary: Mount Directories to other Locations and alter Permission Bits
License: GPL-2.0+
Group: System/Filesystems
#Git-Clone: git://github.com/mpartel/bindfs
#DL-URL: http://bindfs.googlecode.com/files/bindfs-1.10.4.tar.gz
Source: %name-%version.tar.bz2
#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: pkgconfig
@ -34,13 +34,11 @@ BuildRequires: pkgconfig(fuse) >= 2.5.3
%else
BuildRequires: fuse-devel >= 2.5.3
%endif
# Just for filesystems: project for a short while, hence no Provides et al.
Obsoletes: fuse-bindfs
%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
@ -52,12 +50,12 @@ export LDFLAGS="-pg --test-coverage"
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