!34 change vncserver permission from 644 to 755

From: @eaglegai 
Reviewed-by: @weidongkl 
Signed-off-by: @weidongkl
This commit is contained in:
openeuler-ci-bot 2022-04-16 09:30:26 +00:00 committed by Gitee
commit b5a1986ac8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -4,7 +4,7 @@
Name: tigervnc Name: tigervnc
Version: 1.12.0 Version: 1.12.0
Release: 3 Release: 4
Summary: A TigerVNC remote display system Summary: A TigerVNC remote display system
License: GPLv2+ License: GPLv2+
@ -165,7 +165,7 @@ install -m644 tigervnc_$s.png %{buildroot}%{_datadir}/icons/hicolor/${s}x$s/apps
done done
popd popd
install -m 644 %{SOURCE2} %{buildroot}%{_bindir}/vncserver install -m 755 %{SOURCE2} %{buildroot}%{_bindir}/vncserver
# Install Java applet # Install Java applet
pushd java pushd java
@ -236,6 +236,12 @@ install -m 644 %{SOURCE6} %{buildroot}%{_docdir}/tigervnc/HOWTO.md
%{_mandir}/man8/* %{_mandir}/man8/*
%changelog %changelog
* Tue Apr 12 2022 gaihuiying <eaglegai@163.com> - 1.12.0-4
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:change vncserver permission from 644 to 755
* Fri Apr 01 2022 yanglu <yanglu72@h-partners.com> - 1.12.0-3 * Fri Apr 01 2022 yanglu <yanglu72@h-partners.com> - 1.12.0-3
- Type:bugfix - Type:bugfix
- ID:NA - ID:NA