Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
59963d0cc0 | ||
|
|
d8a492e44f |
2 changed files with 18 additions and 8 deletions
24
afuse.spec
24
afuse.spec
|
|
@ -1,15 +1,13 @@
|
||||||
Name: afuse
|
Name: afuse
|
||||||
Summary: An automounter implemented with FUSE
|
Summary: An automounter implemented with FUSE
|
||||||
Version: 0.2
|
Version: 0.4.1
|
||||||
Release: 8%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source0: http://downloads.sourceforge.net/afuse/%{name}-%{version}.tar.gz
|
Source0: https://afuse.googlecode.com/files/%{name}-%{version}.tar.gz
|
||||||
URL: http://afuse.sourceforge.net/
|
URL: https://github.com/pcarrier/afuse/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: fuse-devel
|
BuildRequires: fuse-devel
|
||||||
# fix CVE-2008-2232
|
|
||||||
Patch0: afuse-template-tokenize.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Afuse is an automounting file system implemented in user-space using FUSE.
|
Afuse is an automounting file system implemented in user-space using FUSE.
|
||||||
|
|
@ -22,7 +20,6 @@ with an error.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .CVS-2008-2232
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
|
|
@ -39,8 +36,21 @@ rm -rf %{buildroot}
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS ChangeLog COPYING README
|
%doc AUTHORS ChangeLog COPYING README
|
||||||
%{_bindir}/afuse
|
%{_bindir}/afuse
|
||||||
|
%{_bindir}/afuse-avahissh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 18 2013 Tom Callaway <spot@fedoraproject.org> - 0.4.1-1
|
||||||
|
- update to 0.4.1
|
||||||
|
|
||||||
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
* 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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
97b58a768ecb30696fb6c33dd8435b83 afuse-0.2.tar.gz
|
317efdda85d5585d085c61a0d262b83b afuse-0.4.1.tar.gz
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue