]> git.pld-linux.org Git - packages/mailman.git/commitdiff
- rel 6 auto/th/mailman-2_1_9-6
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 27 Nov 2007 15:49:41 +0000 (15:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- moved sendmail crap to sendmail package

Changed files:
    mailman.spec -> 1.138

mailman.spec

index b4536562590f078e85b8a65d4c73c59bd25de6ce..6194c13c43d5f752142b885f14e77b826c585308 100644 (file)
@@ -6,7 +6,7 @@ Summary(pl.UTF-8):      System Zarządzania Listami Pocztowymi GNU
 Summary(pt_BR.UTF-8):  O Sistema de Manutenção de listas da GNU
 Name:          mailman
 Version:       2.1.9
-Release:       5
+Release:       6
 Epoch:         5
 License:       GPL v2+
 Group:         Applications/System
@@ -139,6 +139,15 @@ maior parte em Python. Características:
 - Informa a partir de qual máquina você se inscreveu, caso esteja no
   domínio correto.
 
+%package sendmail
+Summary:       Sendmail support for mailman
+Group:         Applications/System
+Requires:      %{name} = %{epoch}:%{version}-%{release}
+
+%description sendmail
+This package provides wrapper in /etc/smrsh that allows sendmail
+to run mailman.
+
 %prep
 %setup -q
 #patch0 -p1
@@ -385,7 +394,6 @@ rm -f /etc/httpd/httpd.conf/90_%{name}.conf
 %ghost %attr(660,root,mailman) %{_sysconfdir}/aliases.db
 %ghost %attr(640,root,mailman) %{_sysconfdir}/adm.pw
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
-/etc/smrsh/%{name}
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/%{name}
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/%{name}
 
@@ -438,3 +446,7 @@ rm -f /etc/httpd/httpd.conf/90_%{name}.conf
 %dir %{_logdir}
 %dir %{_logarchdir}
 %dir %{_piddir}
+
+%files sendmail
+%defattr(644,root,root,755)
+/etc/smrsh/%{name}
This page took 0.03097 seconds and 4 git commands to generate.