rpms/system-config-netboot/FC-4 system-config-netboot.spec, 1.28, 1.29 sources, 1.23, 1.24 .cvsignore, 1.21, 1.22

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Sep 22 16:28:12 UTC 2005


Author: jvdias

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

Modified Files:
	system-config-netboot.spec sources .cvsignore 
Log Message:
fix bugs 167543, 167762, 167757, 168415, 168782, 169011


Index: system-config-netboot.spec
===================================================================
RCS file: /cvs/dist/rpms/system-config-netboot/FC-4/system-config-netboot.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- system-config-netboot.spec	22 Aug 2005 17:01:49 -0000	1.28
+++ system-config-netboot.spec	22 Sep 2005 16:28:09 -0000	1.29
@@ -1,7 +1,7 @@
 # -*- RPM-SPEC -*-
 Summary: system-config-netboot is an network booting/install configuration utility
 Name: system-config-netboot
-Version: 0.1.30
+Version: 0.1.33
 Release: 1_FC4
 URL: http://www.redhat.com/ 
 Source0: %{name}-%{version}.tar.gz
@@ -11,8 +11,8 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Requires: gnome-python2, pygtk2, pygtk2-libglade, gnome-python2-canvas, rhpl
 Requires: tftp-server >= 0.29-3
-#ExclusiveArch: i386 x86_64
-BuildArch: noarch
+ExclusiveArch: i386 x86_64
+#BuildArch: noarch
 Obsoletes: redhat-config-netboot
 
 %description
@@ -24,6 +24,13 @@
 
 %build
 ln -svf $(ls /usr/share/automake*/mkinstalldirs | tail -1) .
+ln -svf $(ls /usr/share/automake*/install-sh | tail -1) .
+ln -svf $(ls /usr/share/automake*/missing | tail -1) .
+export VERSION=%{version}
+aclocal
+automake
+autoconf
+./configure --prefix=/usr
 make
 
 %install
@@ -55,6 +62,20 @@
 %config %{_sysconfdir}/security/console.apps/system-config-netboot
 
 %changelog
+* Wed Sep 21 2005 Jason Vas Dias <jvdias at redhat.com> 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 <jvdias at redhat.com> 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 -
+  it now does - + added AM_INIT_AUTOMAKE(system-config-netboot, ${VERSION}) to 
+  configure.in and VERSION variable set in .spec file.
+
 * Fri Aug 19 2005 Jason Vas Dias <jvdias at redhat.com> 0.1.30-1
 - fix bug 166018 : disklessrc's findhardware was grep-ping for PCI vendor:device
   IDs in the pcitable; it now uses /lib/modules/$kernel/modules.pcimap instead.


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/system-config-netboot/FC-4/sources,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- sources	22 Aug 2005 17:01:49 -0000	1.23
+++ sources	22 Sep 2005 16:28:09 -0000	1.24
@@ -1 +1 @@
-fa6732d55860aaf3c46322c665a2635f  system-config-netboot-0.1.30.tar.gz
+b596562089670d97833d6a216cc3c4ad  system-config-netboot-0.1.33.tar.gz


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/system-config-netboot/FC-4/.cvsignore,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- .cvsignore	22 Aug 2005 17:01:50 -0000	1.21
+++ .cvsignore	22 Sep 2005 16:28:09 -0000	1.22
@@ -8,3 +8,4 @@
 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.33.tar.gz




More information about the fedora-cvs-commits mailing list