SHA256
1
0
forked from pool/bindfs

Accepting request 157215 from filesystems

Factory only.
- Update to new upstream release 1.12 (bnc#806956)

OBS-URL: https://build.opensuse.org/request/show/157215
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bindfs?expand=0&rev=5
This commit is contained in:
Stephan Kulow 2013-03-05 05:43:20 +00:00 committed by Git OBS Bridge
commit 3ae837ae1c
4 changed files with 18 additions and 8 deletions

View File

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Mar 1 10:51:55 UTC 2013 - jengelh@inai.de
- Update to new upstream release 1.12
* Replace "-o user" and "-o group" with "-o force-user" and
"-o force-group", because the former are standard mount options
that mount(8) consumes and does not pass on to the helper.
(bnc#806956)
-------------------------------------------------------------------
Tue Oct 16 17:00:45 UTC 2012 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
#
# spec file for package bindfs
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,18 +17,19 @@
Name: bindfs
Version: 1.11
Version: 1.12
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/
#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/
#DL-URL: http://bindfs.googlecode.com/files/bindfs-1.12.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
%else