Browse Source

fuse:
- update to 2.8.3
- add patch to chkconfig support


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@822 ec354946-7b23-47d6-9f5a-488ba84defc7

daisuke 15 years ago
parent
commit
b9730bddbb
1 changed files with 14 additions and 6 deletions
  1. 14 6
      f/fuse/fuse-vl.spec

+ 14 - 6
f/fuse/fuse-vl.spec

@@ -1,8 +1,8 @@
 Summary:        File System in Userspace (FUSE) utilities
 Summary(ja):	ユーザスペースファイルシステム(FUSE)用のユーティリティ
 Name:           fuse
-Version:        2.7.4
-Release:        3%{?_dist_release}
+Version:        2.8.3
+Release:        1%{?_dist_release}
 
 Group:          System Environment/Base
 License:        GPL
@@ -12,15 +12,18 @@ Source0:        http://dl.sourceforge.net/sourceforge/fuse/%{name}-%{version}.ta
 Source1:	fuse-udev.nodes
 Source2:	fuse-makedev.d-fuse
 Patch0:		fuse-udev_rules.patch
-## security fix patch(es)
-# from Debian 5.0 fuse_2.7.4-1.1+lenny1
-Patch10:    	001-CVE-2009-3297.dpatch
+Patch10:	fuse-2.8.3-chkconfig.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 Requires(pre):	shadow-utils
 Requires(post): MAKEDEV
 Requires(postun): shadow-utils
 
+Vendor: Project Vine
+Distribution: Vine Linux
+Packager: daisuke
+
+
 %description
 With FUSE it is possible to implement a fully functional filesystem in a 
 userspace program. This package contains the FUSE userspace tools to 
@@ -50,7 +53,7 @@ pgk-config) to develop FUSE based applications/filesystems.
 #disable device creation during build/install
 sed -i 's|mknod|echo Disabled: mknod |g' util/Makefile.in
 %patch0 -b .patch0
-%patch10 -p1 -b .CVE-2009-3297
+%patch10 -p1
 
 %build
 %configure \
@@ -115,6 +118,11 @@ fi
 
 
 %changelog
+* Wed Apr 14 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.3-1
+- new upstream release
+- remove upstreamed patch10
+- add patch10 to support chkconfig
+
 * Mon Mar  1 2010 IWAI, Masaharu <iwai@alib.jp> 2.7.4-3
 - SECURITY FIX: CVE-2009-3297
   - patch from Debian 5.0 fuse_2.7.4-1.1+lenny1 (Patch10)