Fixed bug #229642
This commit is contained in:
parent
4f8c43d206
commit
272cd2d7f9
@ -1,6 +1,6 @@
|
||||
Name: fuse
|
||||
Version: 2.6.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: File System in Userspace (FUSE) utilities
|
||||
|
||||
Group: System Environment/Base
|
||||
@ -98,6 +98,7 @@ fi
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS ChangeLog COPYING FAQ Filesystems NEWS README README.NFS README.fedora
|
||||
/sbin/mount.fuse
|
||||
%attr(4754,root,fuse) %{_bindir}/fusermount
|
||||
@ -108,6 +109,7 @@ fi
|
||||
%{_sysconfdir}/udev/makedev.d/99-fuse.nodes
|
||||
|
||||
%files libs
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING.LIB
|
||||
%{_libdir}/libfuse.so.*
|
||||
%{_libdir}/libulockmgr.so.*
|
||||
@ -123,6 +125,9 @@ fi
|
||||
|
||||
%changelog
|
||||
|
||||
* Thu Feb 22 2007 Peter Lemenkov <lemenkov@gmail.com> 2.6.3-2
|
||||
- Fixed bug #229642
|
||||
|
||||
* Wed Feb 7 2007 Peter Lemenkov <lemenkov@gmail.com> 2.6.3-1
|
||||
* Ver. 2.6.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user