Remove unneeded buildrequires on jmock and hamcrest

Resolves: rhbz#1976743
This commit is contained in:
Mikolaj Izdebski 2021-06-28 11:24:42 +02:00
parent cd312ca84c
commit a165bfa8d6

View File

@ -1,25 +1,17 @@
Name: disruptor Name: disruptor
Version: 3.4.2 Version: 3.4.2
Release: 5%{?dist} Release: 6%{?dist}
Summary: Concurrent Programming Framework Summary: Concurrent Programming Framework
License: ASL 2.0 License: ASL 2.0
URL: https://lmax-exchange.github.io/disruptor/ URL: https://lmax-exchange.github.io/disruptor/
BuildArch: noarch
Source0: https://github.com/LMAX-Exchange/disruptor/archive/%{version}/%{name}-%{version}.tar.gz 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 Source1: https://repo1.maven.org/maven2/com/lmax/%{name}/%{version}/%{name}-%{version}.pom
BuildRequires: maven-local BuildRequires: maven-local
BuildRequires: mvn(junit:junit) BuildRequires: mvn(junit:junit)
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) 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 %description
A High Performance Inter-Thread Messaging Library. 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 %license LICENCE.txt
%changelog %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 * 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 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937