- updated to 0.30.215
- enforced beecrypt crypto api - run crypto-suite benchmark in %%check
This commit is contained in:
parent
3d1b30370b
commit
1a9bf79dc7
1 changed files with 9 additions and 4 deletions
|
|
@ -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 @@ develop VServer related applications.
|
|||
|
||||
%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 @@ contrib/make-manifest %name $RPM_BUILD_ROOT contrib/manifest.dat
|
|||
|
||||
%check || :
|
||||
%__make check
|
||||
LC_NUMERIC=de_DE.UTF-8 ./lib_internal/testsuite/crypto-speed || :
|
||||
|
||||
|
||||
%clean
|
||||
|
|
@ -364,6 +364,11 @@ test "$1" = 0 || %_initrddir/rebootmgr condrestart >/dev/null || :
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Apr 12 2008 Enrico Scholz <enrico.scholz@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@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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue