From 3ea30bcee19f6294c9f36cec9fc16f953d56bd9c7297911109d62dc3c8bde7b5 Mon Sep 17 00:00:00 2001 From: Pascal Bleser Date: Sat, 2 Apr 2011 23:07:13 +0000 Subject: [PATCH] only apply check patch if >= 11.3 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxmlpatch?expand=0&rev=2 --- libxmlpatch.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libxmlpatch.spec b/libxmlpatch.spec index a443d85..c0eb27a 100644 --- a/libxmlpatch.spec +++ b/libxmlpatch.spec @@ -69,7 +69,9 @@ files. %prep %setup -q +%if 0%{?suse_version} >= 1130 %patch1 +%endif %build %configure