commit udhcp for openSUSE:Factory

2018-01-24 Thread root
Hello community,

here is the log from the commit of package udhcp for openSUSE:Factory checked 
in at 2018-01-24 15:31:01

Comparing /work/SRC/openSUSE:Factory/udhcp (Old)
 and  /work/SRC/openSUSE:Factory/.udhcp.new (New)


Package is "udhcp"

Wed Jan 24 15:31:01 2018 rev:17 rq:568529 version:0.9.8

Changes:

--- /work/SRC/openSUSE:Factory/udhcp/udhcp.changes  2016-01-23 
01:16:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.udhcp.new/udhcp.changes 2018-01-24 
15:31:04.784747632 +0100
@@ -1,0 +2,5 @@
+Sat Jan 20 22:15:08 UTC 2018 - sleep_wal...@opensuse.org
+
+- ifconfig_path.patch - adjust absolute path to ifconfig
+
+---

New:

  ifconfig_path.patch



Other differences:
--
++ udhcp.spec ++
--- /var/tmp/diff_new_pack.OnRXhH/_old  2018-01-24 15:31:05.780701052 +0100
+++ /var/tmp/diff_new_pack.OnRXhH/_new  2018-01-24 15:31:05.784700865 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package udhcp
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,6 +30,7 @@
 Patch3: %{name}-update-scripts.patch
 # PATCH-FIX-UPSTREAM: do not strip binaries (bnc#890844)
 Patch4: udhcp-do-not-strip.patch
+Patch5: ifconfig_path.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -43,6 +44,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 export CFLAGS="%{optflags} -fno-strict-aliasing"

++ ifconfig_path.patch ++
Index: udhcp-0.9.8/samples/sample.bound
===
--- udhcp-0.9.8.orig/samples/sample.bound
+++ udhcp-0.9.8/samples/sample.bound
@@ -6,7 +6,7 @@ RESOLV_CONF="/etc/resolv.conf"
 [ -n "$broadcast" ] && BROADCAST="broadcast $broadcast"
 [ -n "$subnet" ] && NETMASK="netmask $subnet"
 
-/sbin/ifconfig $interface $ip $BROADCAST $NETMASK
+/usr/bin/ifconfig $interface $ip $BROADCAST $NETMASK
 
 if [ -n "$router" ]
 then
Index: udhcp-0.9.8/samples/sample.deconfig
===
--- udhcp-0.9.8.orig/samples/sample.deconfig
+++ udhcp-0.9.8/samples/sample.deconfig
@@ -1,4 +1,4 @@
 #!/bin/sh
 # Sample udhcpc deconfig script
 
-/sbin/ifconfig $interface 0.0.0.0
+/usr/bin/ifconfig $interface 0.0.0.0
Index: udhcp-0.9.8/samples/sample.renew
===
--- udhcp-0.9.8.orig/samples/sample.renew
+++ udhcp-0.9.8/samples/sample.renew
@@ -6,7 +6,7 @@ RESOLV_CONF="/etc/udhcpc/resolv.conf"
 [ -n "$broadcast" ] && BROADCAST="broadcast $broadcast"
 [ -n "$subnet" ] && NETMASK="netmask $subnet"
 
-/sbin/ifconfig $interface $ip $BROADCAST $NETMASK
+/usr/bin/ifconfig $interface $ip $BROADCAST $NETMASK
 
 if [ -n "$router" ]
 then
Index: udhcp-0.9.8/samples/simple.script
===
--- udhcp-0.9.8.orig/samples/simple.script
+++ udhcp-0.9.8/samples/simple.script
@@ -10,11 +10,11 @@ RESOLV_CONF="/etc/resolv.conf"
 
 case "$1" in
deconfig)
-   /sbin/ifconfig $interface 0.0.0.0
+   /usr/bin/ifconfig $interface 0.0.0.0
;;
 
renew|bound)
-   /sbin/ifconfig $interface $ip $BROADCAST $NETMASK
+   /usr/bin/ifconfig $interface $ip $BROADCAST $NETMASK
 
if [ -n "$router" ] ; then
echo "deleting routers"



commit udhcp for openSUSE:Factory

2016-01-22 Thread h_root
Hello community,

here is the log from the commit of package udhcp for openSUSE:Factory checked 
in at 2016-01-23 01:16:41

Comparing /work/SRC/openSUSE:Factory/udhcp (Old)
 and  /work/SRC/openSUSE:Factory/.udhcp.new (New)


Package is "udhcp"

Changes:

--- /work/SRC/openSUSE:Factory/udhcp/udhcp.changes  2014-11-26 
10:34:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.udhcp.new/udhcp.changes 2016-01-23 
01:16:46.0 +0100
@@ -2 +2,9 @@
-Wed Nov 19 00:46:00 UTC 2014 - Led 
+Thu Jan 21 09:23:11 UTC 2016 - tchva...@suse.com
+
+- Cleanup a bit with spec-cleaner
+- Obey rpmoptflags
+- Build debug packages bnc#890844
+  * udhcp-do-not-strip.patch
+
+---
+Wed Nov 19 00:46:00 UTC 2014 led...@gmail.com

New:

  udhcp-do-not-strip.patch



Other differences:
--
++ udhcp.spec ++
--- /var/tmp/diff_new_pack.0fKIUz/_old  2016-01-23 01:16:47.0 +0100
+++ /var/tmp/diff_new_pack.0fKIUz/_new  2016-01-23 01:16:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package udhcp
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,46 +17,39 @@
 
 
 Name:   udhcp
+Version:0.9.8
+Release:0
 Summary:Micro DHCP client / server
 License:GPL-2.0
 Group:  System/Emulators/PC
-Version:0.9.8
-Release:0
 Url:http://udhcp.busybox.net
 Source0:%{name}-%{version}.tar.gz
 Patch0: oracle-rpmbuild-makefile-changes.patch
 Patch1: %{name}_usermac.patch
 Patch2: %{name}-outputpy.patch
 Patch3: %{name}-update-scripts.patch
+# PATCH-FIX-UPSTREAM: do not strip binaries (bnc#890844)
+Patch4: udhcp-do-not-strip.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-#BuildRequires: 
-#Requires: 
-#ExclusiveArch: i386 i686 x86_64
 
 %description
 Udhcp is a small dhcp client / server mainly used to support Xen
 para-virtualized PXE booting.
 
-
-
-Authors:
-
-Russ Dill 
-Matthew Ramsay  
-Chris Trew 
-
 %prep 
 %setup -q
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
-%{__make}
+export CFLAGS="%{optflags} -fno-strict-aliasing"
+make %{?_smp_mflags}
 
 %install
-%{make_install} SBINDIR=%{buildroot}/%{_sbindir}
+%make_install SBINDIR=%{buildroot}/%{_sbindir}
 pushd %{buildroot}/%{_mandir}
 find . -type f -exec chmod -x {} \;
 popd
@@ -65,9 +58,6 @@
 ln -s %{_sbindir}/udhcpc %{buildroot}/sbin
 #EndUsrMerge
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 #UsrMerge
@@ -75,7 +65,7 @@
 #EndUsrMerge
 %{_bindir}/*
 %{_sbindir}/*
-%doc %{_mandir}/man?/*
+%{_mandir}/man?/*
 %dir %{_datadir}/udhcpc
 %{_datadir}/udhcpc/*
 

++ udhcp-do-not-strip.patch ++
Index: udhcp-0.9.8/Makefile
===
--- udhcp-0.9.8.orig/Makefile
+++ udhcp-0.9.8/Makefile
@@ -59,7 +59,7 @@ CFLAGS += -g -DDEBUG
 STRIP=true
 else
 CFLAGS += -Os -fomit-frame-pointer
-STRIP=$(CROSS_COMPILE)strip
+STRIP=true
 endif
 
 all: $(EXEC1) $(EXEC2) $(EXEC3)



commit udhcp for openSUSE:Factory

2014-11-26 Thread h_root
Hello community,

here is the log from the commit of package udhcp for openSUSE:Factory checked 
in at 2014-11-26 10:34:10

Comparing /work/SRC/openSUSE:Factory/udhcp (Old)
 and  /work/SRC/openSUSE:Factory/.udhcp.new (New)


Package is udhcp

Changes:

--- /work/SRC/openSUSE:Factory/udhcp/udhcp.changes  2012-05-08 
11:15:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.udhcp.new/udhcp.changes 2014-11-26 
10:34:17.0 +0100
@@ -1,0 +2,7 @@
+Wed Nov 19 00:46:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashism in outputpy.udhcp.sh script
+- update patches:
+  * udhcp-outputpy.patch
+
+---



Other differences:
--
++ udhcp.spec ++
--- /var/tmp/diff_new_pack.bKdnCu/_old  2014-11-26 10:34:18.0 +0100
+++ /var/tmp/diff_new_pack.bKdnCu/_new  2014-11-26 10:34:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package udhcp
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++ udhcp-outputpy.patch ++
--- /var/tmp/diff_new_pack.bKdnCu/_old  2014-11-26 10:34:18.0 +0100
+++ /var/tmp/diff_new_pack.bKdnCu/_new  2014-11-26 10:34:18.0 +0100
@@ -13,7 +13,7 @@
 +# Author: Stephen Childs chil...@cs.tcd.ie
 +
 +# we only need to process bound events
-+if [ $1 == bound ]; then
++if [ $1 = bound ]; then
 +echo ip=$ip
 +echo siaddr=$siaddr
 +echo sname=$sname

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit udhcp for openSUSE:Factory

2012-05-08 Thread h_root
Hello community,

here is the log from the commit of package udhcp for openSUSE:Factory checked 
in at 2012-05-08 11:15:49

Comparing /work/SRC/openSUSE:Factory/udhcp (Old)
 and  /work/SRC/openSUSE:Factory/.udhcp.new (New)


Package is udhcp, Maintainer is wk...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/udhcp/udhcp.changes  2011-09-23 
12:49:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.udhcp.new/udhcp.changes 2012-05-08 
11:15:54.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr 26 22:11:26 UTC 2012 - rschweik...@suse.com
+
+- place binary in /usr tree (UsrMerge project)
+
+---



Other differences:
--
++ udhcp.spec ++
--- /var/tmp/diff_new_pack.PaMK7B/_old  2012-05-08 11:15:56.0 +0200
+++ /var/tmp/diff_new_pack.PaMK7B/_new  2012-05-08 11:15:56.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package udhcp (Version 0.9.8)
+# spec file for package udhcp
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   udhcp
 Summary:Micro DHCP client / server
-Version:0.9.8
-Release:3
 License:GPL-2.0
 Group:  System/Emulators/PC
+Version:0.9.8
+Release:0
 Url:http://udhcp.busybox.net
 Source0:%{name}-%{version}.tar.gz
 Patch0: oracle-rpmbuild-makefile-changes.patch
@@ -58,17 +56,23 @@
 %{__make}
 
 %install
-%{__make} DESTDIR=%{buildroot} install
+%{make_install} SBINDIR=%{buildroot}/%{_sbindir}
 pushd %{buildroot}/%{_mandir}
 find . -type f -exec chmod -x {} \;
 popd
+#UsrMerge
+mkdir %{buildroot}/sbin
+ln -s %{_sbindir}/udhcpc %{buildroot}/sbin
+#EndUsrMerge
 
 %clean
 %{__rm} -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)
+#UsrMerge
 /sbin/*
+#EndUsrMerge
 %{_bindir}/*
 %{_sbindir}/*
 %doc %{_mandir}/man?/*

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit udhcp for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package udhcp for openSUSE:Factory checked 
in at 2011-12-06 19:10:00

Comparing /work/SRC/openSUSE:Factory/udhcp (Old)
 and  /work/SRC/openSUSE:Factory/.udhcp.new (New)


Package is udhcp, Maintainer is wk...@novell.com

Changes:




Other differences:
--
++ udhcp.spec ++
--- /var/tmp/diff_new_pack.cuqqkw/_old  2011-12-06 19:44:24.0 +0100
+++ /var/tmp/diff_new_pack.cuqqkw/_new  2011-12-06 19:44:24.0 +0100
@@ -22,7 +22,7 @@
 Summary:Micro DHCP client / server
 Version:0.9.8
 Release:3
-License:GPLv2
+License:GPL-2.0
 Group:  System/Emulators/PC
 Url:http://udhcp.busybox.net
 Source0:%{name}-%{version}.tar.gz

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org