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