OBS User unknown
2006-12-19 15:59:25 +00:00
committed by Git OBS Bridge
commit d8e6713825
6 changed files with 303 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

3
fuse-2.6.1.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b680e8ed9f7b3d340e33975b881e4065fda9788b0974b4ee8f1540ff7cb7931d
size 367812

25
fuse-install-fix.diff Normal file
View File

@@ -0,0 +1,25 @@
--- util/Makefile.am-dist 2006-12-19 16:35:24.000000000 +0100
+++ util/Makefile.am 2006-12-19 16:36:05.000000000 +0100
@@ -9,14 +9,14 @@
ulockmgr_server_CPPFLAGS = -D_FILE_OFFSET_BITS=64 -D_REENTRANT
ulockmgr_server_LDFLAGS = -pthread
-install-exec-hook:
- -chown root $(DESTDIR)$(bindir)/fusermount
- -chmod u+s $(DESTDIR)$(bindir)/fusermount
- @if test ! -e $(DESTDIR)/dev/fuse; then \
- $(mkdir_p) $(DESTDIR)/dev; \
- echo "mknod $(DESTDIR)/dev/fuse -m 0666 c 10 229 || true"; \
- mknod $(DESTDIR)/dev/fuse -m 0666 c 10 229 || true; \
- fi
+#install-exec-hook:
+# -chown root $(DESTDIR)$(bindir)/fusermount
+# -chmod u+s $(DESTDIR)$(bindir)/fusermount
+# @if test ! -e $(DESTDIR)/dev/fuse; then \
+# $(mkdir_p) $(DESTDIR)/dev; \
+# echo "mknod $(DESTDIR)/dev/fuse -m 0666 c 10 229 || true"; \
+# mknod $(DESTDIR)/dev/fuse -m 0666 c 10 229 || true; \
+# fi
EXTRA_DIST = mount.fuse udev.rules init_script

96
fuse.changes Normal file
View File

@@ -0,0 +1,96 @@
-------------------------------------------------------------------
Tue Dec 19 16:39:13 CET 2006 - tiwai@suse.de
- updated to version 2.6.1:
* improved fusermout help texts
* fix automake problems
-------------------------------------------------------------------
Mon Oct 23 00:03:16 CEST 2006 - cthiel@suse.de
- update to version 2.6.0
* Improved read characteristics (asynchronous reads)
* Support for aborting filesystem connection
* POSIX file locking support
* Request interruption support
* Building module for Linux kernels earlier than 2.6.9 not supported
* Allow block device based filesystems to support swap files
* Several bugs fixed, including a rare system hang on SMP
-------------------------------------------------------------------
Mon Aug 21 09:22:17 CEST 2006 - cthiel@suse.de
- fix requirements of -devel package, to require fuse by version (#200496)
-------------------------------------------------------------------
Tue Aug 8 18:20:43 CEST 2006 - tiwai@suse.de
- fixed a syntax error in udev rules.
-------------------------------------------------------------------
Mon Jul 3 17:11:20 CEST 2006 - cthiel@suse.de
- fix build
-------------------------------------------------------------------
Mon May 15 13:01:24 CEST 2006 - tiwai@suse.de
- updated to version 2.5.3.
* Add missing rwlock initialization
* Fix negative entry handling.
* Fix race between RELEASE and UNLINK, which might leave
.fuse_hidden* files around
* libfuse: fix use-after-free bug in interruptred reply_entry().
-------------------------------------------------------------------
Fri Feb 3 14:01:19 CET 2006 - cthiel@suse.de
- update to version 2.5.2
* lib: if "fsname=" option was given, pass it to fusermount
* fuse_opt: fix memory leak in handling "--" option
* fuse_opt.h: fix incompatibility with C++ compilers by renaming
'template' structure member to 'templ'
* fuse.h: fix compatibility bugs.
-------------------------------------------------------------------
Wed Jan 25 21:36:04 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Sat Jan 14 19:58:20 CET 2006 - cthiel@suse.de
- update to version 2.5.0
-------------------------------------------------------------------
Wed Nov 23 14:22:41 CET 2005 - cthiel@suse.de
- update to version 2.4.2
- changed permission of /usr/bin/fusermount to 4755
-------------------------------------------------------------------
Fri Oct 28 23:19:26 CEST 2005 - cthiel@suse.de
- readded -fno-strict-aliasing
-------------------------------------------------------------------
Fri Oct 28 14:11:00 CEST 2005 - cthiel@suse.de
- update to version 2.4.1
-------------------------------------------------------------------
Fri Sep 30 18:47:08 CEST 2005 - tiwai@suse.de
- fixed CFLAGS to pass RPM_OPT_FLAGS.
- added -fno-strict-aliasing.
-------------------------------------------------------------------
Wed Jun 8 19:52:10 CEST 2005 - tiwai@suse.de
- updated to version 2.3.0.
-------------------------------------------------------------------
Tue Feb 3 15:51:37 CET 2004 - adrian@suse.de
- initial package of version 1.1-pre2

156
fuse.spec Normal file
View File

@@ -0,0 +1,156 @@
#
# spec file for package fuse (Version 2.6.1)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: fuse
Summary: Userspace File System
Version: 2.6.1
Release: 1
License: GNU General Public License (GPL), Other License(s), see package
Group: System/Filesystems
Source: %{name}-%{version}.tar.bz2
Patch: fuse-install-fix.diff
URL: http://fuse.sf.net
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: permissions
%description
With FUSE, a userspace program can export a file system through the
Linux kernel.
To use fuse, you need an additional fuse module, like sshfs.
Authors:
--------
Miklos Szeredi <mszeredi@inf.bme.hu>
%package devel
Summary: user space filesystem
Group: System/Filesystems
Requires: fuse = %{version} glibc-devel
%description devel
With FUSE a userspace program can export a filesystem through the Linux
kernel.
To use fuse you need an additional fuse module, like fuse_kio.
Authors:
--------
Miklos Szeredi <mszeredi@inf.bme.hu>
%prep
%setup -q
%patch
%{?suse_update_config:%{suse_update_config -f}}
%build
autoreconf -fi
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%configure \
--disable-kernel-module \
--enable-lib \
--enable-util \
--enable-example
make
%install
make DESTDIR="$RPM_BUILD_ROOT" install
rm -rf $RPM_BUILD_ROOT/%{_sysconfdir}/init.d
%post
/sbin/ldconfig
%run_permissions
%verifyscript
%verify_permissions -e %{_bindir}/fusermount
%postun -p /sbin/ldconfig
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc AUTHORS COPYING* ChangeLog FAQ NEWS README*
%{_libdir}/lib*.so.*
%verify(not mode) %attr(4750,root,trusted) %{_bindir}/fusermount
%dir %{_sysconfdir}/udev
%dir %{_sysconfdir}/udev/rules.d
%{_sysconfdir}/udev/rules.d/99-fuse.rules
/sbin/mount.fuse
%{_bindir}/ulockmgr_server
%files devel
%defattr(-,root,root)
%{_libdir}/lib*.so
%{_libdir}/lib*.*a
%{_includedir}/fuse.h
%{_includedir}/fuse
%{_includedir}/ulockmgr.h
%{_libdir}/pkgconfig/*.pc
%changelog -n fuse
* Tue Dec 19 2006 - tiwai@suse.de
- updated to version 2.6.1:
* improved fusermout help texts
* fix automake problems
* Mon Oct 23 2006 - cthiel@suse.de
- update to version 2.6.0
* Improved read characteristics (asynchronous reads)
* Support for aborting filesystem connection
* POSIX file locking support
* Request interruption support
* Building module for Linux kernels earlier than 2.6.9 not supported
* Allow block device based filesystems to support swap files
* Several bugs fixed, including a rare system hang on SMP
* Mon Aug 21 2006 - cthiel@suse.de
- fix requirements of -devel package, to require fuse by version (#200496)
* Tue Aug 08 2006 - tiwai@suse.de
- fixed a syntax error in udev rules.
* Mon Jul 03 2006 - cthiel@suse.de
- fix build
* Mon May 15 2006 - tiwai@suse.de
- updated to version 2.5.3.
* Add missing rwlock initialization
* Fix negative entry handling.
* Fix race between RELEASE and UNLINK, which might leave
.fuse_hidden* files around
* libfuse: fix use-after-free bug in interruptred reply_entry().
* Fri Feb 03 2006 - cthiel@suse.de
- update to version 2.5.2
* lib: if "fsname=" option was given, pass it to fusermount
* fuse_opt: fix memory leak in handling "--" option
* fuse_opt.h: fix incompatibility with C++ compilers by renaming
'template' structure member to 'templ'
* fuse.h: fix compatibility bugs.
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Sat Jan 14 2006 - cthiel@suse.de
- update to version 2.5.0
* Wed Nov 23 2005 - cthiel@suse.de
- update to version 2.4.2
- changed permission of /usr/bin/fusermount to 4755
* Fri Oct 28 2005 - cthiel@suse.de
- readded -fno-strict-aliasing
* Fri Oct 28 2005 - cthiel@suse.de
- update to version 2.4.1
* Fri Sep 30 2005 - tiwai@suse.de
- fixed CFLAGS to pass RPM_OPT_FLAGS.
- added -fno-strict-aliasing.
* Wed Jun 08 2005 - tiwai@suse.de
- updated to version 2.3.0.
* Tue Feb 03 2004 - adrian@suse.de
- initial package of version 1.1-pre2

0
ready Normal file
View File