[afuse] update to 0.4

Tom Callaway spot at fedoraproject.org
Fri Jan 18 19:40:59 UTC 2013


commit 46db150dfdc7b3b96626b86a481f45f26b73aa91
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Fri Jan 18 14:43:29 2013 -0500

    update to 0.4

 .gitignore |    1 +
 afuse.spec |   15 ++++++++-------
 sources    |    2 +-
 3 files changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6aee227..a96f650 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 afuse-0.2.tar.gz
+/afuse-0.4.tar.gz
diff --git a/afuse.spec b/afuse.spec
index f206e46..43e9dee 100644
--- a/afuse.spec
+++ b/afuse.spec
@@ -1,15 +1,13 @@
 Name:		afuse
 Summary:	An automounter implemented with FUSE
-Version:	0.2
-Release:	8%{?dist}
+Version:	0.4
+Release:	1%{?dist}
 License:	GPLv2+
 Group:		System Environment/Base
-Source0:	http://downloads.sourceforge.net/afuse/%{name}-%{version}.tar.gz
-URL:		http://afuse.sourceforge.net/
+Source0:	https://afuse.googlecode.com/files/%{name}-%{version}.tar.gz
+URL:		https://github.com/pcarrier/afuse/
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	fuse-devel
-# fix CVE-2008-2232
-Patch0:		afuse-template-tokenize.patch
 
 %description
 Afuse is an automounting file system implemented in user-space using FUSE. 
@@ -22,7 +20,6 @@ with an error.
 
 %prep
 %setup -q
-%patch0 -p1 -b .CVS-2008-2232
 
 %build
 %configure
@@ -39,8 +36,12 @@ rm -rf %{buildroot}
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING README
 %{_bindir}/afuse
+%{_bindir}/afuse-avahissh
 
 %changelog
+* Fri Jan 18 2013 Tom Callaway <spot at fedoraproject.org> - 0.4-1
+- update to 0.4
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 4b287f4..f547bc5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-97b58a768ecb30696fb6c33dd8435b83  afuse-0.2.tar.gz
+d6d898b43dc055fe3343f69356f33b60  afuse-0.4.tar.gz


More information about the scm-commits mailing list