From f9d4aa836b04a892c986ca3e8771c23c94df1c69 Mon Sep 17 00:00:00 2001 From: shixuantong Date: Fri, 24 May 2024 16:33:38 +0800 Subject: [PATCH] do not pack /etc/at.deny (cherry picked from commit 56b1a2e14e1372662850b6bf5821b7a6d20573d4) --- at.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/at.spec b/at.spec index a08ec89..5863664 100644 --- a/at.spec +++ b/at.spec @@ -1,6 +1,6 @@ Name: at Version: 3.2.2 -Release: 4 +Release: 5 Summary: A job manager License: GPLv3+, GPLv2+, ISC, MIT, Public Domain URL: http://ftp.debian.org/debian/pool/main/a/at @@ -106,7 +106,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 @@ -119,11 +118,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.2-5 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:do not pack /etc/at.deny + * Fri Jun 9 2023 zhoupengcheng - 3.2.2-4 - Type:bugfix - CVE: -- Gitee