[fuse-s3fs/f16] Resolves: bz 769695

Neil Horman nhorman at fedoraproject.org
Wed Dec 21 19:30:17 UTC 2011


commit f149ee07e9556c08f8480bdff4edb31687090703
Author: Neil Horman <nhorman at tuxdriver.com>
Date:   Wed Dec 21 14:28:40 2011 -0500

    Resolves: bz 769695

 .gitignore     |    1 +
 fuse-s3fs.spec |   10 +++++-----
 sources        |    2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index efb7b50..dc72d61 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ fuse-s3fs-0.4.tbz2
 fuse-s3fs-0.5.tbz2
 fuse-s3fs-0.6.tbz2
 fuse-s3fs-0.7.tbz2
+/fuse-s3fs-0.9.tbz2
diff --git a/fuse-s3fs.spec b/fuse-s3fs.spec
index 7e95c95..4a026b0 100644
--- a/fuse-s3fs.spec
+++ b/fuse-s3fs.spec
@@ -1,6 +1,6 @@
 Name:		fuse-s3fs
-Version:	0.7
-Release:	6%{?dist}
+Version:	0.9
+Release:	1%{?dist}
 Summary:	FUSE filesystem using Amazon Simple Storage Service as storage
 Group:		System Environment/Base
 License:	GPLv2
@@ -10,8 +10,6 @@ BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:	python fuse-python python-boto
 BuildArch:	noarch
 
-Patch1: s3fs-get_key.patch
-
 %description
 This package provides a FUSE (Filesystem in User Space) application allowing
 for the mounting of Amazon Web Services' S3 storage facilities on a local
@@ -25,7 +23,6 @@ data stored on fuse-s3fs be backed up on other media as well.
 
 %prep
 %setup -q
-%patch1 -p1
 
 %build
 
@@ -47,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/*
 
 %changelog
+* Wed Dec 20 2011 Neil Horman <nhorman at redhat.com> - 0.9-1
+- Update to latest upstream (bz769695)
+
 * Tue Dec 06 2011 Neil Horman <nhorman at redhat.com> - 0.7-6
 - Fixed traceback arising from new boto version throwing exception (bz760409)
 
diff --git a/sources b/sources
index cc79489..75bdf44 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bc8f3b94ac2a3a22e5dd64134da39b4d  fuse-s3fs-0.7.tbz2
+e8b2e48276f852e2fab2d2792f21fba1  fuse-s3fs-0.9.tbz2


More information about the scm-commits mailing list