rpms/dhcpv6/devel dhcpv6.spec,1.27,1.28

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed May 17 12:05:40 UTC 2006


Author: karsten

Update of /cvs/dist/rpms/dhcpv6/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv23570

Modified Files:
	dhcpv6.spec 
Log Message:
- change buildrequires from openssl top openssl-devel so that
  the configure checks actually work:
  checking for MD5_Init in -lcrypto... no
  checking for MD5_Init in -lssl... no
rpmdiff dhcpv6-0.10-18.x86_64.rpm
removed    REQUIRES libcrypto.so.6()(64bit) 



Index: dhcpv6.spec
===================================================================
RCS file: /cvs/dist/rpms/dhcpv6/devel/dhcpv6.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- dhcpv6.spec	15 May 2006 14:57:48 -0000	1.27
+++ dhcpv6.spec	17 May 2006 12:05:23 -0000	1.28
@@ -1,7 +1,7 @@
 Summary: DHCPv6 - DHCP server and client for IPv6
 Name:    dhcpv6
 Version: 0.10
-Release: 20
+Release: 21
 License: GPL 
 Group:   System Environment/Daemons
 URL:     http://dhcpv6.sourceforge.net/
@@ -30,7 +30,7 @@
 Patch17: dhcpv6-0.10-htonl.patch
 Patch18: dhcpv6-0.10-libdhcp6client-Makefile.patch
 Prereq: /sbin/chkconfig, /sbin/service
-BuildRequires: flex, bison, openssl
+BuildRequires: flex, bison, openssl-devel
 
 %{?!NODEBUGINFO: %define NODEBUGINFO 0}
 %if %{NODEBUGINFO}
@@ -180,6 +180,10 @@
 /usr/lib/pkgconfig/libdhcp6client.pc
 
 %changelog
+* Wed May 17 2006 Karsten Hopp <karsten at redhat.de> 0.10-21
+- change buildrequires from openssl top openssl-devel so that
+  the configure checks actually work
+
 * Sun May 14 2006 Jason Vas Dias <jvdias at redhat.com> - 0.10-20
 - Produce the libdhcp6client library for invoking dhcp6c from
   within other programs.




More information about the fedora-cvs-commits mailing list