From ed571d54d01826e408dc44109efcfb7f7b6c7c1b Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 10 Aug 2021 00:15:24 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- python-libevdev.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-libevdev.spec b/python-libevdev.spec index 30bc300..fa9e2d9 100644 --- a/python-libevdev.spec +++ b/python-libevdev.spec @@ -1,6 +1,6 @@ Name: python-libevdev Version: 0.9 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python bindings to the libevdev evdev device wrapper library License: MIT @@ -46,6 +46,10 @@ devices and create uinput devices. %{python3_sitelib}/libevdev-%{version}-py*.egg-info %changelog +* Tue Aug 10 2021 Mohan Boddu - 0.9-4 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Fri May 14 2021 Peter Hutterer 0.9-3 - Import from Fedora (#1957087)