Browse code

fuse: removed post/pre actions.

YustasSwamp authored on 2015/08/29 05:10:05
Showing 1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:	File System in Userspace (FUSE) utilities
2 2
 Name:           fuse
3 3
 Version:        2.9.4
4
-Release:        1%{?dist}
4
+Release:        2%{?dist}
5 5
 License:        GPL+
6 6
 Url:		http://fuse.sourceforge.net/
7 7
 Group:		System Environment/Base
... ...
@@ -34,14 +34,6 @@ make install \
34 34
 install -v -m755 -d /usr/share/doc/fuse-2.9.4 &&
35 35
 install -v -m644    doc/{how-fuse-works,kernel.txt} \
36 36
                     /usr/share/doc/fuse-2.9.4
37
-%post
38
-/sbin/depmod -aq
39
-
40
-%preun
41
-/sbin/modprobe -r fuse
42
-
43
-%postun
44
-/sbin/depmod -aq 
45 37
 
46 38
 %files 
47 39
 %defattr(-, root, root)
... ...
@@ -60,6 +52,8 @@ install -v -m644    doc/{how-fuse-works,kernel.txt} \
60 60
 %{_prefix}/bin/fusermount
61 61
 
62 62
 %changelog
63
+*	Fri Aug 28 2015 Alexey Makhalov <amakhalov@vmware.com> 2.9.4-2
64
+-	post/pre actions are removed. 
63 65
 *	Tue Jun 16 2015 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 2.9.4-1
64 66
 -	Initial version. 
65 67