From 19641701220f5b56abc715fcbe73ed4cd88429f3 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Tue, 4 Nov 2025 21:22:17 -0800 Subject: [PATCH] fix(udev-joystick-blacklist): Drop release from Obsoletes (#7104) (#7123) * fix(udev-joystick-blacklist): Update conflict version for steam-device-rules * chore: Release * Trying something. --------- (cherry picked from commit 6008440f860a29cc3bfbe162e85e869272b66a05) Signed-off-by: Gilver Co-authored-by: Gilver --- .../udev-joystick-blacklist/udev-joystick-blacklist.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/games/udev-joystick-blacklist/udev-joystick-blacklist.spec b/anda/games/udev-joystick-blacklist/udev-joystick-blacklist.spec index 7736740651..f473aef9dd 100644 --- a/anda/games/udev-joystick-blacklist/udev-joystick-blacklist.spec +++ b/anda/games/udev-joystick-blacklist/udev-joystick-blacklist.spec @@ -4,14 +4,14 @@ Name: udev-joystick-blacklist Version: 0^%{commit_date}git%{shortcommit} -Release: 2%{?dist} +Release: 3%{?dist} Summary: Fix for keyboard/mouse/tablet being detected as joysticks in Linux License: Public Domain URL: https://github.com/denilsonsa/udev-joystick-blacklist Source0: %{url}/archive/%{commit}.tar.gz BuildRequires: systemd-rpm-macros Conflicts: %{name}-rm -Conflicts: steam-device-rules <= 1.0.0.85-1 +Conflicts: steam-device-rules <= 1.0.0.85 BuildArch: noarch Packager: Gilver E. @@ -23,8 +23,8 @@ This package contains rules which will prevent those devices from being recogniz %package rm Summary: Fix for keyboard/mouse/tablet being detected as joysticks in Linux Conflicts: %{name} -Conflicts: steam-device-rules <= 1.0.0.85-1 -Obsoletes: steam-device-rules <= 1.0.0.85-1 +Conflicts: steam-device-rules <= 1.0.0.85 +Obsoletes: steam-device-rules <= 1.0.0.85 %description rm There are several devices that, although recognized by kernel as joysticks, are not joysticks.