From 97c5388555a65af9a1c31670ea7522386b50d813 Mon Sep 17 00:00:00 2001 From: jvdias Date: Sep 22 2005 16:33:36 +0000 Subject: fix bugs 167543, 167762, 167757, 168415, 168782, 169011 --- diff --git a/.cvsignore b/.cvsignore index 98a7321..f99449a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -8,4 +8,4 @@ system-config-netboot-0.1.24.tar.gz system-config-netboot-0.1.26.tar.gz system-config-netboot-0.1.28.tar.gz system-config-netboot-0.1.30.tar.gz -system-config-netboot-0.1.32.tar.gz +system-config-netboot-0.1.33.tar.gz diff --git a/sources b/sources index 8c1b669..ea302bc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bd42f9ac3b62a381b17e2879ffb6fb77 system-config-netboot-0.1.32.tar.gz +b596562089670d97833d6a216cc3c4ad system-config-netboot-0.1.33.tar.gz diff --git a/system-config-netboot.spec b/system-config-netboot.spec index 925b879..757a02a 100644 --- a/system-config-netboot.spec +++ b/system-config-netboot.spec @@ -1,7 +1,7 @@ # -*- RPM-SPEC -*- Summary: system-config-netboot is an network booting/install configuration utility Name: system-config-netboot -Version: 0.1.32 +Version: 0.1.33 Release: 1 URL: http://www.redhat.com/ Source0: %{name}-%{version}.tar.gz @@ -62,6 +62,14 @@ rm -rf %{buildroot} %config %{_sysconfdir}/security/console.apps/system-config-netboot %changelog +* Wed Sep 21 2005 Jason Vas Dias 0.1.33-1 +- fix bug 169011: fstab should use /media, not /mnt for cdrom, floppy +- fix bug 168782: /var/lib/xkb needs to be in snapshot files list +- fix bug 168415: duplicate old boot args not written to pxelinux.cfg file +- fix bug 167757: clients now log to netboot server by default +- fix bug 167762: extra kernel boot arguments preserved in pxelinux.cfg file +- fix bug 167543: disklessrc should look for pci devices of class 0x680 also + * Wed Aug 31 2005 Jason Vas Dias 0.1.32-1 - fix bug 167145: help functionality disabled owing to wrong VERSION string This turned out to be because build was not using automake + autoconf + configure -