Add build-dependency on which
Resolves: RHEL-74266
This commit is contained in:
parent
5ed3d1ba88
commit
c30ba1e5ab
@ -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 <mizdebsk@redhat.com> - 2.4.1-5
|
||||
- Add build-dependency on which
|
||||
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2.4.1-4
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
|
Loading…
Reference in New Issue
Block a user