From e2e96c85c8d6a343bbf5d2a241b8d5fca6aff44d Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Sep 29 2017 11:55:51 +0000 Subject: Add missing dep on xerces-j2 --- diff --git a/jython.spec b/jython.spec index e1e83af..32c313b 100644 --- a/jython.spec +++ b/jython.spec @@ -7,7 +7,7 @@ Name: jython Version: 2.7.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Java implementation of the Python language License: ASL 1.1 and BSD and CNRI and JPython and Python URL: http://www.jython.org/ @@ -48,6 +48,7 @@ Requires: jline Requires: jansi Requires: icu4j Requires: netty >= 4.1.13 +Requires: xerces-j2 # We build with ant, but install with maven BuildRequires: javapackages-local BuildRequires: ant @@ -71,6 +72,7 @@ BuildRequires: jline BuildRequires: jansi BuildRequires: icu4j BuildRequires: netty >= 4.1.13 +BuildRequires: xerces-j2 BuildArch: noarch @@ -155,7 +157,7 @@ build-jar-repository -p -s dist/javalib antlr32/antlr-runtime-3.2 \ objectweb-asm/asm objectweb-asm/asm-commons objectweb-asm/asm-util guava icu4j/icu4j \ jffi jffi-native jnr-constants jnr-ffi jnr-netdb jnr-posix jline/jline jansi/jansi \ netty/netty-buffer netty/netty-codec netty/netty-common netty/netty-handler netty/netty-resolver netty/netty-transport \ - jctools/jctools-core apache-commons-compress bcprov bcpkix + jctools/jctools-core apache-commons-compress bcprov bcpkix xerces-j2 # request maven artifact installation %mvn_artifact build/maven/jython-%{version}.pom dist/jython.jar @@ -205,6 +207,9 @@ ln -s %{_datadir}/%{name}/bin/jython $RPM_BUILD_ROOT%{_bindir} %{_datadir}/%{name}/Demo %changelog +* Thu Sep 28 2017 Mat Booth - 2.7.1-3 +- Add missing dep on xerces-j2 + * Mon Aug 14 2017 Mat Booth - 2.7.1-2 - Add missing runtime dep on commons-compress and bouncycastle - Stricter deps on netty and jctools