rpms/util-vserver/FC-6 util-vserver-0.30.214-stat.patch, NONE, 1.1 util-vserver.spec, 1.26, 1.27 sources, 1.11, 1.12 util-vserver-0.30.213-yum32.patch, 1.1, NONE

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Mon Sep 3 07:58:17 UTC 2007


Author: ensc

Update of /cvs/extras/rpms/util-vserver/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23217/FC-6

Modified Files:
	util-vserver.spec sources 
Added Files:
	util-vserver-0.30.214-stat.patch 
Removed Files:
	util-vserver-0.30.213-yum32.patch 
Log Message:
updated to 0.30.214


util-vserver-0.30.214-stat.patch:

--- NEW FILE util-vserver-0.30.214-stat.patch ---
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) \


Index: util-vserver.spec
===================================================================
RCS file: /cvs/extras/rpms/util-vserver/FC-6/util-vserver.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- util-vserver.spec	4 Aug 2007 10:52:07 -0000	1.26
+++ util-vserver.spec	3 Sep 2007 07:57:45 -0000	1.27
@@ -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 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .yum32
+%patch0 -p0 -b .stat
 
 
 %build
@@ -360,6 +356,9 @@
 
 
 %changelog
+* Mon Sep  3 2007 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.30.214-1
+- updated to 0.30.214
+
 * Sat Aug  4 2007 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.30.213-2
 - added patch to make 'vyum' work with a patched yum-3.2
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/util-vserver/FC-6/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	1 Jun 2007 07:10:45 -0000	1.11
+++ sources	3 Sep 2007 07:57:45 -0000	1.12
@@ -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


--- util-vserver-0.30.213-yum32.patch DELETED ---




More information about the fedora-extras-commits mailing list