Update Python 2 dependency declarations to new packaging standards
This commit is contained in:
parent
ba9abd5730
commit
f8c8e625d1
@ -1,6 +1,6 @@
|
|||||||
Name: rdma-core
|
Name: rdma-core
|
||||||
Version: 16.2
|
Version: 16.2
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: RDMA core userspace libraries and daemons
|
Summary: RDMA core userspace libraries and daemons
|
||||||
|
|
||||||
%ifnarch s390 %{arm}
|
%ifnarch s390 %{arm}
|
||||||
@ -27,7 +27,7 @@ BuildRequires: valgrind-devel
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
BuildRequires: systemd-devel
|
BuildRequires: systemd-devel
|
||||||
BuildRequires: python
|
BuildRequires: python2
|
||||||
|
|
||||||
Requires: dracut, kmod, systemd
|
Requires: dracut, kmod, systemd
|
||||||
# Red Hat/Fedora previously shipped redhat/ as a stand-alone
|
# 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
|
%doc %{_docdir}/%{name}-%{version}/ibsrpdm.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Mar 18 2018 Iryna Shcherbina <ishcherb@redhat.com> - 16.2-4
|
||||||
|
- Update Python 2 dependency declarations to new packaging standards
|
||||||
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||||
|
|
||||||
* Tue Feb 06 2018 Orion Poplawski <orion@nwra.com> - 16.2-3
|
* Tue Feb 06 2018 Orion Poplawski <orion@nwra.com> - 16.2-3
|
||||||
- Build for s390/x
|
- Build for s390/x
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user