Skip to content

Commit

Permalink
Merge pull request #4 from indicia/master
Browse files Browse the repository at this point in the history
Update to s3fs-fuse 1.83
  • Loading branch information
juliogonzalez authored Mar 10, 2018
2 parents 3331353 + 7a8d613 commit 1df17eb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ s3fs:
Building fresh RPMs
-------------------

Clone the repo:
Clone the repo:

git@github.com:juliogonzalez/s3fs-fuse-rpm.git
cd s3fs-fuse-rpm
Expand Down Expand Up @@ -76,4 +76,4 @@ Build the RPMs:

And install:

rpm -Uvh RPMS/$HOSTTYPE/s3fs-fuse-1.82-1.*.$HOSTTYPE.rpm
rpm -Uvh RPMS/$HOSTTYPE/s3fs-fuse-1.83-1.*.$HOSTTYPE.rpm
18 changes: 10 additions & 8 deletions SPECS/s3fs-fuse.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: s3fs-fuse
Version: 1.82
Version: 1.83
Release: 1%{?dist}
Summary: FUSE-based file system backed by Amazon S3
Group: System Environment/Base
Expand All @@ -23,12 +23,12 @@ Conflicts: fuse-s3fs
Obsoletes: s3fs

%description
s3fs is a FUSE file system that allows you to mount an Amazon S3 bucket as a
local file system. It stores files natively and transparently in S3 (i.e.,
you can use other programs to access the same files). Maximum file size=64GB
s3fs is a FUSE file system that allows you to mount an Amazon S3 bucket as a
local file system. It stores files natively and transparently in S3 (i.e.,
you can use other programs to access the same files). Maximum file size=64GB
(limited by s3fs, not Amazon).
.
s3fs is stable and is being used in number of production environments, e.g.,
s3fs is stable and is being used in number of production environments, e.g.,
rsync backup to s3.

%global debug_package %{nil}
Expand Down Expand Up @@ -56,10 +56,13 @@ cp -p %{SOURCE1} passwd-s3fs

%changelog

* Mon May 16 2017 Julio Gonzalez Gil <git@juliogonzalez.es> - 1.82-1
* Fri Jan 5 2018 William Anderson <william.anderson@indicia.com> - 1.83-1
- Initial build of 1.83 from https://github.com/s3fs-fuse/s3fs-fuse

* Tue May 16 2017 Julio Gonzalez Gil <git@juliogonzalez.es> - 1.82-1
- Initial build of 1.82 from https://github.com/s3fs-fuse/s3fs-fuse

* Mon May 16 2017 Julio Gonzalez Gil <git@juliogonzalez.es> - 1.81-1
* Tue May 16 2017 Julio Gonzalez Gil <git@juliogonzalez.es> - 1.81-1
- Initial build of 1.81 from https://github.com/s3fs-fuse/s3fs-fuse

* Thu Jul 30 2015 Julio Gonzalez Gil <git@juliogonzalez.es> - 1.80-1
Expand Down Expand Up @@ -92,4 +95,3 @@ cp -p %{SOURCE1} passwd-s3fs

* Sun Jul 24 2011 Jorge A Gallegos <kad@blegh.net> - 1.58-1
- Initial build

2 changes: 1 addition & 1 deletion s3fs-build-rpm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
VERSION='1.82'
VERSION='1.83'
if [ ! -f "./SOURCES/s3fs-fuse-${VERSION}.tar.gz" ]; then
curl -s -L "https://github.com/s3fs-fuse/s3fs-fuse/archive/v${VERSION}.tar.gz" -o "./SOURCES/s3fs-fuse-${VERSION}.tar.gz"
if [ $? -ne 0 ]; then
Expand Down

0 comments on commit 1df17eb

Please sign in to comment.