[Build] Fix directory permissions of csapi-tizen-full.rpm (#2011)
authorWonYoung Choi <wy80.choi@samsung.com>
Tue, 15 Sep 2020 03:53:40 +0000 (12:53 +0900)
committerGitHub <noreply@github.com>
Tue, 15 Sep 2020 03:53:40 +0000 (12:53 +0900)
packaging/csapi-tizenfx.spec
packaging/csapi-tizenfx.spec.in

index 64239c77e1f9fc0c45e1031c0208fbf0ab236152..a79bfaf0b4733234a55ce8a90a7c0af7176e11ac 100644 (file)
@@ -226,10 +226,11 @@ install -p -m 644 tools/bin/* %{buildroot}%{DOTNET_TOOLS_PATH}
 
 %files full
 %manifest %{name}.manifest
-%attr(644,root,root) %{DOTNET_ASSEMBLY_PATH}/*.dll
-%attr(644,root,root) %{DOTNET_ASSEMBLY_DUMMY_PATH}/*.dll
-%attr(644,root,root) %{DOTNET_ASSEMBLY_RES_PATH}/*
-%attr(644,root,root) %{DOTNET_PRELOAD_PATH}/*
+%defattr(644,root,root,755)
+%{DOTNET_ASSEMBLY_PATH}/*.dll
+%{DOTNET_ASSEMBLY_DUMMY_PATH}/*.dll
+%{DOTNET_ASSEMBLY_RES_PATH}/*
+%{DOTNET_PRELOAD_PATH}/*
 
 %files debug
 %manifest %{name}.manifest
index 836be786215ae0c889d8a4ed00fc70a6b4918951..2a6c029f789320b053524d08ba409cc182c1f1d9 100644 (file)
@@ -225,10 +225,11 @@ install -p -m 644 tools/bin/* %{buildroot}%{DOTNET_TOOLS_PATH}
 
 %files full
 %manifest %{name}.manifest
-%attr(644,root,root) %{DOTNET_ASSEMBLY_PATH}/*.dll
-%attr(644,root,root) %{DOTNET_ASSEMBLY_DUMMY_PATH}/*.dll
-%attr(644,root,root) %{DOTNET_ASSEMBLY_RES_PATH}/*
-%attr(644,root,root) %{DOTNET_PRELOAD_PATH}/*
+%defattr(644,root,root,755)
+%{DOTNET_ASSEMBLY_PATH}/*.dll
+%{DOTNET_ASSEMBLY_DUMMY_PATH}/*.dll
+%{DOTNET_ASSEMBLY_RES_PATH}/*
+%{DOTNET_PRELOAD_PATH}/*
 
 %files debug
 %manifest %{name}.manifest