mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-05 19:32:18 +00:00
fix(udev-joystick-blacklist): Conflict and obsolete steam-device-rules (#7086)
* fix(udev-joystick-blacklist): Conflict and obsolete steam-device-rules Signed-off-by: Gilver <rockgrub@disroot.org> * chore: Add conflict to main package too Signed-off-by: Gilver <rockgrub@disroot.org> * Maybe...? Signed-off-by: Gilver <rockgrub@disroot.org> --------- Signed-off-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
@@ -4,13 +4,14 @@
|
||||
|
||||
Name: udev-joystick-blacklist
|
||||
Version: 0^%{commit_date}git%{shortcommit}
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?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
|
||||
BuildArch: noarch
|
||||
Packager: Gilver E. <rockgrub@disroot.org>
|
||||
|
||||
@@ -22,6 +23,7 @@ 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
|
||||
|
||||
%description rm
|
||||
|
||||
Reference in New Issue
Block a user