Accepting request 878311 from home:munix9
- Add fix-consider-bind-action.patch - Systemd catches up with bind events (boo#1183058) (gh#M0Rf30/android-udev-rules#204) OBS-URL: https://build.opensuse.org/request/show/878311 OBS-URL: https://build.opensuse.org/package/show/hardware/android-udev-rules?expand=0&rev=11
This commit is contained in:
parent
c8ce704caf
commit
4182c682d3
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 9 13:49:10 UTC 2021 - munix9@googlemail.com
|
||||
|
||||
- Add fix-consider-bind-action.patch - Systemd catches up with
|
||||
bind events (boo#1183058) (gh#M0Rf30/android-udev-rules#204)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 2 13:21:48 UTC 2021 - munix9@googlemail.com
|
||||
|
||||
|
@ -24,6 +24,8 @@ License: GPL-3.0-or-later
|
||||
Group: Hardware/Mobile
|
||||
URL: https://github.com/M0Rf30/android-udev-rules
|
||||
Source0: https://github.com/M0Rf30/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
# PATCH-FIX-UPSTREAM fix-consider-bind-action.patch boo#1183058 munix9@googlemail.com -- Systemd catches up with bind events
|
||||
Patch0: fix-consider-bind-action.patch
|
||||
BuildRequires: sysuser-shadow
|
||||
BuildRequires: sysuser-tools
|
||||
Recommends: android-tools
|
||||
|
11
fix-consider-bind-action.patch
Normal file
11
fix-consider-bind-action.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- a/51-android.rules
|
||||
+++ b/51-android.rules
|
||||
@@ -16,7 +16,7 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
# Skip testing for android devices if device is not add, or usb
|
||||
-ACTION!="add", GOTO="android_usb_rules_end"
|
||||
+ACTION!="add", ACTION!="bind", GOTO="android_usb_rules_end"
|
||||
SUBSYSTEM!="usb", GOTO="android_usb_rules_end"
|
||||
|
||||
# For Android devices that enable this universal rule suggested here:
|
Loading…
Reference in New Issue
Block a user