Add missing requires on procps-ng
This commit is contained in:
parent
dfc48e9c9a
commit
bcefb83051
@ -1,6 +1,6 @@
|
||||
Name: maven-surefire
|
||||
Version: 2.20.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Epoch: 0
|
||||
Summary: Test framework project
|
||||
License: ASL 2.0 and CPL
|
||||
@ -45,6 +45,11 @@ BuildRequires: mvn(org.fusesource.jansi:jansi)
|
||||
BuildRequires: mvn(org.testng:testng)
|
||||
BuildRequires: mvn(org.testng:testng::jdk15:)
|
||||
|
||||
# PpidChecker relies on /usr/bin/ps to check process uptime
|
||||
Requires: procps-ng
|
||||
# BuildRequires is temporary to unbreak builds
|
||||
BuildRequires: procps-ng
|
||||
|
||||
%description
|
||||
Surefire is a test framework project.
|
||||
|
||||
@ -168,6 +173,9 @@ sed -i /-Xdoclint:all/d pom.xml
|
||||
%doc LICENSE NOTICE cpl-v10.html
|
||||
|
||||
%changelog
|
||||
* Mon Sep 18 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.20.1-2
|
||||
- Add missing requires on procps-ng
|
||||
|
||||
* Mon Sep 18 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.20.1-1
|
||||
- Update to upstream version 2.20.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user