diff --git a/jython.spec b/jython.spec index f1384730c0fe7cde8c1925252ff773d9d5318d3c..fb7a3516c34969ccac61425f659a50707986ca5c 100644 --- a/jython.spec +++ b/jython.spec @@ -2,7 +2,7 @@ %global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g') Name: jython Version: 2.7.1 -Release: 1 +Release: 2 Summary: A Java implementation of the Python language License: ASL 1.1 and BSD URL: http://www.jython.org/ @@ -144,5 +144,8 @@ ln -s %{_datadir}/%{name}/bin/jython $RPM_BUILD_ROOT%{_bindir} %{_datadir}/%{name}/Demo %changelog +* Fri Feb 25 2022 wangkai - 2.7.1-2 +- Rebuild for fix log4j1.x cves + * Mon Aug 3 2020 yanan li - 2.7.1-1 - Package init