packages: util-vserver/util-vserver.spec, util-vserver/stat.patch (NEW) - a...

wiget wiget at pld-linux.org
Fri Jul 9 20:03:39 CEST 2010


Author: wiget                        Date: Fri Jul  9 18:03:40 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added missing includes (stat.patch)
- release 5

---- Files affected:
packages/util-vserver:
   util-vserver.spec (1.264 -> 1.265) , stat.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/util-vserver/util-vserver.spec
diff -u packages/util-vserver/util-vserver.spec:1.264 packages/util-vserver/util-vserver.spec:1.265
--- packages/util-vserver/util-vserver.spec:1.264	Fri Jul  9 13:25:42 2010
+++ packages/util-vserver/util-vserver.spec	Fri Jul  9 20:03:31 2010
@@ -20,7 +20,7 @@
 %endif
 
 %define		snap	pre2883
-%define		rel		4
+%define		rel	5
 Summary:	Linux virtual server utilities
 Summary(pl.UTF-8):	Narzędzia dla linuksowych serwerów wirtualnych
 Name:		util-vserver
@@ -73,6 +73,7 @@
 Patch21:	%{name}-bash-wrapper.patch
 Patch22:	%{name}-pivot-root-ugly-hack.patch
 Patch24:	vunify-more-exclude.patch
+Patch25:	stat.patch
 URL:		http://savannah.nongnu.org/projects/util-vserver/
 BuildRequires:	autoconf
 BuildRequires:	automake >= 1.9
@@ -399,6 +400,7 @@
 %patch21 -p1
 %patch22 -p1
 %patch24 -p1
+%patch25 -p1
 
 install %{SOURCE9} package-management.txt
 
@@ -939,6 +941,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.265  2010/07/09 18:03:31  wiget
+- added missing includes (stat.patch)
+- release 5
+
 Revision 1.264  2010/07/09 11:25:42  arekm
 - release 4
 

================================================================
Index: packages/util-vserver/stat.patch
diff -u /dev/null packages/util-vserver/stat.patch:1.1
--- /dev/null	Fri Jul  9 20:03:40 2010
+++ packages/util-vserver/stat.patch	Fri Jul  9 20:03:31 2010
@@ -0,0 +1,72 @@
+--- util-vserver-0.30.216-pre2883/lib/syscall_getiattr-fscompat.hc.wiget	2010-03-31 15:54:19.000000000 +0200
++++ util-vserver-0.30.216-pre2883/lib/syscall_getiattr-fscompat.hc	2010-07-09 19:53:55.753080496 +0200
+@@ -25,6 +25,8 @@
+ #include "ioctl-getxflg.hc"
+ 
+ #include <fcntl.h>
++#include <sys/stat.h>
++#include <unistd.h>
+ static inline ALWAYSINLINE int
+ vc_get_iattr_fscompat(char const *filename,
+ 		      xid_t    * /*@null@*/ xid,
+--- util-vserver-0.30.216-pre2883/src/vdu.c.wiget	2010-07-09 19:55:04.723075232 +0200
++++ util-vserver-0.30.216-pre2883/src/vdu.c	2010-07-09 19:56:53.613746027 +0200
+@@ -29,6 +29,7 @@
+ #include <stdint.h>
+ #include <errno.h>
+ #include <sys/stat.h>
++#include <unistd.h>
+ #include <dirent.h>
+ #include <fcntl.h>
+ 
+--- util-vserver-0.30.216-pre2883/src/vhashify-init.hc.wiget	2010-07-09 19:55:04.733072573 +0200
++++ util-vserver-0.30.216-pre2883/src/vhashify-init.hc	2010-07-09 19:57:19.233889103 +0200
+@@ -19,6 +19,8 @@
+ #include "lib_internal/util-dotfile.h"
+ 
+ #include <sys/param.h>
++#include <sys/stat.h>
++#include <unistd.h>
+ 
+ static UNUSED void
+ freeHashList(HashDirCollection *hash_vec)
+--- util-vserver-0.30.216-pre2883/src/vcopy.c.wiget	2010-07-09 19:55:04.719740922 +0200
++++ util-vserver-0.30.216-pre2883/src/vcopy.c	2010-07-09 19:56:39.626797004 +0200
+@@ -26,6 +26,7 @@
+ #include "lib_internal/matchlist.h"
+ #include "lib_internal/unify.h"
+ 
++#include <sys/stat.h>
+ #include <unistd.h>
+ #include <getopt.h>
+ #include <fcntl.h>
+--- util-vserver-0.30.216-pre2883/src/fstool.c.wiget	2010-07-09 19:55:04.703076916 +0200
++++ util-vserver-0.30.216-pre2883/src/fstool.c	2010-07-09 19:55:54.496636810 +0200
+@@ -28,6 +28,7 @@
+ #include <getopt.h>
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <sys/stat.h>
+ #include <unistd.h>
+ #include <dirent.h>
+ #include <errno.h>
+--- util-vserver-0.30.216-pre2883/src/parserpmdump.c.wiget	2010-07-09 19:55:04.709739390 +0200
++++ util-vserver-0.30.216-pre2883/src/parserpmdump.c	2010-07-09 19:56:07.780566555 +0200
+@@ -25,6 +25,7 @@
+ #include <string.h>
+ #include <stdlib.h>
+ #include <sys/stat.h>
++#include <unistd.h>
+ #include <alloca.h>
+ 
+ 
+--- util-vserver-0.30.216-pre2883/src/vclone.c.wiget	2010-07-09 19:55:04.713078170 +0200
++++ util-vserver-0.30.216-pre2883/src/vclone.c	2010-07-09 19:56:26.839729752 +0200
+@@ -27,6 +27,7 @@
+ #include "lib_internal/unify.h"
+ #include "lib_internal/matchlist.h"
+ 
++#include <sys/stat.h>
+ #include <unistd.h>
+ #include <getopt.h>
+ #include <fcntl.h>
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/util-vserver/util-vserver.spec?r1=1.264&r2=1.265&f=u



More information about the pld-cvs-commit mailing list