]> git.pld-linux.org Git - packages/util-vserver.git/commitdiff
- up to pre3126 auto/th/util-vserver-0.30.216-1.pre3126.1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 29 Jun 2017 18:18:59 +0000 (20:18 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 29 Jun 2017 18:18:59 +0000 (20:18 +0200)
h2ext-xz.patch [deleted file]
util-vserver.spec

diff --git a/h2ext-xz.patch b/h2ext-xz.patch
deleted file mode 100644 (file)
index 2791203..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-From 2d66dba387f1240ad489b41d9b7504ab2a56dbf9 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= <glen@delfi.ee>
-Date: Wed, 9 Sep 2015 16:22:56 +0300
-Subject: [PATCH] add .xz support for h2ext to be able to build from tar.xz
- templates
-
-magic taken from
-https://github.com/file/file/blob/FILE5_24/magic/Magdir/compress#L202-L205
-
-however due limited support of magic format in util-vserver had to hack
-some things:
-
-- does not support 'ustring', used 'string'
-- does not support \xXX hex escape, used octal
-- unable parse octal properly \375 + 7 would be parsed as \3757, so encoded '7' as \67
-
-$ head -c6 < pld32.tar.xz|od -cx
-0000000 375   7   z   X   Z  \0
-           37fd    587a    005a
----
- distrib/misc/h2ext.desc | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/distrib/misc/h2ext.desc b/distrib/misc/h2ext.desc
-index a234339..9441bd2 100644
---- a/distrib/misc/h2ext.desc
-+++ b/distrib/misc/h2ext.desc
-@@ -17,3 +17,5 @@
- # dump/restore old-fs big and little endian
- 24    belong          60011                   restore -rf -                   0
- 24    lelong          60011                   restore -rf -                   0
-+# xz
-+0     string          \375\67zXZ\0            xz -d -c                        1
index ce6c824b9edb732b6b8e60b4bc00e6c1ec5561ba..bf286d956834ec0709fedf04549f2375838ed08b 100644 (file)
@@ -19,8 +19,8 @@
 # reqdb_pkg and reqdb_ver must match value from current rpm package in distro
 %define                reqdb_ver       5.2
 %define                reqdb_pkg       db%{reqdb_ver}
-%define                snap    pre3120
-%define                rel     2
+%define                snap    pre3126
+%define                rel     1
 Summary:       Linux virtual server utilities
 Summary(pl.UTF-8):     Narzędzia dla linuksowych serwerów wirtualnych
 Name:          util-vserver
@@ -29,7 +29,7 @@ Release:      1.%{snap}.%{rel}
 License:       GPL
 Group:         Applications/System
 Source0:       http://people.linux-vserver.org/~dhozac/t/uv-testing/%{name}-%{version}-%{snap}.tar.xz
-# Source0-md5: 5556f5ed07fdca8e0df85826aed7e33f
+# Source0-md5: f4bd6e49baf2c6dd50ff0c9b6415a1c2
 Source1:       vprocunhide.init
 Source2:       vservers.init
 Source3:       vservers-legacy.init
@@ -66,7 +66,7 @@ Patch13:      %{name}-tmpdir.patch
 Patch14:       %{name}-rpmpath.patch
 Patch15:       %{name}-interfaces-ignore-cvs-dir.patch
 Patch16:       %{name}-personalitymachine.patch
-Patch17:       h2ext-xz.patch
+
 Patch18:       %{name}-vprocunhide-net.patch
 # http://glen.alkohol.ee/pld/util-vserver-dbrebuild-internalize4.patch
 Patch19:       %{name}-dbrebuild-internalize4.patch
@@ -442,7 +442,7 @@ Szablony do tworzenia VServerów dla dystrybucji Titanium Linux.
 %patch14 -p1
 %patch15 -p1
 %patch16 -p1
-%patch17 -p1
+
 %patch18 -p1
 %patch19 -p1
 %patch21 -p1
This page took 0.097655 seconds and 4 git commands to generate.