Hello community,

here is the log from the commit of package dhcp for openSUSE:Factory checked in 
at 2013-04-14 10:13:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dhcp (Old)
 and      /work/SRC/openSUSE:Factory/.dhcp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dhcp", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/dhcp/dhcp.changes        2013-04-01 
11:30:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dhcp.new/dhcp.changes   2013-04-14 
10:13:41.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Apr  2 09:16:44 UTC 2013 - [email protected]
+
+- Install missed bind include files and libraries in dhcp-devel;
+  conflicts to bind-devel providing different versions (bnc#805162).
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dhcp.spec ++++++
--- /var/tmp/diff_new_pack.RTpLdy/_old  2013-04-14 10:13:44.000000000 +0200
+++ /var/tmp/diff_new_pack.RTpLdy/_new  2013-04-14 10:13:44.000000000 +0200
@@ -127,6 +127,7 @@
 Summary:        Header Files and Libraries for dhcpctl API
 Group:          Development/Libraries/C and C++
 Requires:       dhcp = %{version}
+Conflicts:      bind-devel
 
 %if %{with_doc_package}
 
@@ -395,6 +396,17 @@
 rm -f             doc/{References.xml,Makefile*}
 rm -f             contrib/dhcp.spec
 rm -f             $RPM_BUILD_ROOT/etc/{dhcpd,dhclient}.conf.example
+# install bind libs+includes needed for dhcp-devel
+pushd bind
+install -d -m0755 $RPM_BUILD_ROOT%_includedir/
+for i in include/* ; do
+       cp -r $i $RPM_BUILD_ROOT%_includedir/
+done
+install -d -m0755 $RPM_BUILD_ROOT%_libdir/
+for l in lib/lib*.a ; do
+       install -m0644 $l $RPM_BUILD_ROOT%_libdir/
+done
+popd
 
 %pre server
 /usr/sbin/useradd -r -g nogroup -s /bin/false -c "DHCP server daemon" -d 
/var/lib/dhcp dhcpd 2> /dev/null ||:




-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to