SHA256
1
0
forked from pool/bindfs

Accepting request 1095480 from home:avindra:branches:filesystems

- update to 1.17.3:
  * Added MacOS statfs_x implementation (issue #130)
- ran spec-cleaner

non-change for linux version

OBS-URL: https://build.opensuse.org/request/show/1095480
OBS-URL: https://build.opensuse.org/package/show/filesystems/bindfs?expand=0&rev=63
This commit is contained in:
Jan Engelhardt 2023-06-27 06:56:45 +00:00 committed by Git OBS Bridge
parent f370a568dc
commit 2901d3e9e4
4 changed files with 15 additions and 9 deletions

View File

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

3
bindfs-1.17.3.tar.gz Normal file
View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jun 26 20:15:22 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
- update to 1.17.3:
* Added MacOS statfs_x implementation (issue #130)
- ran spec-cleaner
-------------------------------------------------------------------
Tue Mar 7 19:50:18 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -17,16 +17,15 @@
Name: bindfs
Version: 1.17.2
Version: 1.17.3
Release: 0
Summary: Filesystem for mapping directories with alternate permissions
License: GPL-2.0-or-later
Group: System/Filesystems
URL: https://bindfs.org/
#Git-Clone: https://github.com/mpartel/bindfs
Source: https://bindfs.org/downloads/%name-%version.tar.gz
BuildRequires: pkg-config
Source: https://bindfs.org/downloads/%{name}-%{version}.tar.gz
BuildRequires: pkgconfig
BuildRequires: pkgconfig(fuse3) >= 3.10.2
%description
@ -47,7 +46,7 @@ mountpoint can be altered using various rules.
%files
%doc ChangeLog
%license COPYING
%_bindir/%name
%_mandir/man1/%name.1%ext_man
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1%{?ext_man}
%changelog