diff --git a/recap.spec b/recap.spec index 935e0f2..92505a2 100644 --- a/recap.spec +++ b/recap.spec @@ -1,15 +1,15 @@ Name: recap Version: 1.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Generates reports of various system information License: GPLv2 URL: https://github.com/rackerlabs/recap Source0: https://github.com/rackerlabs/recap/archive/%{version}/recap-%{version}.tar.gz BuildArch: noarch -Requires: bc Requires: crontabs Requires: iotop Requires: iproute +Requires: links %if 0%{?rhel} && 0%{?rhel} < 7 Requires: procps %else @@ -55,6 +55,10 @@ make install-man %changelog +* Wed Nov 08 2017 Carl George - 1.2.0-2 +- Drop requirement on bc +- Add requirement on links + * Wed Nov 08 2017 Carl George - 1.2.0-1 - Latest upstream rhbz#1489995 - Switch dependency of net-tools to iproute rhbz#1496151