From 3329634afae0f1fb9d8e9538d1144eca5bd303b8b22204c5d6ff7e693a30cc26 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 17 Oct 2012 16:07:47 +0000 Subject: [PATCH] bindfs-1.11 OBS-URL: https://build.opensuse.org/package/show/filesystems/bindfs?expand=0&rev=10 --- bindfs-1.10.6.tar.bz2 | 3 --- bindfs-1.10.7.tar.bz2 | 3 +++ bindfs-1.11.tar.gz | 3 +++ bindfs.changes | 8 ++++++++ bindfs.spec | 22 ++++++++++------------ 5 files changed, 24 insertions(+), 15 deletions(-) delete mode 100644 bindfs-1.10.6.tar.bz2 create mode 100644 bindfs-1.10.7.tar.bz2 create mode 100644 bindfs-1.11.tar.gz diff --git a/bindfs-1.10.6.tar.bz2 b/bindfs-1.10.6.tar.bz2 deleted file mode 100644 index 7fd91ab..0000000 --- a/bindfs-1.10.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:578f015e4cb176c4032596b86c6e591e9c794ffacf9fcfec51db5cf44ea4b201 -size 278737 diff --git a/bindfs-1.10.7.tar.bz2 b/bindfs-1.10.7.tar.bz2 new file mode 100644 index 0000000..0a2fadc --- /dev/null +++ b/bindfs-1.10.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:992fe40719c1251e0693149f376474b73046a7bb12a9bdda5958e186f222eb3d +size 278786 diff --git a/bindfs-1.11.tar.gz b/bindfs-1.11.tar.gz new file mode 100644 index 0000000..8269065 --- /dev/null +++ b/bindfs-1.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a6c916140337e2bc1734be5bbf45c22c9427ffbd4d37d647bd70c36fbbd498e +size 344060 diff --git a/bindfs.changes b/bindfs.changes index 0d62708..43c4b27 100644 --- a/bindfs.changes +++ b/bindfs.changes @@ -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 diff --git a/bindfs.spec b/bindfs.spec index cf8399b..ce8b40d 100644 --- a/bindfs.spec +++ b/bindfs.spec @@ -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