From a165bfa8d6c15ef4b2f8ad3111488ec7e93e401d Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Mon, 28 Jun 2021 11:24:42 +0200 Subject: [PATCH] Remove unneeded buildrequires on jmock and hamcrest Resolves: rhbz#1976743 --- disruptor.spec | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/disruptor.spec b/disruptor.spec index 7960a92..9b12ad7 100644 --- a/disruptor.spec +++ b/disruptor.spec @@ -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 - 3.4.2-6 +- Remove unneeded buildrequires on jmock and hamcrest +- Resolves: rhbz#1976743 + * Thu Apr 15 2021 Mohan Boddu - 3.4.2-5 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937