update to 2.9.1
This commit is contained in:
parent
a17ac53a8a
commit
30032867ea
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ fuse-2.8.4.tar.gz
|
|||||||
/fuse-2.8.5.tar.gz
|
/fuse-2.8.5.tar.gz
|
||||||
/fuse-2.8.6.tar.gz
|
/fuse-2.8.6.tar.gz
|
||||||
/fuse-2.8.7.tar.gz
|
/fuse-2.8.7.tar.gz
|
||||||
|
/fuse-2.9.1.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: fuse
|
Name: fuse
|
||||||
Version: 2.8.7
|
Version: 2.9.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: File System in Userspace (FUSE) utilities
|
Summary: File System in Userspace (FUSE) utilities
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -101,6 +101,8 @@ fi
|
|||||||
%attr(4755,root,root) %{_bindir}/fusermount
|
%attr(4755,root,root) %{_bindir}/fusermount
|
||||||
%{_bindir}/ulockmgr_server
|
%{_bindir}/ulockmgr_server
|
||||||
%config(noreplace) %{_sysconfdir}/%{name}.conf
|
%config(noreplace) %{_sysconfdir}/%{name}.conf
|
||||||
|
%{_mandir}/man1/*
|
||||||
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%files libs
|
%files libs
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -118,6 +120,9 @@ fi
|
|||||||
%{_includedir}/fuse
|
%{_includedir}/fuse
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 28 2012 Tom Callaway <spot@fedoraproject.org> - 2.9.1-1
|
||||||
|
- update to 2.9.1
|
||||||
|
|
||||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.7-2
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.7-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user