]> git.pld-linux.org Git - packages/util-vserver.git/commitdiff
- added missing includes (stat.patch) auto/th/util-vserver-0_30_216-1_pre2883_5
authorArtur Frysiak <artur@frysiak.net>
Fri, 9 Jul 2010 18:03:31 +0000 (18:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 5

Changed files:
    stat.patch -> 1.1
    util-vserver.spec -> 1.265

stat.patch [new file with mode: 0644]
util-vserver.spec

diff --git a/stat.patch b/stat.patch
new file mode 100644 (file)
index 0000000..dcd57a8
--- /dev/null
@@ -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>
index bed0b04c90a0ae120b3c38aadec322dc3be6274d..f22f698ae97d61729a81cb9323f6795dc54265eb 100644 (file)
@@ -19,7 +19,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
@@ -72,6 +72,7 @@ Patch19:      %{name}-dbrebuild-internalize4.patch
 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
@@ -398,6 +399,7 @@ Szablon do tworzenia VServerów dla dystrybucji SuSE 9.1.
 %patch21 -p1
 %patch22 -p1
 %patch24 -p1
+%patch25 -p1
 
 install %{SOURCE9} package-management.txt
 
This page took 0.048323 seconds and 4 git commands to generate.