From 3a36255906848208cea28a8096cf831b879e19df Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Thu, 15 Mar 2018 06:10:49 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- libevdev.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libevdev.spec b/libevdev.spec index 648a0fc..630b797 100644 --- a/libevdev.spec +++ b/libevdev.spec @@ -1,6 +1,6 @@ Name: libevdev Version: 1.5.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Kernel Evdev Device Wrapper Library Group: System Environment/Libraries @@ -9,7 +9,7 @@ URL: http://www.freedesktop.org/wiki/Software/libevdev Source0: http://www.freedesktop.org/software/%{name}/%{name}-%{version}.tar.xz BuildRequires: automake libtool -BuildRequires: python +BuildRequires: python2 %description %{name} is a library to wrap kernel evdev devices and provide a proper API @@ -64,6 +64,10 @@ rm -f %{buildroot}%{_libdir}/*.la %{_bindir}/libevdev-tweak-device %changelog +* Thu Mar 15 2018 Iryna Shcherbina - 1.5.9-2 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Thu Mar 08 2018 Peter Hutterer 1.5.9-1 - libevdev 1.5.9