From 2bc181dfd5f1d8914179ada05e61a9e7db0a4c0c Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Wed, 18 Jun 2025 16:51:59 -0400 Subject: [PATCH] Adjusting logs directories creation within spec file --- mailleur.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailleur.spec.in b/mailleur.spec.in index a2e1116..d7175fa 100644 --- a/mailleur.spec.in +++ b/mailleur.spec.in @@ -41,7 +41,7 @@ search about email exchange within time and transaction context. %attr(0754,root,root) %{_libdir}/%{name}/support/addconfig.sh %attr(0754,root,root) %{_libdir}/%{name}/support/crdb.sh %attr(0754,root,root) %{_libdir}/%{name}/support/starting.sh -%attr(0755,%{name},mail) %dir %{spooldir}/%{name}/{queue,in.log,out.log} +%attr(0755,%{name},mail) %dir %{spooldir}/%{name}/{queue,in-logs,out-logs} #----------------------------------------------------------------------------- %preun -- 2.47.3