Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 71cb34b59f | |||
| 709beb13fb | |||
| b1ed2b32d5 | |||
| cd23b69b78 |
BIN
s3fs-1.95.tar.gz
LFS
BIN
s3fs-1.95.tar.gz
LFS
Binary file not shown.
3
s3fs-1.97.tar.gz
Normal file
3
s3fs-1.97.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:28413457cbf923b9b81e546caffabb8edd5c18f263e698ad86f564fd4b5b344d
|
||||
size 307251
|
||||
15
s3fs.changes
15
s3fs.changes
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 24 10:46:12 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- Update to version 1.97:
|
||||
* Do not honor -o nonempty when compiled with FUSE 3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 25 21:32:51 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- Update to version 1.96:
|
||||
* Ported to FUSE 3 (boo#1242091)
|
||||
* Improve IO concurrency
|
||||
* Rename -o endpoint to -o region for clarity
|
||||
* Avoid HeadObject calls with improved stats cache usage
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 27 17:39:25 UTC 2024 - Julio González Gil <julio@juliogonzalez.es>
|
||||
|
||||
|
||||
28
s3fs.spec
28
s3fs.spec
@@ -2,6 +2,7 @@
|
||||
# spec file for package s3fs
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +18,7 @@
|
||||
|
||||
|
||||
Name: s3fs
|
||||
Version: 1.95
|
||||
Version: 1.97
|
||||
Release: 0
|
||||
Summary: FUSE file system backed by Amazon S3 bucket
|
||||
License: GPL-2.0-or-later
|
||||
@@ -25,36 +26,33 @@ Group: System/Filesystems
|
||||
URL: https://github.com/s3fs-fuse/s3fs-fuse
|
||||
Source0: https://github.com/s3fs-fuse/s3fs-fuse/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
BuildRequires: automake
|
||||
BuildRequires: dos2unix
|
||||
BuildRequires: fuse-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: make
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(libcrypto)
|
||||
BuildRequires: pkgconfig(libcurl)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
Requires: fuse
|
||||
BuildRequires: c++_compiler
|
||||
BuildRequires: pkgconfig >= 0.9.0
|
||||
BuildRequires: pkgconfig(fuse3) >= 3.0.0
|
||||
BuildRequires: pkgconfig(libcrypto) >= 0.9
|
||||
BuildRequires: pkgconfig(libcurl) >= 7.0
|
||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.6
|
||||
Requires: fuse3
|
||||
|
||||
%description
|
||||
FUSE-based file system backed by Amazon S3. Mount a bucket as a local
|
||||
file system read/write. Store files/folders natively and transparently
|
||||
|
||||
%prep
|
||||
%setup -q -n s3fs-fuse-%{version}
|
||||
%autosetup -p1 -n s3fs-fuse-%{version}
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
autoreconf -fiv
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
%files
|
||||
%{!?_licensedir:%global license %doc}
|
||||
%license COPYING
|
||||
%doc ChangeLog README.md
|
||||
%{_bindir}/s3fs
|
||||
%{_mandir}/man1/s3fs.1%{ext_man}
|
||||
%{_mandir}/man1/s3fs.1%{?ext_man}
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user