Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package android-udev-rules for 
openSUSE:Factory checked in at 2021-03-11 20:12:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/android-udev-rules (Old)
 and      /work/SRC/openSUSE:Factory/.android-udev-rules.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "android-udev-rules"

Thu Mar 11 20:12:11 2021 rev:6 rq:878374 version:20210302

Changes:
--------
--- /work/SRC/openSUSE:Factory/android-udev-rules/android-udev-rules.changes    
2021-03-05 13:49:43.583864905 +0100
+++ 
/work/SRC/openSUSE:Factory/.android-udev-rules.new.2401/android-udev-rules.changes
  2021-03-11 20:13:19.624764356 +0100
@@ -1,0 +2,6 @@
+Tue Mar  9 13:49:10 UTC 2021 - mun...@googlemail.com
+
+- Add fix-consider-bind-action.patch - Systemd catches up with
+  bind events (boo#1183058) (gh#M0Rf30/android-udev-rules#204)
+
+-------------------------------------------------------------------

New:
----
  fix-consider-bind-action.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ android-udev-rules.spec ++++++
--- /var/tmp/diff_new_pack.EoMxGg/_old  2021-03-11 20:13:20.176765252 +0100
+++ /var/tmp/diff_new_pack.EoMxGg/_new  2021-03-11 20:13:20.180765258 +0100
@@ -24,6 +24,8 @@
 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 
mun...@googlemail.com -- Systemd catches up with bind events
+Patch0:         fix-consider-bind-action.patch
 BuildRequires:  sysuser-shadow
 BuildRequires:  sysuser-tools
 Recommends:     android-tools

++++++ fix-consider-bind-action.patch ++++++
--- 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:

Reply via email to