Mailinglist Archive: opensuse-commit (1318 mails)
| < Previous | Next > |
commit netboot
- From: root@xxxxxxx (h_root)
- Date: Sun, 6 Aug 2006 21:56:22 +0200 (CEST)
- Message-id: <20060806195622.74A7A9510F@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package netboot
checked in at Sun Aug 6 21:56:22 CEST 2006.
--------
--- arch/i386/netboot/netboot.changes 2006-01-25 21:44:33.000000000 +0100
+++ netboot/netboot.changes 2006-08-04 13:37:22.000000000 +0200
@@ -1,0 +2,10 @@
+Fri Aug 4 13:34:12 CEST 2006 - mrueckert@xxxxxxx
+
+- update to version 0.10.1:
+ * many small bug fixes
+- added netboot-0.10.1_nostrip.patch:
+ dont strip the binaries.
+- removed netboot-0.10_asm_flags.patch:
+ fixed upstream
+
+-------------------------------------------------------------------
Old:
----
netboot-0.10.tar.bz2
netboot-0.10_asm_flags.patch
New:
----
netboot-0.10.1.tar.bz2
netboot-0.10.1_nostrip.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ netboot.spec ++++++
--- /var/tmp/diff_new_pack.B6XBnP/_old 2006-08-06 21:56:12.000000000 +0200
+++ /var/tmp/diff_new_pack.B6XBnP/_new 2006-08-06 21:56:12.000000000 +0200
@@ -1,11 +1,11 @@
#
-# spec file for package netboot (Version 0.10)
+# spec file for package netboot (Version 0.10.1)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# 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
@@ -15,57 +15,42 @@
Group: Productivity/Networking/Boot/Clients
URL: http://netboot.sourceforge.net/
Autoreqprov: on
-Version: 0.10
-Release: 2
-Summary: Boot a diskless PC using a TCP/IP based ethernet network
+Version: 0.10.1
+Release: 1
+Summary: Boot a Diskless PC Using a TCP/IP Based Ethernet Network
Source: http://www.han.de:80/~gero/netboot/files/netboot-%{version}.tar.bz2
Patch: netboot-0.10_destdir.patch
Patch1: netboot-0.10_cflags.patch
-Patch2: netboot-0.10_asm_flags.patch
+Patch2: netboot-0.10.1_nostrip.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Features:
-- Booting a diskless client either from an EPROM
+- Booting a diskless client either from an EPROM or from a floppy
+ without additional utility tools
-or from a floppy without additional utility tools
-
-- The Bootrom code can use many standard DOS packet
-
-drivers and therefore supports almost any PC
-
-network card.
+- The Bootrom code can use many standard DOS packet drivers and
+ therefore supports almost any PC network card
- Easy configuration of the bootrom under UNIX
-- The bootrom can load a BOOTP vendor extension
-
-file in order to support more space for tags
-
-according to RFC 1533
-
-- Using the bootrom menu support it's possible to
+- The bootrom can load a BOOTP vendor extension file to support more
+ space for tags according to RFC 1533
-optionally boot different operating systems.
+- Using the bootrom menu support, it is possible to optionally boot
+ different operating systems
-- Even if there is a hard disk installed in the
-
-client computer, he bootrom can be used as a
-
-boot manager, since it also allows booting from
-
-any partition.
+- Even if there is a hard disk installed in the client computer,
+ bootrom can be used as a boot manager, because it also allows
+ booting from any partition
- Cross-gateway booting
-- Bootrom runs on any 80x86 processor but is
+- Bootrom runs on any 80x86 processor but is optimized for the 386+
-optimized for the 386+.
-
-- Able to boot different operating systems. Linux
-
-and MS-DOS (and clones) are currently supported.
+- Able to boot different operating systems--Linux and MS-DOS (and
+clones) are currently supported
@@ -85,7 +70,6 @@
%{__make}
%install
-
%makeinstall
%clean
@@ -115,6 +99,13 @@
%{_datadir}/%{name}
%changelog -n netboot
+* Fri Aug 04 2006 - mrueckert@xxxxxxx
+- update to version 0.10.1:
+ * many small bug fixes
+- added netboot-0.10.1_nostrip.patch:
+ dont strip the binaries.
+- removed netboot-0.10_asm_flags.patch:
+ fixed upstream
* Wed Jan 25 2006 - mls@xxxxxxx
- converted neededforbuild to BuildRequires
* Mon Jan 23 2006 - mrueckert@xxxxxxx
++++++ netboot-0.10.tar.bz2 -> netboot-0.10.1.tar.bz2 ++++++
++++ 45582 lines of diff (skipped)
++++++ netboot-0.10.1_nostrip.patch ++++++
Index: make.config.in
===================================================================
--- make.config.in.orig
+++ make.config.in
@@ -104,7 +104,7 @@ NBLIBOBJS = @LIBOBJS@
INCLUDE = $(patsubst %,-I%,$(subst :, ,$(VPATH)))
CDEFS = @DEFS@ -DNETBOOT
CFLAGS = @CFLAGS@ $(CDEBUG) $(CDEFS) $(INCLUDE)
-LDFLAGS = -s
+LDFLAGS =
SYSLIBS = @LIBS@
BDBLIB = @BDBLIB@
LZOLIB = @LZOLIB@
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
| < Previous | Next > |