Remove udev rules
They're upstream in systemd 250, see: https://github.com/systemd/systemd/pull/21605
This commit is contained in:
parent
ae9a34b24e
commit
3b6bcb64c7
@ -1,7 +0,0 @@
|
||||
# Get access to /dev/rfkill for users
|
||||
# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
|
||||
#
|
||||
# Simplified by Kay Sievers
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=733326
|
||||
|
||||
KERNEL=="rfkill", SUBSYSTEM=="misc", TAG+="uaccess"
|
@ -7,7 +7,6 @@ Summary: Bluetooth graphical utilities
|
||||
License: GPLv2+
|
||||
URL: https://wiki.gnome.org/Projects/GnomeBluetooth
|
||||
Source0: https://download.gnome.org/sources/gnome-bluetooth/3.34/gnome-bluetooth-%{version}.tar.xz
|
||||
Source1: 61-gnome-bluetooth-rfkill.rules
|
||||
|
||||
%if 0%{?rhel}
|
||||
ExcludeArch: s390 s390x
|
||||
@ -69,8 +68,6 @@ for writing applications that require a Bluetooth device selection widget.
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
install -m0644 -D %{SOURCE1} $RPM_BUILD_ROOT/usr/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules
|
||||
|
||||
%find_lang gnome-bluetooth2
|
||||
|
||||
%check
|
||||
@ -83,7 +80,6 @@ install -m0644 -D %{SOURCE1} $RPM_BUILD_ROOT/usr/lib/udev/rules.d/61-gnome-bluet
|
||||
%{_datadir}/applications/*.desktop
|
||||
%{_datadir}/gnome-bluetooth/
|
||||
%{_mandir}/man1/*
|
||||
/usr/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules
|
||||
|
||||
%files -f gnome-bluetooth2.lang libs
|
||||
%license COPYING.LIB
|
||||
|
Loading…
Reference in New Issue
Block a user