From f8c8e625d1d770bbc8e254aa6adfcfc7ccce2a19 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Sun, 18 Mar 2018 16:37:35 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- rdma-core.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/rdma-core.spec b/rdma-core.spec index 2acc53a..92c12a5 100644 --- a/rdma-core.spec +++ b/rdma-core.spec @@ -1,6 +1,6 @@ Name: rdma-core Version: 16.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: RDMA core userspace libraries and daemons %ifnarch s390 %{arm} @@ -27,7 +27,7 @@ BuildRequires: valgrind-devel %endif BuildRequires: systemd BuildRequires: systemd-devel -BuildRequires: python +BuildRequires: python2 Requires: dracut, kmod, systemd # Red Hat/Fedora previously shipped redhat/ as a stand-alone @@ -504,6 +504,10 @@ rm -f %{buildroot}/%{_sbindir}/srp_daemon.sh %doc %{_docdir}/%{name}-%{version}/ibsrpdm.md %changelog +* Sun Mar 18 2018 Iryna Shcherbina - 16.2-4 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Tue Feb 06 2018 Orion Poplawski - 16.2-3 - Build for s390/x