From 8a09b1f60480c9dc3e3f06c9b0f9e9087f8c487a Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Tue, 17 Jun 2025 00:22:15 -0400 Subject: [PATCH] Chaneg receiver ownership within spec file --- conf/mailleur.conf | 1 + mailleur.spec.in | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/conf/mailleur.conf b/conf/mailleur.conf index 6a72f9a..24073d1 100644 --- a/conf/mailleur.conf +++ b/conf/mailleur.conf @@ -31,6 +31,7 @@ CA_VERIFY_CLT = 0 #to check PEER/server remote certificate #------------------------------------------------ #Configured for Postgresql database #DB_TYPE can be either POSTGRES,MYSQL, default POSTGRES +#DB_TYPE = MYSQL DB_TYPE = POSTGRES DB_NAME = mailleur DB_HOST = localhost diff --git a/mailleur.spec.in b/mailleur.spec.in index 04d81da..facbf6d 100644 --- a/mailleur.spec.in +++ b/mailleur.spec.in @@ -34,12 +34,12 @@ search about email exchange within time and transaction context. %attr(0755,root,root) %{_datadir}/%{name}/linux/osukiss/sorter %{_sbindir}/chkspf %{_sbindir}/feeder -%{_sbindir}/receiver -%{_sbindir}/sender -%{_sbindir}/sorter +%attr(0755,%{name},mail) %{_sbindir}/receiver +%attr(0755,%{name},mail) %{_sbindir}/sender +%attr(0755,%{name},mail) %{_sbindir}/sorter %attr(0754,root,root) %{_libdir}/%{name}/shell/*.sh %attr(0754,root,root) %{_libdir}/%{name}/support/starting.sh -%dir %{spooldir}/%{name}/{queue,in.log,out.log} +%attr(0755,%{name},mail) %dir %{spooldir}/%{name}/{queue,in.log,out.log} #----------------------------------------------------------------------------- -- 2.47.3