From 2ecf3f71dd1f7e16d1b4546a06c357bede3fbebef0e4f389eb3f86b8b5de76bf Mon Sep 17 00:00:00 2001 From: Bo Maryniuk Date: Mon, 10 Mar 2014 09:25:43 +0000 Subject: [PATCH] Accepting request 224883 from home:deadpoint:branches:Java:packages set correct libxslt package when building for SLES OBS-URL: https://build.opensuse.org/request/show/224883 OBS-URL: https://build.opensuse.org/package/show/Java:packages/javapackages-tools?expand=0&rev=12 --- javapackages-tools.changes | 5 +++++ javapackages-tools.spec | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/javapackages-tools.changes b/javapackages-tools.changes index 6b0cd83..eb37454 100644 --- a/javapackages-tools.changes +++ b/javapackages-tools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 6 13:54:16 UTC 2014 - darin@darins.net + +- set correct libxslt package when building for SLES + ------------------------------------------------------------------- Fri Nov 8 17:06:25 UTC 2013 - aj@ajaissle.de diff --git a/javapackages-tools.spec b/javapackages-tools.spec index d18f0f4..29242fe 100644 --- a/javapackages-tools.spec +++ b/javapackages-tools.spec @@ -1,7 +1,7 @@ # # spec file for package javapackages-tools # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -42,7 +42,11 @@ BuildRequires: xz Requires: coreutils # for xsltproc +%if 0%{?suse_version} == 1110 +Requires: libxslt +%else Requires: libxslt-tools +%endif Requires: lua Requires: python # for xml.dom.minidom