Removed --enable-yppasswd from configure, as this option is ignored.

This commit is contained in:
Karel Klíč 2010-01-05 11:00:17 +00:00
parent 5afd4f2953
commit 59c87bbc0a
1 changed files with 6 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Summary: The NIS (Network Information Service) server
Url: http://www.linux-nis.org/nis/ypserv/index.html
Name: ypserv
Version: 2.19
Release: 13%{?dist}
Release: 14%{?dist}
License: GPLv2
Group: System Environment/Daemons
Source0: ftp://ftp.kernel.org/pub/linux/utils/net/NIS/ypserv-%{version}.tar.bz2
@ -67,7 +67,7 @@ export CFLAGS="$RPM_OPT_FLAGS -fPIC"
%else
export CFLAGS="$RPM_OPT_FLAGS -fpic"
%endif
%configure --enable-checkroot --enable-fqdn --enable-yppasswd --libexecdir=%{_libdir}/yp
%configure --enable-checkroot --enable-fqdn --libexecdir=%{_libdir}/yp
make
%install
@ -144,6 +144,10 @@ exit 0
%{_includedir}/*/*
%changelog
* Tue Jan 5 2009 Karel Klic <kklic@redhat.com> - 2.19-14
- Removed --enable-yppasswd from configure, as this option is
ignored.
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.19-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild