update to 0.4
This commit is contained in:
parent
9c9330e8a3
commit
46db150dfd
3 changed files with 10 additions and 8 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
afuse-0.2.tar.gz
|
||||
/afuse-0.4.tar.gz
|
||||
|
|
|
|||
15
afuse.spec
15
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@fedoraproject.org> - 0.4-1
|
||||
- update to 0.4
|
||||
|
||||
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
97b58a768ecb30696fb6c33dd8435b83 afuse-0.2.tar.gz
|
||||
d6d898b43dc055fe3343f69356f33b60 afuse-0.4.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue