rpms/catalyst-kmod/F-18 fix_proc_perms.patch, NONE, 1.1 catalyst-kmod.spec, 1.63, 1.64 3.7_kernel.patch, 1.1, NONE 3.8_kernel.patch, 1.1, NONE

Leigh Scott leigh123linux at rpmfusion.org
Wed Aug 7 17:14:07 CEST 2013


Author: leigh123linux

Update of /cvs/nonfree/rpms/catalyst-kmod/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv25777

Modified Files:
	catalyst-kmod.spec 
Added Files:
	fix_proc_perms.patch 
Removed Files:
	3.7_kernel.patch 3.8_kernel.patch 
Log Message:
* Wed Aug 07 2013 Leigh Scott <leigh123linux at googlemail.com> - 13.8-0.2.beta1
- fix proc perms


fix_proc_perms.patch:
 firegl_public.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE fix_proc_perms.patch ---
--- lib/modules/fglrx/build_mod/firegl_public.c 2013-07-29 18:54:07.000000000 +0300
+++ lib/modules/fglrx/build_mod/firegl_public.c 2013-08-07 11:43:54.465936476 +0300
@@ -821,7 +821,7 @@
     KCL_DEBUG1(FN_FIREGL_PROC, "minor %d, proc_list 0x%08lx\n", minor, (unsigned long)proc_list);
     if (!minor)
     {
-        root = KCL_create_proc_dir(NULL, "ati", S_IFDIR);
+        root = KCL_create_proc_dir(NULL, "ati", S_IFDIR|S_IRUGO|S_IXUGO);
     }
 
     if (!root)


Index: catalyst-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/catalyst-kmod/F-18/catalyst-kmod.spec,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- catalyst-kmod.spec	3 Aug 2013 12:31:01 -0000	1.63
+++ catalyst-kmod.spec	7 Aug 2013 15:14:07 -0000	1.64
@@ -13,7 +13,7 @@
 
 Name:        catalyst-kmod
 Version:     13.8
-Release:     0.1.beta1%{?dist}
+Release:     0.2.beta1%{?dist}
 # Taken over by kmodtool
 Summary:     AMD display driver kernel module
 Group:       System Environment/Kernel
@@ -22,6 +22,7 @@
 Source0:     http://downloads.diffingo.com/rpmfusion/kmod-data/catalyst-kmod-data-%{version}.tar.bz2
 Source11:    catalyst-kmodtool-excludekernel-filterfile
 Patch0:      compat_alloc-Makefile.patch
+Patch1:      fix_proc_perms.patch
 BuildRoot:   %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # needed for plague to make sure it builds for i686
@@ -67,6 +68,7 @@
 
 pushd fglrxpkg
 %patch0 -p0 -b.compat_alloc
+%patch1 -p0 -b.fix_proc_perms
 popd
 
 for kernel_version  in %{?kernel_versions} ; do
@@ -97,6 +99,9 @@
 
 
 %changelog
+* Wed Aug 07 2013 Leigh Scott <leigh123linux at googlemail.com> - 13.8-0.2.beta1
+- fix proc perms
+
 * Sat Aug 03 2013 Leigh Scott <leigh123linux at googlemail.com> - 13.8-0.1.beta1
 - Update to Catalyst 13.8beta1  (internal version 13.20.5)
 


--- 3.7_kernel.patch DELETED ---


--- 3.8_kernel.patch DELETED ---


More information about the rpmfusion-commits mailing list