diff --git a/at.spec b/at.spec index c5d29d9fa386715bbd57f35a76456f5e3f20440f..efd5a576932b9568a0cab682d96640856fe2fc65 100644 --- a/at.spec +++ b/at.spec @@ -1,6 +1,6 @@ Name: at Version: 3.2.5 -Release: 1 +Release: 2 Summary: A job manager License: GPLv3+, GPLv2+, ISC, MIT, Public Domain URL: http://ftp.debian.org/debian/pool/main/a/at @@ -104,7 +104,6 @@ chown root:root %{_localstatedir}/spool/at/.SEQ %files %license Copyright COPYING %doc README timespec ChangeLog -%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/at.deny %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/atd %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/pam.d/atd %attr(4755,root,root) %{_bindir}/at @@ -117,11 +116,18 @@ chown root:root %{_localstatedir}/spool/at/.SEQ %attr(0600,root,root) %verify(not md5 size mtime) %ghost %{_localstatedir}/spool/at/.SEQ %attr(0700,root,root) %dir %{_localstatedir}/spool/at/spool %attr(0644,root,root) /%{_unitdir}/atd.service +%exclude %{_sysconfdir}/at.deny %files help %{_mandir}/man*/* %changelog +* Fri May 24 2024 shixuantong - 3.2.5-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:do not pack /etc/at.deny + * Tue Dec 27 2022 zhangnan - 3.2.5-1 - Type:enhancement - ID:NA