rpms/system-config-netboot/FC-3 system-config-netboot.spec, 1.22, 1.23 sources, 1.15, 1.16 .cvsignore, 1.12, 1.13

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Aug 12 18:27:31 UTC 2005


Author: jvdias

Update of /cvs/dist/rpms/system-config-netboot/FC-3
In directory cvs.devel.redhat.com:/tmp/cvs-serv13098

Modified Files:
	system-config-netboot.spec sources .cvsignore 
Log Message:
fix bugs 165772, 165735, 165730


Index: system-config-netboot.spec
===================================================================
RCS file: /cvs/dist/rpms/system-config-netboot/FC-3/system-config-netboot.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- system-config-netboot.spec	8 Aug 2005 23:19:19 -0000	1.22
+++ system-config-netboot.spec	12 Aug 2005 18:27:28 -0000	1.23
@@ -1,7 +1,7 @@
 # -*- RPM-SPEC -*-
 Summary: system-config-netboot is an network booting/install configuration utility
 Name: system-config-netboot
-Version: 0.1.24
+Version: 0.1.26
 Release: 1_FC3
 URL: http://www.redhat.com/ 
 Source0: %{name}-%{version}.tar.gz
@@ -54,6 +54,20 @@
 %config %{_sysconfdir}/security/console.apps/system-config-netboot
 
 %changelog
+* Thu Aug 11 2005 Jason Vas Dias <jvdias at redhat.com> 0.1.26-1
+- fix bug 165772 : read-only root filesystem reported as mounted with "rw" option
+  It appears that the initscripts package of RHEL-4 requires a "READONLY=yes"
+  option in /etc/sysconfig/init in the client root for rc.sysinit not to attempt
+  to mount it read-write.
+- fix bug 165735 : diskless clients cannot cope with no DNS PTR record for their IP address
+  It was possible for multiple clients who were unable to determine their
+  host name to mount the same snapshot directory - this is now impossible;
+  If clients are unable to determine their host name and have empty
+  SNAPSHOT settings, the IP address is used for the snapshot directory.
+  It is also now possible to set the hostname and domainname without DNS
+  by the DHCP server supplying the host-name option.
+- fix bug 165730: prevent kernel*-2.6.9-12.2.EL getting an Oops when 'host' is run
+
 * Fri Aug 05 2005 Jason Vas Dias <jvdias at redhat.com> 0.1.24-1
 - fix bug 164776: don't write empty 'ks=' string in pxeboot.py
   Fix network install parameters:


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/system-config-netboot/FC-3/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources	8 Aug 2005 23:19:19 -0000	1.15
+++ sources	12 Aug 2005 18:27:28 -0000	1.16
@@ -1 +1 @@
-12957943481414d463cd81d8bf432280  system-config-netboot-0.1.24.tar.gz
+b9c69f20d0bd48142878390fcc4f835e  system-config-netboot-0.1.26.tar.gz


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/system-config-netboot/FC-3/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore	8 Aug 2005 23:19:19 -0000	1.12
+++ .cvsignore	12 Aug 2005 18:27:28 -0000	1.13
@@ -5,3 +5,4 @@
 system-config-netboot-0.1.20.tar.gz
 system-config-netboot-0.1.22.tar.gz
 system-config-netboot-0.1.24.tar.gz
+system-config-netboot-0.1.26.tar.gz




More information about the fedora-cvs-commits mailing list