SHA256
1
0
forked from pool/bindfs
Jan Engelhardt 2013-11-24 11:16:27 +00:00 committed by Git OBS Bridge
parent bc79876b86
commit 9ef4a07548
4 changed files with 14 additions and 8 deletions

View File

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

3
bindfs-1.12.3.tar.xz Normal file
View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Nov 24 11:14:15 UTC 2013 - jengelh@inai.de
- Update to new upstream release 1.12.3
* Implement fuse_utimens instead of fuse_utime
-------------------------------------------------------------------
Wed Aug 7 20:56:34 UTC 2013 - jengelh@inai.de

View File

@ -17,23 +17,23 @@
Name: bindfs
Version: 1.12.2
Version: 1.12.3
Release: 0
Summary: Mount Directories to other Locations and alter Permission Bits
License: GPL-2.0+
Group: System/Filesystems
Url: http://code.google.com/p/bindfs/
Url: http://bindfs.org/
#Git-Clone: git://github.com/mpartel/bindfs
#DL-URL: http://bindfs.org/downloads/bindfs-1.12.2.tar.gz
#DL-URL: http://bindfs.org/downloads/bindfs-1.12.3.tar.gz
Source: %name-%version.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: pkgconfig
BuildRequires: xz
%if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
BuildRequires: pkgconfig(fuse) >= 2.5.3
BuildRequires: pkgconfig(fuse) >= 2.6.0
%else
BuildRequires: fuse-devel >= 2.5.3
BuildRequires: fuse-devel >= 2.6.0
%endif
%description