rpms/system-config-netboot/devel .cvsignore, 1.26, 1.27 sources, 1.28, 1.29 system-config-netboot.spec, 1.41, 1.42

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Mar 1 00:14:32 UTC 2006


Author: jvdias

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

Modified Files:
	.cvsignore sources system-config-netboot.spec 
Log Message:
fix bugs 178395, 174629, 182869 - misc. other fixes


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/system-config-netboot/devel/.cvsignore,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- .cvsignore	10 Feb 2006 00:50:34 -0000	1.26
+++ .cvsignore	1 Mar 2006 00:14:29 -0000	1.27
@@ -12,3 +12,4 @@
 system-config-netboot-0.1.34.tar.gz
 system-config-netboot-0.1.36.tar.gz
 system-config-netboot-0.1.37.tar.gz
+system-config-netboot-0.1.38.tar.gz


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/system-config-netboot/devel/sources,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- sources	10 Feb 2006 00:50:34 -0000	1.28
+++ sources	1 Mar 2006 00:14:29 -0000	1.29
@@ -1 +1 @@
-8e8d2d4108dd88e8308921d84bc73441  system-config-netboot-0.1.37.tar.gz
+b238d55f597fe992f7105f1c13a109a1  system-config-netboot-0.1.38.tar.gz


Index: system-config-netboot.spec
===================================================================
RCS file: /cvs/dist/rpms/system-config-netboot/devel/system-config-netboot.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- system-config-netboot.spec	10 Feb 2006 00:50:34 -0000	1.41
+++ system-config-netboot.spec	1 Mar 2006 00:14:29 -0000	1.42
@@ -1,7 +1,7 @@
 # -*- RPM-SPEC -*-
 Summary: system-config-netboot is an network booting/install configuration utility
 Name: system-config-netboot
-Version: 0.1.37
+Version: 0.1.38
 Release: 1
 URL: http://www.redhat.com/ 
 Source0: %{name}-%{version}.tar.gz
@@ -11,6 +11,7 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Requires: gnome-python2, pygtk2, pygtk2-libglade, gnome-python2-canvas, rhpl, alchemist
 Requires: tftp-server >= 0.29-3
+Requires(post): hicolor-icon-theme
 #ExclusiveArch: i386 x86_64
 BuildArch: noarch
 Obsoletes: redhat-config-netboot
@@ -73,6 +74,22 @@
 %config %{_sysconfdir}/security/console.apps/system-config-netboot
 
 %changelog
+* Tue Feb 14 2006 Jason Vas Dias <jvdias at redhat.com> - 0.1.38-1
+- further fix for f1 at micromemory.com problem (now bug 181365)
+  deal with required binaries that have been replaced by scripts
+- fix bug 178395: allow setting of NISDOMAIN 
+- fix bug 174629: fix initscript patches (prevent application!)
+- fix bug 182869: should Requires(post): hicolor-icon-theme
+- fix issues reported by brian at chpc.utah.edu (bugs to be raised):
+  o mkdiskless must not wipe out client root customizations on re-run
+  o give serial console checkbox a speed drop down list
+    - add "Use tty0 console also" checkbox option
+  o allow editing of extra boot options in the config file
+  o do not create snapshot directory for network boot targets
+  o remove /etc/ssh keys and make /etc/ssh a snapshot file
+  o mount /var/cache, /var/lib/misc, /var/lib/mrtg on tmpfs / snapshot
+  o fix network syslog : '*' -> '*.*' 
+
 * Thu Feb 09 2006 Jason Vas Dias <jvdias at redhat.com> - 0.1.37-1
 - fix problem reported by f1 at micromemory.com: 
   detect and deal with missing libraries in the client root correctly




More information about the fedora-cvs-commits mailing list