!73 [sync] PR-69: Modify file permissions

From: @openeuler-sync-bot 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
This commit is contained in:
openeuler-ci-bot 2023-07-28 05:43:21 +00:00 committed by Gitee
commit f41f2b7f80
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 34 additions and 1 deletions

View File

@ -0,0 +1,25 @@
From bc49dae5bb33b111c9fb877c255bfb1ebc29514a Mon Sep 17 00:00:00 2001
From: peijiankang <peijiankang@kylinos.cn>
Date: Thu, 27 Jul 2023 17:12:31 +0800
Subject: [PATCH] Modify file permissions
---
panel/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel/CMakeLists.txt b/panel/CMakeLists.txt
index bdfcf63..815b553 100644
--- a/panel/CMakeLists.txt
+++ b/panel/CMakeLists.txt
@@ -184,7 +184,7 @@ install(FILES
resources/panel-commission.sh resources/ukui-panel-reset.sh resources/ukui-panel-config.sh
DESTINATION "/usr/share/ukui/ukui-panel"
COMPONENT Runtime
- PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ GROUP_EXECUTE GROUP_READ GROUP_WRITE WORLD_READ WORLD_WRITE WORLD_EXECUTE
+ PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ GROUP_EXECUTE GROUP_READ WORLD_READ WORLD_EXECUTE
GROUP_EXECUTE GROUP_READ
)
--
2.33.0

View File

@ -1,6 +1,6 @@
Name: ukui-panel Name: ukui-panel
Version: 3.1.0 Version: 3.1.0
Release: 9 Release: 10
Summary: ukui desktop panel Summary: ukui desktop panel
License: LGPL-2.0-or-later and GPL-2.0-or-later and BSD License: LGPL-2.0-or-later and GPL-2.0-or-later and BSD
URL: http://www.ukui.org URL: http://www.ukui.org
@ -12,6 +12,7 @@ Patch04: 0004-fix-the-backlight-of-nightmode-button.patch
%if 0%{?kylin} %if 0%{?kylin}
Patch05: disable-Suspend-and-Sleep-of-ukui-panel.patch Patch05: disable-Suspend-and-Sleep-of-ukui-panel.patch
%endif %endif
Patch06: Modify-file-permissions.patch
BuildRequires: cmake BuildRequires: cmake
BuildRequires: alsa-lib-devel BuildRequires: alsa-lib-devel
@ -66,6 +67,7 @@ Recommends: time-shutdown
%if 0%{?kylin} %if 0%{?kylin}
%patch05 -p1 %patch05 -p1
%endif %endif
%patch06 -p1
%build %build
mkdir build && cd build mkdir build && cd build
@ -88,6 +90,12 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/* %{_datadir}/*
%changelog %changelog
* Thu Jul 27 2023 peijiankang <peijiankang@kylinos.cn> - 3.1.0-10
- Type:update
- ID:NA
- SUG:NA
- DESC: add Modify-file-permissions.patch
* Wed Jun 14 2023 peijiankang <peijiankang@kylinos.cn> - 3.1.0-9 * Wed Jun 14 2023 peijiankang <peijiankang@kylinos.cn> - 3.1.0-9
- Type:bugfix - Type:bugfix
- ID:NA - ID:NA