From c633664dd7e10028e6d49d8687bb8bc6eecd404f Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 21:37:54 +0100 Subject: [PATCH] fix sysconfig file add /etc/sasl2 empty config directory [release 2.1.26-2mamba;Fri Feb 06 2015] --- cyrus-sasl.spec | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/cyrus-sasl.spec b/cyrus-sasl.spec index abdefff..d4d6b66 100644 --- a/cyrus-sasl.spec +++ b/cyrus-sasl.spec @@ -1,6 +1,6 @@ Name: cyrus-sasl Version: 2.1.26 -Release: 1mamba +Release: 2mamba Summary: SASL Authentication Daemon for simple authentication and security Group: System/Libraries Vendor: openmamba @@ -104,16 +104,7 @@ make install -D -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/saslauthd.service install -D -m 0644 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/saslauthd.conf install -D -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/saslauthd - -# install man pages in the expected location, even if they are -# pre-formatted. -#mv %{buildroot}%{_mandir}/cat8/* %{buildroot}%{_mandir}/man8/ -#rm -fr %{buildroot}%{_mandir}/cat8/ - -install -d %{buildroot}%{_sysconfdir}/sysconfig -cat > %{buildroot}%{_sysconfdir}/sysconfig/saslauthd << _EOF -#SASLAUTHD_OPTS="-a pam" -_EOF +install -d %{buildroot}%{_sysconfdir}/sasl2 %clean [ %{buildroot} != / ] && rm -rf "%{buildroot}" @@ -143,6 +134,7 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \; %files %defattr(-,root,root) +%dir %{_sysconfdir}/sasl2 %config(noreplace) %{_sysconfdir}/sysconfig/saslauthd %{_sbindir}/pluginviewer %{_sbindir}/saslauthd @@ -177,6 +169,10 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \; %doc ChangeLog NEWS README %changelog +* Fri Feb 06 2015 Silvan Calarco 2.1.26-2mamba +- fix sysconfig file +- add /etc/sasl2 empty config directory + * Thu Feb 05 2015 Silvan Calarco 2.1.26-1mamba - update to 2.1.26 - systemd support