From 05092e6ef598e55bf785e722c61fb4483b69252c Mon Sep 17 00:00:00 2001 From: AlmaLinux RelEng Bot Date: Mon, 30 Mar 2026 10:55:57 -0400 Subject: [PATCH] import CS python-libevdev-0.9-5.el9 --- SPECS/python-libevdev.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SPECS/python-libevdev.spec b/SPECS/python-libevdev.spec index fa9e2d9..d61d355 100644 --- a/SPECS/python-libevdev.spec +++ b/SPECS/python-libevdev.spec @@ -1,6 +1,6 @@ Name: python-libevdev Version: 0.9 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Python bindings to the libevdev evdev device wrapper library License: MIT @@ -30,6 +30,7 @@ devices and create uinput devices. %prep %autosetup -n %{name}-%{version} -p1 +%py3_shebang_fix . %build @@ -46,6 +47,9 @@ devices and create uinput devices. %{python3_sitelib}/libevdev-%{version}-py*.egg-info %changelog +* Thu Dec 04 2025 Peter Hutterer - 0.9-5 +- use pathfix.py + * Tue Aug 10 2021 Mohan Boddu - 0.9-4 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688