From 1c3811f2105f9b29e3b8ed6be113981015cdd3e1 Mon Sep 17 00:00:00 2001 From: William Anderson Date: Fri, 5 Jan 2018 16:37:15 +0000 Subject: [PATCH 1/2] 1.82 -> 1.83 --- README.md | 4 ++-- SPECS/s3fs-fuse.spec | 14 ++++++++------ s3fs-build-rpm | 2 +- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f382085..9d58936 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/SPECS/s3fs-fuse.spec b/SPECS/s3fs-fuse.spec index 16286a6..fa54636 100644 --- a/SPECS/s3fs-fuse.spec +++ b/SPECS/s3fs-fuse.spec @@ -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 @@ -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} @@ -56,6 +56,9 @@ cp -p %{SOURCE1} passwd-s3fs %changelog +* Fri Jan 5 2018 William Anderson - 1.83-1 +- Initial build of 1.83 from https://github.com/s3fs-fuse/s3fs-fuse + * Mon May 16 2017 Julio Gonzalez Gil - 1.82-1 - Initial build of 1.82 from https://github.com/s3fs-fuse/s3fs-fuse @@ -92,4 +95,3 @@ cp -p %{SOURCE1} passwd-s3fs * Sun Jul 24 2011 Jorge A Gallegos - 1.58-1 - Initial build - diff --git a/s3fs-build-rpm b/s3fs-build-rpm index 1e4898b..4ddefd9 100755 --- a/s3fs-build-rpm +++ b/s3fs-build-rpm @@ -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 From 7a8d6132b41851118e44c3ec40181fca15c8ab2d Mon Sep 17 00:00:00 2001 From: William Anderson Date: Fri, 5 Jan 2018 16:38:22 +0000 Subject: [PATCH 2/2] fix CHANGELOG date --- SPECS/s3fs-fuse.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SPECS/s3fs-fuse.spec b/SPECS/s3fs-fuse.spec index fa54636..d68a481 100644 --- a/SPECS/s3fs-fuse.spec +++ b/SPECS/s3fs-fuse.spec @@ -59,10 +59,10 @@ cp -p %{SOURCE1} passwd-s3fs * Fri Jan 5 2018 William Anderson - 1.83-1 - Initial build of 1.83 from https://github.com/s3fs-fuse/s3fs-fuse -* Mon May 16 2017 Julio Gonzalez Gil - 1.82-1 +* Tue May 16 2017 Julio Gonzalez Gil - 1.82-1 - Initial build of 1.82 from https://github.com/s3fs-fuse/s3fs-fuse -* Mon May 16 2017 Julio Gonzalez Gil - 1.81-1 +* Tue May 16 2017 Julio Gonzalez Gil - 1.81-1 - Initial build of 1.81 from https://github.com/s3fs-fuse/s3fs-fuse * Thu Jul 30 2015 Julio Gonzalez Gil - 1.80-1