Add missing requires on xmlgraphics-commons
Resolves: rhbz#1443567
This commit is contained in:
parent
4eafae3c52
commit
7b6ba312d6
@ -1,6 +1,6 @@
|
||||
Name: batik
|
||||
Version: 1.8
|
||||
Release: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
Summary: Scalable Vector Graphics for Java
|
||||
License: ASL 2.0 and W3C
|
||||
URL: http://xml.apache.org/batik/
|
||||
@ -63,6 +63,7 @@ Requires: jai-imageio-core
|
||||
Requires: rhino >= 1.5
|
||||
Requires: xalan-j2
|
||||
Requires: xml-commons-apis >= 1.3.04
|
||||
Requires: xmlgraphics-commons
|
||||
Requires: %{name}-css = %{version}-%{release}
|
||||
|
||||
|
||||
@ -332,6 +333,10 @@ chmod +x $RPM_BUILD_ROOT%{_datadir}/%{name}/contrib/charts/convert.sh
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Apr 19 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.8-8
|
||||
- Add missing requires on xmlgraphics-commons
|
||||
- Resolves: rhbz#1443567
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user