]> git.pld-linux.org Git - packages/util-vserver.git/commitdiff
- rel 3; autoconf 2.64 fixes auto/th/util-vserver-0_30_216-0_pre2841_3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 28 Jul 2009 10:59:03 +0000 (10:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    util-vserver-ac.patch -> 1.1
    util-vserver.spec -> 1.235

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

diff --git a/util-vserver-ac.patch b/util-vserver-ac.patch
new file mode 100644 (file)
index 0000000..55bf8d2
--- /dev/null
@@ -0,0 +1,18 @@
+--- configure.ac~      2009-06-26 02:31:27.000000000 +0200
++++ configure.ac       2009-07-28 12:57:13.562148646 +0200
+@@ -250,6 +250,7 @@
+ IFS=,;
+ for i in $enable_apis; do
++      IFS=$old_IFS
+       case "$i" in
+               (compat)        AC_DEFINE(VC_ENABLE_API_COMPAT,   1)
+                               enable_api_oldproc=${enable_api_oldproc:-1}
+@@ -276,6 +277,7 @@
+               (olduts)        enable_api_olduts=2;;
+               (*)             AC_MSG_ERROR(['$i' is not a supported API]);;
+       esac
++      IFS=","
+ done
+ IFS=$old_IFS
+ if test x"$enable_api_oldproc" != x; then
index 49fd57cc0b0d7aee034a94378e2526c40de4a6f9..accee9816e160bf0afd89fb8a924fee197c50aed 100644 (file)
@@ -21,7 +21,7 @@ Summary:      Linux virtual server utilities
 Summary(pl.UTF-8):     Narzędzia dla linuksowych serwerów wirtualnych
 Name:          util-vserver
 Version:       0.30.216
-Release:       0.%{snap}.1
+Release:       0.%{snap}.3
 License:       GPL
 Group:         Applications/System
 #Source0:      http://ftp.linux-vserver.org/pub/utils/util-vserver/%{name}-%{version}.tar.bz2
@@ -70,6 +70,7 @@ Patch19:      %{name}-dbrebuild-internalize4.patch
 Patch20:       %{name}-dev-stdfd.patch
 Patch21:       %{name}-bash-wrapper.patch
 Patch22:       %{name}-pivot-root-ugly-hack.patch
+Patch23:       %{name}-ac.patch
 URL:           http://savannah.nongnu.org/projects/util-vserver/
 BuildRequires: autoconf
 BuildRequires: automake >= 1.9
@@ -382,6 +383,7 @@ Szablon do tworzenia VServerów dla dystrybucji SuSE 9.1.
 %patch20 -p1
 %patch21 -p1
 %patch22 -p1
+%patch23 -p0
 
 install %{SOURCE9} package-management.txt
 
This page took 0.105843 seconds and 4 git commands to generate.