rebuilt with --with-mail-gid=nobody [release 2.1.18_1-3mamba;Sat Jul 19 2014]
This commit is contained in:
parent
961f945201
commit
bf0f40c9b0
11
mailman.spec
11
mailman.spec
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: mailman
|
Name: mailman
|
||||||
Version: 2.1.18_1
|
Version: 2.1.18_1
|
||||||
Release: 1mamba
|
Release: 3mamba
|
||||||
Summary: Free software for managing electronic mail discussion and e-newsletter lists
|
Summary: Free software for managing electronic mail discussion and e-newsletter lists
|
||||||
Group: System/Servers
|
Group: System/Servers
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -68,9 +68,9 @@ sed -i "s|/usr/bin/env|/bin/env|" bin/msgfmt.py tests/onebounce.py
|
|||||||
--with-permcheck=no \
|
--with-permcheck=no \
|
||||||
--with-var-prefix=/var/mailman \
|
--with-var-prefix=/var/mailman \
|
||||||
--with-cgi-gid=nobody \
|
--with-cgi-gid=nobody \
|
||||||
|
--with-mail-gid=nobody \
|
||||||
--with-mailhost=localhost \
|
--with-mailhost=localhost \
|
||||||
--with-urlhost=localhost \
|
--with-urlhost=localhost \
|
||||||
--with-mail-gid=mailman \
|
|
||||||
--with-mail-uid=mailman \
|
--with-mail-uid=mailman \
|
||||||
--with-python=%{_bindir}/python \
|
--with-python=%{_bindir}/python \
|
||||||
PYTHON=%{__python}
|
PYTHON=%{__python}
|
||||||
@ -194,6 +194,7 @@ exit 0
|
|||||||
%dir %attr(2775,root,mailman) /var/mailman/data
|
%dir %attr(2775,root,mailman) /var/mailman/data
|
||||||
%attr(2775,root,mailman) /var/mailman/data/sitelist.cfg
|
%attr(2775,root,mailman) /var/mailman/data/sitelist.cfg
|
||||||
%dir %attr(2775,root,mailman) /var/mailman/lists
|
%dir %attr(2775,root,mailman) /var/mailman/lists
|
||||||
|
%dir %attr(2775,root,mailman) /var/mailman/locks
|
||||||
%dir %attr(2775,root,mailman) /var/mailman/logs
|
%dir %attr(2775,root,mailman) /var/mailman/logs
|
||||||
%dir %attr(2775,root,mailman) /var/mailman/qfiles
|
%dir %attr(2775,root,mailman) /var/mailman/qfiles
|
||||||
%dir %attr(2775,root,mailman) /var/mailman/spam
|
%dir %attr(2775,root,mailman) /var/mailman/spam
|
||||||
@ -202,6 +203,12 @@ exit 0
|
|||||||
#%doc README ACKNOWLEDGMENTS FAQ BUGS README.* TODO UPGRADING NEWS
|
#%doc README ACKNOWLEDGMENTS FAQ BUGS README.* TODO UPGRADING NEWS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 19 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.18_1-3mamba
|
||||||
|
- rebuilt with --with-mail-gid=nobody
|
||||||
|
|
||||||
|
* Fri Jul 18 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.18_1-2mamba
|
||||||
|
- provide required directory /var/mailman/locks
|
||||||
|
|
||||||
* Tue Jun 17 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.18_1-1mamba
|
* Tue Jun 17 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.18_1-1mamba
|
||||||
- update to 2.1.18_1
|
- update to 2.1.18_1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user