Require python3-libevdev for the utils subpackage

This commit is contained in:
Peter Hutterer 2019-03-14 18:17:38 +10:00
parent 51e150c06b
commit 8bdce90385

View File

@ -5,7 +5,7 @@
Name: libinput Name: libinput
Version: 1.12.901 Version: 1.12.901
Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
Summary: Input device library Summary: Input device library
License: MIT License: MIT
@ -47,7 +47,7 @@ developing applications that use %{name}.
%package utils %package utils
Summary: Utilities and tools for debugging %{name} Summary: Utilities and tools for debugging %{name}
Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: python3-evdev python3-pyudev Requires: python3-evdev python3-pyudev python3-libevdev
%description utils %description utils
The %{name}-utils package contains tools to debug hardware and analyze The %{name}-utils package contains tools to debug hardware and analyze
@ -117,6 +117,9 @@ pathfix.py -i %{__python3} -p -n $(git grep -l '#!/usr/bin/.*python3')
%{_mandir}/man1/libinput-replay.1* %{_mandir}/man1/libinput-replay.1*
%changelog %changelog
* Fri Mar 15 2019 Peter Hutterer <peter.hutterer@redhat.com> 1.12.901-2
- Require python3-libevdev for the utils subpackage
* Thu Mar 14 2019 Peter Hutterer <peter.hutterer@redhat.com> 1.12.901-1 * Thu Mar 14 2019 Peter Hutterer <peter.hutterer@redhat.com> 1.12.901-1
- libinput 1.12.901 - libinput 1.12.901