]> git.pld-linux.org Git - packages/sendmail.git/blobdiff - sendmail.spec
- removed all Group fields translations (oure rpm now can handle translating
[packages/sendmail.git] / sendmail.spec
index 6af811f2c4d6fdc3c00923397faf1f7a06d878fd..f47713d9136bc3d34825cb1b83342cf7051ccf98 100644 (file)
@@ -10,11 +10,9 @@ Summary(pl): Sendmail - serwer poczty elektronicznej
 Summary(tr):   Elektronik posta hizmetleri sunucusu
 Name:          sendmail
 Version:       8.12.1
-Release:       3
+Release:       5
 License:       BSD
 Group:         Networking/Daemons
-Group(de):     Netzwerkwesen/Server
-Group(pl):     Sieciowe/Serwery
 Source0:       ftp://ftp.sendmail.org/pub/sendmail/%{name}.%{version}.tar.gz
 Source1:       %{name}.init
 Source2:       http://www.informatik.uni-kiel.de/~ca/email/rules/check.tar
@@ -40,15 +38,16 @@ BuildRequires:      db3-devel
 %{!?_without_ldap:BuildRequires:       openldap-devel}
 %{!?_without_tls:BuildRequires:        openssl-devel}
 Requires:      m4
+Requires:      procmail
 PreReq:                /sbin/chkconfig
-PreReq:                /usr/sbin/groupadd
-PreReq:                /usr/sbin/useradd
-PreReq:                /usr/sbin/groupdel
-PreReq:                /usr/sbin/userdel
-Requires(pre): /usr/bin/getgid
 Requires(pre): /bin/id
+Requires(pre): /usr/bin/getgid
+Requires(pre): /usr/sbin/groupadd
+Requires(pre): /usr/sbin/useradd
 Requires(post):        awk
 Requires(post):        textutils
+Requires(postun):      /usr/sbin/groupdel
+Requires(postun):      /usr/sbin/userdel
 Provides:      smtpdaemon
 Obsoletes:     smtpdaemon
 Obsoletes:     exim
@@ -338,16 +337,15 @@ fi
 %dir /etc/smrsh
 %dir %{_sysconfdir}
 /var/log/statistics
-# XXX can't do noreplace here or new sendmail will not deliver.
 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/sendmail.cf
 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/sendmail.mc
 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/submit.cf
 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/submit.mc
 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/local-host-names
 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/aliases
-%attr(0644,root,mail) %ghost %{_sysconfdir}/aliases.db
+%ghost %{_sysconfdir}/aliases.db
 %attr(0770,root,smmsp) %dir /var/spool/clientmqueue
-%attr(0770,root,mail) %dir /var/spool/mqueue
+%attr(0750,root,mail) %dir /var/spool/mqueue
 
 %config %{_sysconfdir}/Makefile
 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/access
This page took 0.031013 seconds and 4 git commands to generate.