diff --git a/jansi.spec b/jansi.spec index c861407..9e21ca1 100644 --- a/jansi.spec +++ b/jansi.spec @@ -2,7 +2,7 @@ Name: jansi Version: 2.4.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Generate and interpret ANSI escape sequences in Java License: Apache-2.0 URL: http://fusesource.github.io/jansi/ @@ -28,6 +28,10 @@ BuildRequires: mvn(org.junit.jupiter:junit-jupiter) BuildRequires: mvn(org.junit.jupiter:junit-jupiter-params) BuildRequires: mvn(org.moditect:moditect-maven-plugin) %endif +# which is required to generate debuginfo package +# https://bugzilla.redhat.com/show_bug.cgi?id=2323513 +# https://issues.redhat.com/browse/RHEL-74266 +BuildRequires: which %description Jansi is a small java library that allows you to use ANSI escape sequences @@ -95,6 +99,9 @@ cp -p src/main/native/libjansi.so %{buildroot}%{_prefix}/lib/%{name} %license license.txt %changelog +* Thu Jan 16 2025 Mikolaj Izdebski - 2.4.1-5 +- Add build-dependency on which + * Tue Oct 29 2024 Troy Dawson - 2.4.1-4 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018