From 27dc70bd860fa448c881ddc7be1ee4a951fceaa7 Mon Sep 17 00:00:00 2001 From: Artur Frysiak Date: Fri, 9 Jul 2010 18:03:31 +0000 Subject: [PATCH] - added missing includes (stat.patch) - release 5 Changed files: stat.patch -> 1.1 util-vserver.spec -> 1.265 --- stat.patch | 72 +++++++++++++++++++++++++++++++++++++++++++++++ util-vserver.spec | 4 ++- 2 files changed, 75 insertions(+), 1 deletion(-) create mode 100644 stat.patch diff --git a/stat.patch b/stat.patch new file mode 100644 index 0000000..dcd57a8 --- /dev/null +++ b/stat.patch @@ -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 ++#include ++#include + 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 + #include + #include ++#include + #include + #include + +--- 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 ++#include ++#include + + 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 + #include + #include + #include +--- 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 + #include + #include ++#include + #include + #include + #include +--- 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 + #include + #include ++#include + #include + + +--- 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 + #include + #include + #include diff --git a/util-vserver.spec b/util-vserver.spec index bed0b04..f22f698 100644 --- a/util-vserver.spec +++ b/util-vserver.spec @@ -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 -- 2.44.0