diff --git a/python-kmod.spec b/python-kmod.spec index d3570da..3488bc0 100644 --- a/python-kmod.spec +++ b/python-kmod.spec @@ -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 - 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 - 0.9-17 - Fix directory ownership