[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/system-config-netboot/devel system-config-netboot.spec, 1.34, 1.35 sources, 1.23, 1.24 .cvsignore, 1.21, 1.22
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/system-config-netboot/devel system-config-netboot.spec, 1.34, 1.35 sources, 1.23, 1.24 .cvsignore, 1.21, 1.22
- Date: Wed, 31 Aug 2005 13:25:20 -0400
Author: jvdias
Update of /cvs/dist/rpms/system-config-netboot/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv5266
Modified Files:
system-config-netboot.spec sources .cvsignore
Log Message:
fix bug 167145
Index: system-config-netboot.spec
===================================================================
RCS file: /cvs/dist/rpms/system-config-netboot/devel/system-config-netboot.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- system-config-netboot.spec 22 Aug 2005 17:17:20 -0000 1.34
+++ system-config-netboot.spec 31 Aug 2005 17:25:18 -0000 1.35
@@ -1,8 +1,8 @@
# -*- RPM-SPEC -*-
Summary: system-config-netboot is an network booting/install configuration utility
Name: system-config-netboot
-Version: 0.1.30
-Release: 1_FC5
+Version: 0.1.32
+Release: 1
URL: http://www.redhat.com/
Source0: %{name}-%{version}.tar.gz
Source1: pxelinux.0
@@ -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,12 @@
%config %{_sysconfdir}/security/console.apps/system-config-netboot
%changelog
+* Wed Aug 31 2005 Jason Vas Dias <jvdias 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 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/devel/sources,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- sources 22 Aug 2005 17:17:20 -0000 1.23
+++ sources 31 Aug 2005 17:25:18 -0000 1.24
@@ -1 +1 @@
-fa6732d55860aaf3c46322c665a2635f system-config-netboot-0.1.30.tar.gz
+bd42f9ac3b62a381b17e2879ffb6fb77 system-config-netboot-0.1.32.tar.gz
Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/system-config-netboot/devel/.cvsignore,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- .cvsignore 22 Aug 2005 17:17:20 -0000 1.21
+++ .cvsignore 31 Aug 2005 17:25:18 -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.32.tar.gz
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]