rpms/ypserv/devel ypserv.spec,1.44,1.45

Karel Klíč kklic at fedoraproject.org
Tue Jan 5 11:00:18 UTC 2010


Author: kklic

Update of /cvs/extras/rpms/ypserv/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24579

Modified Files:
	ypserv.spec 
Log Message:
Removed --enable-yppasswd from configure, as this option is ignored.


Index: ypserv.spec
===================================================================
RCS file: /cvs/extras/rpms/ypserv/devel/ypserv.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -p -r1.44 -r1.45
--- ypserv.spec	27 Jul 2009 08:55:58 -0000	1.44
+++ ypserv.spec	5 Jan 2010 11:00:17 -0000	1.45
@@ -4,7 +4,7 @@ Summary: The NIS (Network Information Se
 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 at redhat.com> - 2.19-14
+- Removed --enable-yppasswd from configure, as this option is
+  ignored. 
+
 * Mon Jul 27 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.19-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list