Vanilla Development Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS update: Vanilla



Date:	Thursday July 15, 1999 @ 15:25
Author:	tanner

Update of /home/netrek/cvsroot/Vanilla
In directory cvs.castle.real-time.com:/var/tmp/cvs-serv12471

Modified Files:
	ChangeLog 
Log Message:
The server builds on RedHat 6.0 with RSA now. The RSA source does not get
distributed, so we are compliant. I do not know the legal stuff with the
Euro version, so as soon as some tells me I can download it, I'll work on 
getting the server to compile with the Euro version of the RSA source.



	* rpm/Vanilla.spec (%files): Changed the %files section for the
	server. Needed to break out each file so I could tag certain files
	as %config.

	* rpm/Vanilla.spec (clean): Added %clean to rm -f the BUILD_ROOT.

	* rpm/Vanilla.spec (RSA): Added logic to look for the RSA
	source. If it is found, extract into the right directory. The
	configure script can only detect the US RSA source, it looks for
	res-rsa/configure, which is not in the Euro version.

	* rpm/cvs2rpm (gzip): Added some documentation. Added the check
	for gzip, but left it commented out. 



****************************************

Index: Vanilla/ChangeLog
diff -u Vanilla/ChangeLog:1.23 Vanilla/ChangeLog:1.24
--- Vanilla/ChangeLog:1.23	Thu Jul 15 03:37:52 1999
+++ Vanilla/ChangeLog	Thu Jul 15 15:25:01 1999
@@ -1,3 +1,19 @@
+Thu Jul 15 15:20:29 1999  Bob Tanner  <tanner@real-time.com>
+
+	* rpm/Vanilla.spec (%files): Changed the %files section for the
+	server. Needed to break out each file so I could tag certain files
+	as %config.
+
+	* rpm/Vanilla.spec (clean): Added %clean to rm -f the BUILD_ROOT.
+
+	* rpm/Vanilla.spec (RSA): Added logic to look for the RSA
+	source. If it is found, extract into the right directory. The
+	configure script can only detect the US RSA source, it looks for
+	res-rsa/configure, which is not in the Euro version.
+
+	* rpm/cvs2rpm (gzip): Added some documentation. Added the check
+	for gzip, but left it commented out. 
+
 Thu Jul 15 02:32:23 1999  Bob Tanner  <tanner@real-time.com>
 
 	* rpm/cvs2rpm (sources): Changed script to include copying the
@@ -386,4 +402,4 @@
  	update_sys_defaults in updateMessages to a more appropriate
  	location - updateClient in socket.c.
 	
-	$Id: ChangeLog,v 1.23 1999/07/15 08:37:52 tanner Exp $
+	$Id: ChangeLog,v 1.24 1999/07/15 20:25:01 tanner Exp $