!15 [sync] PR-14: change /var/db/tang permissions to fix tang-show-keys error

From: @openeuler-sync-bot 
Reviewed-by: @wang--ge 
Signed-off-by: @wang--ge
This commit is contained in:
openeuler-ci-bot 2024-12-12 01:01:59 +00:00 committed by Gitee
commit b15f02f367
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: tang
Version: 14
Release: 1
Release: 2
Summary: Server for binding data to network presence
License: GPLv3+
URL: https://github.com/latchset/%{name}
@ -74,7 +74,7 @@ fi
%files
%license COPYING
%attr(2570, %{name}, %{name}) %{_localstatedir}/db/%{name}
%attr(0700, %{name}, %{name}) %{_localstatedir}/db/%{name}
%{_unitdir}/%{name}d@.service
%{_unitdir}/%{name}d.socket
%{_libexecdir}/%{name}d-keygen
@ -88,6 +88,9 @@ fi
%{_mandir}/man1/tangd-rotate-keys.1.gz
%changelog
* Wed Dec 11 2024 xu_ping <707078654@qq.com> - 14-2
- fix tang-show-keys error.
* Thu Sep 28 2023 wulei <wu_lei@hoperun.com> - 14-1
- Update to 14