From 756cfdd7e1658d30f6419fa038156dbe0abbf3a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Hor=C3=A1k?= Date: Mon, 18 Nov 2013 15:10:17 +0100 Subject: [PATCH] Replace autoreconf with autoconf --- ypbind.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ypbind.spec b/ypbind.spec index 24e53c6..8c607da 100644 --- a/ypbind.spec +++ b/ypbind.spec @@ -2,7 +2,7 @@ Summary: The NIS daemon which binds NIS clients to an NIS domain Name: ypbind Epoch: 3 Version: 1.37.1 -Release: 8%{?dist} +Release: 9%{?dist} License: GPLv2 Group: System Environment/Daemons Source0: http://www.linux-nis.org/download/ypbind-mt/ypbind-mt-%{version}.tar.bz2 @@ -49,7 +49,7 @@ also need to install the ypserv package to a machine on your network. %patch1 -p1 -b .gettextdomain %patch2 -p1 -b .helpman -autoreconf +autoconf %build %ifarch s390 s390x @@ -96,6 +96,9 @@ install -m 755 %{SOURCE5} $RPM_BUILD_ROOT%{_libexecdir}/ypbind-post-waitbind %doc README NEWS COPYING %changelog +* Mon Nov 18 2013 Honza Horak - 3:1.37.1-9 +- Replace autoreconf with autoconf + * Mon Nov 18 2013 Honza Horak - 3:1.37.1-8 - DHCP changes documented Related: #1031093