Fixed udev-rule again
This commit is contained in:
parent
8ce4f12c96
commit
f415f0d98a
@ -24,4 +24,4 @@
|
||||
+++ util/udev.rules 2005-11-03 19:38:13.000000000 +0100
|
||||
@@ -1 +1 @@
|
||||
-KERNEL="fuse", NAME="%k", MODE="0666"
|
||||
+KERNEL="fuse", NAME="%k", MODE="0660",OWNER="root",GROUP="fuse"
|
||||
+KERNEL=="fuse", NAME="%k", MODE="0660",OWNER="root",GROUP="fuse"
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: fuse
|
||||
Version: 2.5.3
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: File System in Userspace (FUSE) utilities
|
||||
|
||||
Group: System Environment/Base
|
||||
@ -117,6 +117,9 @@ fi
|
||||
|
||||
%changelog
|
||||
|
||||
* Sun Oct 29 2006 Peter Lemenkov <lemenkov@gmail.com> 2.5.3-5
|
||||
- Fixed udev-rule again
|
||||
|
||||
* Sat Oct 7 2006 Peter Lemenkov <lemenkov@gmail.com> 2.5.3-4
|
||||
- Fixed udev-rule
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user