rpms/system-config-netboot/FC-4 system-config-netboot.spec, 1.25, 1.26 sources, 1.20, 1.21 .cvsignore, 1.18, 1.19

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Aug 12 18:24:21 UTC 2005


Author: jvdias

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

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-4/system-config-netboot.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- system-config-netboot.spec	8 Aug 2005 23:23:24 -0000	1.25
+++ system-config-netboot.spec	12 Aug 2005 18:24:17 -0000	1.26
@@ -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_FC4
 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-4/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sources	8 Aug 2005 23:23:24 -0000	1.20
+++ sources	12 Aug 2005 18:24:18 -0000	1.21
@@ -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-4/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- .cvsignore	8 Aug 2005 23:23:24 -0000	1.18
+++ .cvsignore	12 Aug 2005 18:24:18 -0000	1.19
@@ -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