Remove temporary build-requires

This commit is contained in:
Mikolaj Izdebski 2017-09-18 15:53:13 +02:00
parent bcefb83051
commit 19a29b8955

View File

@ -1,6 +1,6 @@
Name: maven-surefire Name: maven-surefire
Version: 2.20.1 Version: 2.20.1
Release: 2%{?dist} Release: 3%{?dist}
Epoch: 0 Epoch: 0
Summary: Test framework project Summary: Test framework project
License: ASL 2.0 and CPL License: ASL 2.0 and CPL
@ -47,8 +47,6 @@ BuildRequires: mvn(org.testng:testng::jdk15:)
# PpidChecker relies on /usr/bin/ps to check process uptime # PpidChecker relies on /usr/bin/ps to check process uptime
Requires: procps-ng Requires: procps-ng
# BuildRequires is temporary to unbreak builds
BuildRequires: procps-ng
%description %description
Surefire is a test framework project. Surefire is a test framework project.
@ -173,6 +171,9 @@ sed -i /-Xdoclint:all/d pom.xml
%doc LICENSE NOTICE cpl-v10.html %doc LICENSE NOTICE cpl-v10.html
%changelog %changelog
* Mon Sep 18 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.20.1-3
- Remove temporary build-requires
* Mon Sep 18 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.20.1-2 * Mon Sep 18 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.20.1-2
- Add missing requires on procps-ng - Add missing requires on procps-ng