Update Python 2 dependency declarations to new packaging standards
This commit is contained in:
parent
0f67d69812
commit
48abf2a709
@ -3,13 +3,13 @@ License: LGPLv2+
|
||||
Group: Development/Libraries
|
||||
Summary: Python module to work with kernel modules
|
||||
Version: 0.9
|
||||
Release: 17%{?dist}
|
||||
Release: 18%{?dist}
|
||||
URL: https://github.com/agrover/python-kmod/
|
||||
Source0: https://github.com/downloads/agrover/%{name}/%{name}-%{version}.tar.gz
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: Cython python3-Cython python3
|
||||
BuildRequires: python2-setuptools
|
||||
BuildRequires: python2-Cython python3-Cython python3
|
||||
BuildRequires: kmod-devel
|
||||
|
||||
%{?filter_setup:
|
||||
@ -59,6 +59,10 @@ Linux kernel modules, using libkmod.
|
||||
%doc COPYING.LESSER README
|
||||
|
||||
%changelog
|
||||
* Thu Jan 25 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.9-18
|
||||
- Update Python 2 dependency declarations to new packaging standards
|
||||
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||
|
||||
* Wed Jan 03 2018 Lumír Balhar <lbalhar@redhat.com> - 0.9-17
|
||||
- Fix directory ownership
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user