diff --git a/bindfs-1.11.tar.gz b/bindfs-1.11.tar.gz deleted file mode 100644 index 8269065..0000000 --- a/bindfs-1.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a6c916140337e2bc1734be5bbf45c22c9427ffbd4d37d647bd70c36fbbd498e -size 344060 diff --git a/bindfs-1.12.tar.xz b/bindfs-1.12.tar.xz new file mode 100644 index 0000000..0ddbcdb --- /dev/null +++ b/bindfs-1.12.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98b6401edc8d2c09b6a5e0e81003e826c3335c8e203c59f895da83d810a21bbf +size 236096 diff --git a/bindfs.changes b/bindfs.changes index 43c4b27..1a974ae 100644 --- a/bindfs.changes +++ b/bindfs.changes @@ -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 diff --git a/bindfs.spec b/bindfs.spec index 6fb2cc2..3b86418 100644 --- a/bindfs.spec +++ b/bindfs.spec @@ -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