fix sysconfig file
add /etc/sasl2 empty config directory [release 2.1.26-2mamba;Fri Feb 06 2015]
This commit is contained in:
parent
6d193385ea
commit
c633664dd7
@ -1,6 +1,6 @@
|
|||||||
Name: cyrus-sasl
|
Name: cyrus-sasl
|
||||||
Version: 2.1.26
|
Version: 2.1.26
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: SASL Authentication Daemon for simple authentication and security
|
Summary: SASL Authentication Daemon for simple authentication and security
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -104,16 +104,7 @@ make
|
|||||||
install -D -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/saslauthd.service
|
install -D -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/saslauthd.service
|
||||||
install -D -m 0644 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/saslauthd.conf
|
install -D -m 0644 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/saslauthd.conf
|
||||||
install -D -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/saslauthd
|
install -D -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/saslauthd
|
||||||
|
install -d %{buildroot}%{_sysconfdir}/sasl2
|
||||||
# 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
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ %{buildroot} != / ] && rm -rf "%{buildroot}"
|
[ %{buildroot} != / ] && rm -rf "%{buildroot}"
|
||||||
@ -143,6 +134,7 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{_sysconfdir}/sasl2
|
||||||
%config(noreplace) %{_sysconfdir}/sysconfig/saslauthd
|
%config(noreplace) %{_sysconfdir}/sysconfig/saslauthd
|
||||||
%{_sbindir}/pluginviewer
|
%{_sbindir}/pluginviewer
|
||||||
%{_sbindir}/saslauthd
|
%{_sbindir}/saslauthd
|
||||||
@ -177,6 +169,10 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
|||||||
%doc ChangeLog NEWS README
|
%doc ChangeLog NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 06 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.26-2mamba
|
||||||
|
- fix sysconfig file
|
||||||
|
- add /etc/sasl2 empty config directory
|
||||||
|
|
||||||
* Thu Feb 05 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.26-1mamba
|
* Thu Feb 05 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.26-1mamba
|
||||||
- update to 2.1.26
|
- update to 2.1.26
|
||||||
- systemd support
|
- systemd support
|
||||||
|
Loading…
Reference in New Issue
Block a user