Compare commits

...
Sign in to create a new pull request.

10 commits

Author SHA1 Message Date
Fedora Release Engineering
1fa19854d3 dist-git conversion 2010-07-29 14:50:23 +00:00
Bill Nottingham
8bb96bbac2 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:16:39 +00:00
ensc
1a9bf79dc7 - updated to 0.30.215
- enforced beecrypt crypto api
- run crypto-suite benchmark in %%check
2008-04-12 09:34:03 +00:00
ensc
3d1b30370b - 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
    %%pre
2007-09-19 20:11:21 +00:00
ensc
fb339a0c3a disabled dietlibc build for ppc64 again 2007-09-03 17:56:53 +00:00
ensc
2d1fcf1dc1 updated to 0.30.214 2007-09-03 07:57:48 +00:00
ensc
5d03818015 initial checkin 2007-09-02 11:30:32 +00:00
ensc
303128936f added patch to make 'vyum' work with a patched yum-3.2 2007-08-04 10:52:11 +00:00
ensc
0102011992 - updated to 0.30.213
- disabled dietlibc build for PPC64
- enabled support for 'util-vserver' initscript
- BR some tools tested by ./configure
2007-06-01 07:05:05 +00:00
Bill Nottingham
c168162918 Initialize branch F-7 for util-vserver 2007-05-18 10:51:50 +00:00
8 changed files with 64 additions and 40 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: util-vserver
# $Id$
NAME := util-vserver
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

1
lastver Normal file
View file

@ -0,0 +1 @@
0.30.214

View file

@ -1,2 +1,2 @@
386b91732b7f0f132b4e9d978389dcc2 util-vserver-0.30.212.tar.bz2
0355cedaa22fe51580a0d4dab6d4c1a9 util-vserver-0.30.212.tar.bz2.asc
8bad879e36a6a1b9b4858d0d6d3c8c76 util-vserver-0.30.214.tar.bz2
ce8fd758ce4d201791020f6f87f0bddf util-vserver-0.30.214.tar.bz2.asc

View file

@ -1,11 +0,0 @@
--- util-vserver-0.30.212/lib_internal/testsuite/sigbus.c~ 2006-12-10 03:15:34.000000000 +1100
+++ util-vserver-0.30.212/lib_internal/testsuite/sigbus.c 2007-01-19 16:23:31.000000000 +1100
@@ -33,7 +33,7 @@
int wrapper_exit_code = 1;
-#define TEST_BLOCKSIZE 0x10000
+#define TEST_BLOCKSIZE 0x40000
static bool is_gremlin = false;
static int sync_p[2];

View file

@ -0,0 +1,14 @@
Index: lib_internal/util-safechdir.h
===================================================================
--- lib_internal/util-safechdir.h (revision 2605)
+++ lib_internal/util-safechdir.h (working copy)
@@ -19,7 +19,8 @@
#ifndef H_UTIL_VSERVER_LIB_INTERNAL_UTIL_SAFECHDIR_H
#define H_UTIL_VSERVER_LIB_INTERNAL_UTIL_SAFECHDIR_H
-struct stat;
+#include <sys/stat.h>
+
int safeChdir(char const *, struct stat const *exp_stat) NONNULL((1,2));
#define EsafeChdir(PATH,EXP_STAT) \

View file

@ -5,7 +5,15 @@
## --with xalan ... require/use the xalan xslt processor
## Fedora Extras specific customization below...
%ifarch ppc64
%bcond_with dietlibc
%else
%bcond_without dietlibc
%endif
%bcond_with xalan
##
%global confdir %_sysconfdir/vservers
@ -20,14 +28,14 @@
Summary: Linux virtual server utilities
Name: util-vserver
Version: 0.30.212
Release: %release_func 3
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.212-pagesize.patch
BuildRoot: %_tmppath/%name-%version-%release-root
Requires: init(%name)
Requires: %name-core = %version-%release
@ -39,11 +47,12 @@ BuildRequires: mount vconfig gawk iproute iptables
BuildRequires: gcc-c++ wget which diffutils
BuildRequires: e2fsprogs-devel beecrypt-devel
BuildRequires: doxygen tetex-latex graphviz ghostscript
BuildRequires: libxslt rsync dump
Requires(post): %name-core
Requires(pre): %pkglibdir
Requires(postun): %pkglibdir
%{?with_dietlibc:BuildRequires: dietlibc}
%{?_with_xalan:BuildRequires: xalan-j}
%{?with_xalan:BuildRequires: xalan-j}
%package lib
Summary: Dynamic libraries for util-vserver
@ -166,10 +175,11 @@ develop VServer related applications.
%prep
%setup -q
%patch0 -p1
%build
%configure --with-initrddir=%_initrddir --enable-release \
--with-crypto-api=beecrypt \
%{!?with_dietlibc:--disable}%{?with_dietlibc:--enable}-dietlibc
%__make %{?_smp_mflags} all
@ -189,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
@ -217,7 +228,7 @@ test "$1" != 0 || rm -rf %_localstatedir/cache/vservers/* 2>/dev/null || :
%post sysv
%chkconfig --add vservers-default
%chkconfig --add vprocunhide
%chkconfig --add util-vserver
%preun sysv
@ -225,6 +236,7 @@ test "$1" != 0 || %_initrddir/vprocunhide stop &>/dev/null || :
test "$1" != 0 || %chkconfig --del vprocunhide
test "$1" != 0 || %chkconfig --del vservers-default
test "$1" != 0 || %chkconfig --del util-vserver
%postun sysv
@ -249,6 +261,9 @@ copy fedora /etc/pki/rpm-gpg/RPM-GPG-*
copy centos /usr/share/doc/centos-*/RPM-GPG-KEY-*
%pre build
d=%_libdir/util-vserver/distributions/etch; test x"$1" = x1 -o ! -d "$d" -o -L "$d" || rm -rf "$d" || :
%post build
test -d /vservers/.hash || mkdir -m0700 /vservers/.hash
@ -349,6 +364,30 @@ 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
%%pre
* Mon Sep 3 2007 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.30.214-1
- updated to 0.30.214
* Sat Aug 4 2007 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.30.213-2
- added patch to make 'vyum' work with a patched yum-3.2
* Thu May 31 2007 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.30.213-1
- updated to 0.30.213
- disabled dietlibc build for PPC64
- enabled support for 'util-vserver' initscript
* Fri Apr 20 2007 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.30.212-4
- BR some tools tested by ./configure
* Fri Jan 19 2007 David Woodhouse <dwmw2@infradead.org> - 0.30.212-3
- Build with 64KiB page size

2
verinfo Normal file
View file

@ -0,0 +1,2 @@
http://ftp.linux-vserver.org/pub/utils/util-vserver/
util-vserver-(.*?)\.tar\.bz2