summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacek Konieczny2004-01-07 17:47:54 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit7ffb4b694e30a125992db8c582d1f6cba99942db (patch)
tree48480bd6df1facc6af6f8fbeaff79266946c9d2f
parent9e602738f8417d924b2c5fdc0c622a979a4ac7f9 (diff)
downloadpostfix-7ffb4b694e30a125992db8c582d1f6cba99942db.zip
postfix-7ffb4b694e30a125992db8c582d1f6cba99942db.tar.gz
- Release: 3
- fix daemon_directory in main.cf (it differs from standard on AMD64) - compiler warnigs caused by -ipv6.patch killed. This broken code caused crash on AMD64 (there still is more of such broken code in other parts of postfix) Changed files: postfix.spec -> 1.189
Notes
Notes: - Release: 3 - fix daemon_directory in main.cf (it differs from standard on AMD64) - compiler warnigs caused by -ipv6.patch killed. This broken code caused crash on AMD64 (there still is more of such broken code in other parts of postfix)
-rw-r--r--postfix.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/postfix.spec b/postfix.spec
index d2d270d..4af5d35 100644
--- a/postfix.spec
+++ b/postfix.spec
@@ -1,5 +1,9 @@
#
# TODO:
+# - kill all "implicit declaration of function" and "assignment
+# makes pointer from integer without a cast" warnings
+# (code causing such warnings may be fatal on some
+# architectures)
# - fix ipv6 patch against IPv4 RBLs
# - 0.0.0.0/0 is still being added to mynetworks if any ipv6/ip
# tunnels are present
@@ -25,7 +29,7 @@ Summary(pt_BR): Postfix - Um MTA (Mail Transport Agent) de alto desempenho
Summary(sk): Agent prenosu pošty Postfix
Name: postfix
Version: 2.0.16
-Release: 2
+Release: 3
Epoch: 2
Group: Networking/Daemons
License: distributable
@@ -247,6 +251,8 @@ install -d sample-conf; mv -f conf/sample* sample-conf || :
install bin/* $RPM_BUILD_ROOT%{_sbindir}
install libexec/* $RPM_BUILD_ROOT%{_libdir}/postfix
install conf/* $RPM_BUILD_ROOT%{_sysconfdir}/mail
+sed -e's,^daemon_directory = .*,daemon_directory = %{_libdir}/postfix,' \
+ conf/main.cf > $RPM_BUILD_ROOT%{_sysconfdir}/mail/main.cf
for f in dns global master util ; do
install lib/lib${f}.a $RPM_BUILD_ROOT%{_libdir}/libpostfix-${f}.so.1