From ca3c508401df844807f2e7646c545c049c0cbb3b Mon Sep 17 00:00:00 2001 From: Thomas F Herbert Date: Mon, 5 Mar 2018 17:21:56 -0500 Subject: Remove subunit from Centos requirements. JIRA: VPP-1229 Subunit and Subunit-devel in Fedora and Epel but not Centos. This patch moves the Fedora from the Centos specific requirements. Change-Id: I093a4571cddf14af5ee2827ba8ee00c7bcbe6fc0 Signed-off-by: Thomas F Herbert --- extras/rpm/vpp.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'extras') diff --git a/extras/rpm/vpp.spec b/extras/rpm/vpp.spec index fe4f3d83999..e2caa986fac 100644 --- a/extras/rpm/vpp.spec +++ b/extras/rpm/vpp.spec @@ -50,12 +50,13 @@ Release: %{_release} Requires: vpp-lib = %{_version}-%{_release}, vpp-selinux-policy = %{_version}-%{_release}, net-tools, pciutils, python BuildRequires: systemd, chrpath BuildRequires: check, check-devel -BuildRequires: subunit, subunit-devel %if 0%{?fedora} >= 26 +BuildRequires: subunit, subunit-devel BuildRequires: compat-openssl10-devel BuildRequires: python2-devel, python2-virtualenv %else %if 0%{?fedora} == 25 +BuildRequires: subunit, subunit-devel BuildRequires: openssl-devel BuildRequires: python-devel, python2-virtualenv %else -- cgit 1.2.3-korg