rpms/util-vserver/F-8 util-vserver.spec,1.33,1.34

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Sat Apr 12 09:31:51 UTC 2008


Author: ensc

Update of /cvs/extras/rpms/util-vserver/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2353

Modified Files:
	util-vserver.spec 
Log Message:
- updated to 0.30.215
- enforced beecrypt crypto api
- run crypto-suite benchmark in %%check



Index: util-vserver.spec
===================================================================
RCS file: /cvs/extras/rpms/util-vserver/F-8/util-vserver.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- util-vserver.spec	19 Sep 2007 20:11:14 -0000	1.33
+++ util-vserver.spec	12 Apr 2008 09:30:51 -0000	1.34
@@ -28,14 +28,13 @@
 
 Summary:	Linux virtual server utilities
 Name:		util-vserver
-Version:	0.30.214
-Release:	%release_func 2
+Version:	0.30.215
+Release:	%release_func 1
 License:	GPL
 Group:		System Environment/Base
 URL:		http://savannah.nongnu.org/projects/util-vserver/
 Source0:	http://ftp.linux-vserver.org/pub/utils/util-vserver/%name-%version.tar.bz2
 Source1:	http://ftp.linux-vserver.org/pub/utils/util-vserver/%name-%version.tar.bz2.asc
-Patch0:		util-vserver-0.30.214-stat.patch
 
 BuildRoot:	%_tmppath/%name-%version-%release-root
 Requires:	init(%name)
@@ -176,11 +175,11 @@
 
 %prep
 %setup -q
-%patch0 -p0 -b .stat
 
 
 %build
 %configure --with-initrddir=%_initrddir --enable-release \
+	   --with-crypto-api=beecrypt \
 	   %{!?with_dietlibc:--disable}%{?with_dietlibc:--enable}-dietlibc
 
 %__make %{?_smp_mflags} all
@@ -200,6 +199,7 @@
 
 %check || :
 %__make check
+LC_NUMERIC=de_DE.UTF-8 ./lib_internal/testsuite/crypto-speed || :
 
 
 %clean
@@ -365,6 +365,11 @@
 
 
 %changelog
+* Sat Apr 12 2008 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.30.215-1
+- updated to 0.30.215
+- enforced beecrypt crypto api
+- run crypto-suite benchmark in %%check
+
 * Wed Sep 19 2007 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.30.214-2
 - fixed upgrade path from 0.30.213 to 0.30.214; rpm fails to handle when
   a directory becomes a symlink. Hence, remove the 'etch' directory in




More information about the fedora-extras-commits mailing list