Remove unneeded buildrequires on jmock and hamcrest
Resolves: rhbz#1976743
This commit is contained in:
parent
cd312ca84c
commit
a165bfa8d6
@ -1,25 +1,17 @@
|
||||
Name: disruptor
|
||||
Version: 3.4.2
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: Concurrent Programming Framework
|
||||
License: ASL 2.0
|
||||
URL: https://lmax-exchange.github.io/disruptor/
|
||||
BuildArch: noarch
|
||||
|
||||
Source0: https://github.com/LMAX-Exchange/disruptor/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: https://repo1.maven.org/maven2/com/lmax/%{name}/%{version}/%{name}-%{version}.pom
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
BuildRequires: mvn(org.hamcrest:hamcrest-library)
|
||||
BuildRequires: mvn(org.jmock:jmock-junit4)
|
||||
BuildRequires: mvn(org.jmock:jmock-legacy)
|
||||
|
||||
%if 0
|
||||
# Unavailable performance test deps
|
||||
BuildRequires: mvn(org.hdrhistogram:HdrHistogram:1.2.1)
|
||||
%endif
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
A High Performance Inter-Thread Messaging Library.
|
||||
@ -84,6 +76,10 @@ rm -r src/test/java/com/lmax/disruptor/dsl/DisruptorTest.java
|
||||
%license LICENCE.txt
|
||||
|
||||
%changelog
|
||||
* Mon Jun 28 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.4.2-6
|
||||
- Remove unneeded buildrequires on jmock and hamcrest
|
||||
- Resolves: rhbz#1976743
|
||||
|
||||
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 3.4.2-5
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user