Hello community, here is the log from the commit of package dhcp checked in at Fri Mar 31 15:29:42 CEST 2006. -------- --- dhcp/dhcp.changes 2006-01-27 01:11:32.000000000 +0100 +++ dhcp/dhcp.changes 2006-03-29 15:48:09.000000000 +0200 @@ -1,0 +2,11 @@ +Wed Mar 29 15:47:38 CEST 2006 - poeml@suse.de + +- fix two further include paths in dhcpctl.3 and omapi.3 + +------------------------------------------------------------------- +Wed Mar 29 12:50:24 CEST 2006 - poeml@suse.de + +- package the static libdst.a library [#158271] +- fix the include path in dhcpctl.3 and omapi.3 [#158271] + +------------------------------------------------------------------- New: ---- dhcp-3.0.3-man.dif ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dhcp.spec ++++++ --- /var/tmp/diff_new_pack.QytYgq/_old 2006-03-31 15:29:12.000000000 +0200 +++ /var/tmp/diff_new_pack.QytYgq/_new 2006-03-31 15:29:12.000000000 +0200 @@ -5,7 +5,7 @@ # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://bugs.opensuse.org +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild @@ -16,7 +16,7 @@ Group: Productivity/Networking/Boot/Servers Autoreqprov: on Version: 3.0.3 -Release: 8 +Release: 15 Summary: Common Files Used by ISC DHCP Software URL: http://www.isc.org/isc/dhcp.html Source: dhcp-%{version}.tar.bz2 @@ -52,8 +52,10 @@ Patch32: dhclient.c.dif ## duplicate stdin, stdout and stderr for dhclient childs Patch40: dhcp-3.0rc10.filedes.dif +## other stuff Patch41: makefile.diff Patch51: dhcp-3.0.1rc14-tmpfile.dif +Patch52: dhcp-3.0.3-man.dif ## LDAP support for DHCP server ## patch lives here: http://home.ntelos.net/~masneyb/ %define DHCPD_LDAP 1 @@ -188,6 +190,7 @@ %patch40 %patch41 %patch51 -p1 +%patch52 -p1 %if %DHCPD_LDAP %patch60 -p1 %endif @@ -240,6 +243,7 @@ rm -rf $RPM_BUILD_ROOT MANDIR=%{_mandir} DESTDIR=$RPM_BUILD_ROOT LIBDIR=%{_libdir} make install install -m 744 work.linux-2.2/omapip/svtest $RPM_BUILD_ROOT/usr/sbin/svtest +install -m 644 work.linux-2.2/dst/libdst.a $RPM_BUILD_ROOT/%{_libdir} # install the saved bsd flavor binary install -m 755 work.linux-2.2/server/dhcpd.bsd $RPM_BUILD_ROOT/usr/sbin/dhcpd.bsd mkdir -p $RPM_BUILD_ROOT/etc/init.d @@ -481,6 +485,11 @@ %doc %{_mandir}/man3/dhcpctl.3.gz %changelog -n dhcp +* Wed Mar 29 2006 - poeml@suse.de +- fix two further include paths in dhcpctl.3 and omapi.3 +* Wed Mar 29 2006 - poeml@suse.de +- package the static libdst.a library [#158271] +- fix the include path in dhcpctl.3 and omapi.3 [#158271] * Fri Jan 27 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Wed Jan 25 2006 - poeml@suse.de ++++++ dhcp-3.0.3-man.dif ++++++ diff -uNr dhcp-3.0.3.orig/dhcpctl/dhcpctl.3 dhcp-3.0.3/dhcpctl/dhcpctl.3 --- dhcp-3.0.3.orig/dhcpctl/dhcpctl.3 2004-09-24 23:08:38.000000000 +0200 +++ dhcp-3.0.3/dhcpctl/dhcpctl.3 2006-03-29 15:46:13.281689267 +0200 @@ -425,8 +425,8 @@ #include <stdio.h> #include <netinet/in.h> -#include <isc/result.h> -#include <dhcpctl/dhcpctl.h> +#include <isc-dhcp/result.h> +#include <dhcpctl.h> int main (int argc, char **argv) { dhcpctl_data_string ipaddrstring = NULL; diff -uNr dhcp-3.0.3.orig/omapip/omapi.3 dhcp-3.0.3/omapip/omapi.3 --- dhcp-3.0.3.orig/omapip/omapi.3 2004-09-24 23:08:38.000000000 +0200 +++ dhcp-3.0.3/omapip/omapi.3 2006-03-29 15:46:57.128056679 +0200 @@ -87,8 +87,8 @@ #include <stdio.h> #include <netinet/in.h> - #include <isc/result.h> - #include <dhcpctl/dhcpctl.h> + #include <isc-dhcp/result.h> + #include <dhcpctl.h> int main (int argc, char **argv) { dhcpctl_data_string ipaddrstring = NULL; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de