From 5f3568488290047ffb130c9e05507353e9366272 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 12 2018 06:17:26 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-uinput.spec b/python-uinput.spec index f8f4a30..3b33901 100644 --- a/python-uinput.spec +++ b/python-uinput.spec @@ -8,14 +8,14 @@ Name: python-uinput Version: 0.10.1 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Pythonic API to the Linux uinput kernel module License: GPLv3 URL: http://pypi.python.org/pypi/python-uinput/ Source0: http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz -BuildRequires: python-devel +BuildRequires: python2-devel BuildRequires: kernel-headers BuildRequires: libudev-devel @@ -109,6 +109,10 @@ chmod a-x examples/* %changelog +* Mon Feb 12 2018 Iryna Shcherbina - 0.10.1-17 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 0.10.1-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild