From 85b19be8f196098459e8902ecda85cb709c60164 Mon Sep 17 00:00:00 2001 From: eaglegai Date: Mon, 28 Aug 2023 14:08:23 +0800 Subject: [PATCH] strip for smtp qmgr --- postfix.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/postfix.spec b/postfix.spec index 35e0565..7d22753 100644 --- a/postfix.spec +++ b/postfix.spec @@ -23,7 +23,7 @@ Name: postfix Summary: Postfix Mail Transport Agent Version: 3.8.1 -Release: 1 +Release: 2 Epoch: 2 URL: http://www.postfix.org License: (IPL-1.0 and GPLv2+) or (EPL-2.0 and GPLv2+) @@ -312,6 +312,9 @@ chrpath -d %{buildroot}%{_sbindir}/postconf chrpath -d %{buildroot}%{_sbindir}/postsuper chrpath -d %{buildroot}%{_sbindir}/postmulti +strip -s %{buildroot}%{_libexecdir}/postfix/qmgr +strip -s %{buildroot}%{_libexecdir}/postfix/smtp + mkdir -p %{buildroot}/etc/ld.so.conf.d echo "%{_libdir}/postfix" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf @@ -556,6 +559,12 @@ fi %{postfix_doc_dir}/README_FILES/* %changelog +* Mon Aug 28 2023 gaihuiying - 2:3.8.1-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:strip for smtp qmgr + * Tue Jul 25 2023 gaihuiying - 2:3.8.1-1 - Type:requirements - ID:NA