updated to 0.30.214

This commit is contained in:
ensc 2007-09-03 07:57:48 +00:00
commit 2d1fcf1dc1
5 changed files with 25 additions and 23 deletions

View file

@ -1 +1 @@
0.30.213
0.30.214

View file

@ -1,2 +1,2 @@
2a444e725f7789f751ade259a38553ed util-vserver-0.30.213.tar.bz2
876de69ad4303e746052907867b7bb88 util-vserver-0.30.213.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.213/scripts/vyum-worker.yum32
+++ util-vserver-0.30.213/scripts/vyum-worker
@@ -60,7 +60,7 @@ case $($yum --version|tail -n 1) in
(2.[012345]*)
check 'import yum,sys; sys.exit(not hasattr(yum.config.yumconf, "getRootedPath"))'
;;
- (2.[6789]*|3.0*)
+ (2.[6789]*|3.[012]*)
check 'import yum,sys; sys.exit(not hasattr(yum.config.YumConf, "getRootedPath"))'
;;
(*)

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

@ -6,13 +6,9 @@
## Fedora Extras specific customization below...
%ifarch ppc64
%bcond_with dietlibc
%else
%bcond_without dietlibc
%endif
%bcond_with xalan
##
%global confdir %_sysconfdir/vservers
@ -27,14 +23,14 @@
Summary: Linux virtual server utilities
Name: util-vserver
Version: 0.30.213
Release: %release_func 2
Version: 0.30.214
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.213-yum32.patch
Patch0: util-vserver-0.30.214-stat.patch
BuildRoot: %_tmppath/%name-%version-%release-root
Requires: init(%name)
@ -175,7 +171,7 @@ develop VServer related applications.
%prep
%setup -q
%patch0 -p1 -b .yum32
%patch0 -p0 -b .stat
%build
@ -360,6 +356,9 @@ test "$1" = 0 || %_initrddir/rebootmgr condrestart >/dev/null || :
%changelog
* 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