From 0acc1be32a5be569929783df7e8bbb9ebb6754b4 Mon Sep 17 00:00:00 2001 From: xinghe Date: Sat, 5 Nov 2022 05:49:57 +0000 Subject: [PATCH] fix build failed --- maildrop.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/maildrop.spec b/maildrop.spec index 76c3632..e5ffe23 100644 --- a/maildrop.spec +++ b/maildrop.spec @@ -3,7 +3,7 @@ Summary: Mail delivery agent with filtering abilities Name: maildrop Version: 3.0.8 -Release: 1 +Release: 2 License: GPLv2 with exceptions URL: http://www.courier-mta.org/maildrop/ Source0: https://downloads.sourceforge.net/project/courier/%{name}/%{version}/%{name}-%{version}.tar.bz2 @@ -44,7 +44,7 @@ gpg --import %{SOURCE2} gpg --verify %{SOURCE1} %{SOURCE0} %build -autoreconf +autoreconf -fi %configure --disable-shared \ --enable-use-flock=1 --with-locking-method=fcntl \ --enable-use-dotlock=1 \ @@ -79,6 +79,12 @@ cp -pr README README.postfix ChangeLog UPGRADE %{buildroot}%{_defaultdocdir}/%{n %{_mandir}/man8/*.8* %changelog +* Sat Nov 05 2022 xinghe - 3.0.8-2 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC: fix build failed + * Fri Oct 21 2022 xinghe - 3.0.8-1 - Type:enhancement - ID:NA