From f0d6c4c59b15ea55e1592bbb83bf0cc6bb8662e1 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Fri, 25 Feb 2022 14:32:21 +0800 Subject: [PATCH] Rebuild for fix log4j1.x cves --- jython.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/jython.spec b/jython.spec index f138473..fb7a351 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 -- Gitee