!37 [sync] PR-32: create /etc/at.allow

From: @openeuler-sync-bot 
Reviewed-by: @gaoruoshu 
Signed-off-by: @gaoruoshu
This commit is contained in:
openeuler-ci-bot 2024-05-28 03:48:22 +00:00 committed by Gitee
commit d21bbca798
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

13
at.spec
View File

@ -1,6 +1,6 @@
Name: at Name: at
Version: 3.2.2 Version: 3.2.2
Release: 5 Release: 6
Summary: A job manager Summary: A job manager
License: GPLv3+, GPLv2+, ISC, MIT, Public Domain License: GPLv3+, GPLv2+, ISC, MIT, Public Domain
URL: http://ftp.debian.org/debian/pool/main/a/at URL: http://ftp.debian.org/debian/pool/main/a/at
@ -95,6 +95,11 @@ make test
%systemd_preun atd.service %systemd_preun atd.service
%post %post
if ! test -f %{_sysconfdir}/at.allow; then
touch %{_sysconfdir}/at.allow
chown root:root %{_sysconfdir}/at.allow
chmod og-rwx %{_sysconfdir}/at.allow
fi
touch %{_localstatedir}/spool/at/.SEQ touch %{_localstatedir}/spool/at/.SEQ
chmod 600 %{_localstatedir}/spool/at/.SEQ chmod 600 %{_localstatedir}/spool/at/.SEQ
chown root:root %{_localstatedir}/spool/at/.SEQ chown root:root %{_localstatedir}/spool/at/.SEQ
@ -124,6 +129,12 @@ chown root:root %{_localstatedir}/spool/at/.SEQ
%{_mandir}/man*/* %{_mandir}/man*/*
%changelog %changelog
* Mon May 27 2024 shixuantong <shixuantong1@huawei.com> - 3.2.2-6
- Typebugfix
- IDNA
- SUG:NA
- DESC:create /etc/at.allow
* Fri May 24 2024 shixuantong <shixuantong1@huawei.com> - 3.2.2-5 * Fri May 24 2024 shixuantong <shixuantong1@huawei.com> - 3.2.2-5
- Typebugfix - Typebugfix
- IDNA - IDNA