From d60453795a36d038d128bf8c4e90d0430c740c76 Mon Sep 17 00:00:00 2001 From: lingsheng Date: Wed, 31 Mar 2021 14:31:38 +0800 Subject: [PATCH] Remove unneeded rhino and jai_imageio in classpath (cherry picked from commit b9be33a890282953202009a96e4026db57f1a4fb) --- batik.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/batik.spec b/batik.spec index 4117c48..70b98b5 100644 --- a/batik.spec +++ b/batik.spec @@ -1,7 +1,7 @@ -%global classpath batik:rhino:xml-commons-apis:xml-commons-apis-ext:xmlgraphics-commons:jai_imageio +%global classpath batik:xml-commons-apis:xml-commons-apis-ext:xmlgraphics-commons Name: batik Version: 1.10 -Release: 5 +Release: 6 Summary: Batik is an inline templating engine for CoffeeScript License: Apache-2.0 and W3C and MPL-1.1 and GPL-2.0-or-later and Apache-1.1 URL: https://xmlgraphics.apache.org/batik/ @@ -122,6 +122,9 @@ cp -a samples %{buildroot}/%{_datadir}/%{name}/ %doc CHANGES MAINTAIN README NOTICE %changelog +* Wed Mar 31 2021 lingsheng - 1.10-6 +- Remove unneeded rhino and jai_imageio in classpath + * Thu Mar 11 2021 wangyue - 1.10-5 - fix CVE-2020-11987 -- Gitee