From 0ebb17c70c574e284a57b9ba29c826451a1cc652 Mon Sep 17 00:00:00 2001 From: Jaechul Lee Date: Wed, 23 Aug 2017 09:32:45 +0900 Subject: [PATCH] packaging: Remove permission settings for devel package Setting 644 permissions for devel package is removed. The all files in the devel package are created with 644 permission. As a result, executable files don't work when building out-of-tree module because they don't have a execution permission. Change-Id: I79854937593af982ed829a39446273e89e91a5f5 Signed-off-by: Jaechul Lee --- packaging/linux-3.18-exynos7270.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/packaging/linux-3.18-exynos7270.spec b/packaging/linux-3.18-exynos7270.spec index 9e7226f..8daf7a0 100644 --- a/packaging/linux-3.18-exynos7270.spec +++ b/packaging/linux-3.18-exynos7270.spec @@ -147,7 +147,6 @@ mv %{buildroot}/COPYING %{_builddir}/%{name}-%{version}/ /boot/kernel/vmlinux %files -n kernel-devel-%{CHIPSET}-%{MODEL} -%defattr(644,root,root,-) /boot/kernel/devel/* %endif -- 2.7.4