bindfs-1.11
OBS-URL: https://build.opensuse.org/package/show/filesystems/bindfs?expand=0&rev=10
This commit is contained in:
parent
52801a9c6a
commit
3329634afa
@ -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
3
bindfs-1.10.7.tar.bz2
Normal 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
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,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
|
Wed Jul 4 00:10:22 UTC 2012 - jengelh@inai.de
|
||||||
|
|
||||||
|
22
bindfs.spec
22
bindfs.spec
@ -17,15 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: bindfs
|
Name: bindfs
|
||||||
Version: 1.10.6
|
Version: 1.11
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Mount Directories to other Locations and alter Permission Bits
|
Summary: Mount Directories to other Locations and alter Permission Bits
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
|
|
||||||
#Git-Clone: git://github.com/mpartel/bindfs
|
#Git-Clone: git://github.com/mpartel/bindfs
|
||||||
#DL-URL: http://bindfs.googlecode.com/files/bindfs-1.10.4.tar.gz
|
#DL-URL: http://bindfs.googlecode.com/files/bindfs-1.11.tar.gz
|
||||||
Source: %name-%version.tar.bz2
|
Source: http://bindfs.googlecode.com/files/%name-%version.tar.gz
|
||||||
Url: http://code.google.com/p/bindfs/
|
Url: http://code.google.com/p/bindfs/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@ -34,13 +34,11 @@ BuildRequires: pkgconfig(fuse) >= 2.5.3
|
|||||||
%else
|
%else
|
||||||
BuildRequires: fuse-devel >= 2.5.3
|
BuildRequires: fuse-devel >= 2.5.3
|
||||||
%endif
|
%endif
|
||||||
# Just for filesystems: project for a short while, hence no Provides et al.
|
|
||||||
Obsoletes: fuse-bindfs
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
bindfs is a FUSE filesystem for mounting a directory to another location,
|
bindfs is a FUSE filesystem for mounting a directory to another
|
||||||
similarly to mount --bind. The permissions inside the mountpoint can be altered
|
location, similarly to mount --bind. The permissions inside the
|
||||||
using various rules.
|
mountpoint can be altered using various rules.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -52,12 +50,12 @@ export LDFLAGS="-pg --test-coverage"
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
make install DESTDIR="%buildroot";
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc ChangeLog COPYING README TODO
|
%doc ChangeLog COPYING
|
||||||
%{_bindir}/bindfs
|
%_bindir/bindfs
|
||||||
%doc %{_mandir}/man1/bindfs.1%{ext_man}
|
%_mandir/man1/bindfs.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user