Skip to content

Commit

Permalink
Update to s3fs-fuse 1.79
Browse files Browse the repository at this point in the history
  • Loading branch information
juliogonzalez committed Jul 29, 2015
1 parent b551df3 commit 5b716cc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ Build the RPMs:

And install:

rpm -Uvh RPMS/$HOSTTYPE/s3fs-fuse-1.78-1.*.$HOSTTYPE.rpm
rpm -Uvh RPMS/$HOSTTYPE/s3fs-fuse-1.79-1.*.$HOSTTYPE.rpm
5 changes: 4 additions & 1 deletion SPECS/s3fs-fuse.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: s3fs-fuse
Version: 1.78
Version: 1.79
Release: 1%{?dist}
Summary: FUSE-based file system backed by Amazon S3
Group: System Environment/Base
Expand Down Expand Up @@ -56,6 +56,9 @@ cp -p %{SOURCE1} passwd-s3fs

%changelog

* Thu Jul 30 2015 Julio Gonzalez Gil <git@juliogonzalez.es> - 1.79-1
- Initial build of 1.78 from https://github.com/s3fs-fuse/s3fs-fuse

* Sat Apr 25 2015 Julio Gonzalez Gil <git@juliogonzalez.es> - 1.78-1
- Initial build of 1.78 from https://github.com/s3fs-fuse/s3fs-fuse

Expand Down
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.78'
VERSION='1.79'
if [ ! -f "./SOURCES/s3fs-fuse-${VERSION}.tar.gz" ]; then
wget "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 5b716cc

Please sign in to comment.