rpms/crypto-utils/devel Makefile,1.9,1.10

Elio Maldonado emaldonado at fedoraproject.org
Tue Nov 4 04:18:37 UTC 2008


Author: emaldonado

Update of /cvs/extras/rpms/crypto-utils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2649

Modified Files:
	Makefile 
Log Message:
Added target to create a random seed file for easier testing


Index: Makefile
===================================================================
RCS file: /cvs/extras/rpms/crypto-utils/devel/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- Makefile	26 Oct 2008 23:38:05 -0000	1.9
+++ Makefile	4 Nov 2008 04:18:06 -0000	1.10
@@ -84,6 +84,14 @@
 cleanup-tests: certs private
 	rm -f -r certs private
 
+# get some random seed in a file
+# enables testing with keyutil directly
+# without user interaction.
+seed-file:
+	echo "Saving random seed..."
+	touch random-seed
+	dd if=/dev/urandom of=random-seed count=1 bs=4096	
+
 #########################################################################
 	
 date.xml:




More information about the fedora-extras-commits mailing list