Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2014-08-11 10:08:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/systemd (Old)
 and      /work/SRC/openSUSE:Factory/.systemd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "systemd"

Changes:
--------
--- /work/SRC/openSUSE:Factory/systemd/systemd-mini.changes     2014-08-03 
15:36:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-mini.changes        
2014-08-11 10:08:53.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Aug  8 12:47:48 UTC 2014 - [email protected]
+
+- Set default permissions for GenWQE device nodes to 0666 (bnc#890977).
+  Add 1062-rules-set-default-permissions-for-GenWQE-devices.patch 
+
+-------------------------------------------------------------------
systemd.changes: same change

New:
----
  1062-rules-set-default-permissions-for-GenWQE-devices.patch

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

Other differences:
------------------
++++++ systemd-mini.spec ++++++
--- /var/tmp/diff_new_pack.Z4jr0l/_old  2014-08-11 10:08:57.000000000 +0200
+++ /var/tmp/diff_new_pack.Z4jr0l/_new  2014-08-11 10:08:57.000000000 +0200
@@ -890,6 +890,8 @@
 Patch1060:      
1060-udev-use-device-mapper-target-name-for-btrfs-device-ready.patch
 # PATCH-FIX-UPSTREAM 
1061-rules-allow-systemd-to-manage-loop-device-partitions.patch
 Patch1061:      1061-rules-allow-systemd-to-manage-loop-device-partitions.patch
+# PATCH-FIX-SUSE 1062-rules-set-default-permissions-for-GenWQE-devices.patch 
(bnc#890977)
+Patch1062:      1062-rules-set-default-permissions-for-GenWQE-devices.patch
 
 %description
 Systemd is a system and service manager, compatible with SysV and LSB
@@ -1500,6 +1502,7 @@
 %patch1059 -p0
 %patch1060 -p1
 %patch1061 -p0
+%patch1062 -p1
 
 # ensure generate files are removed
 rm -f units/emergency.service

++++++ systemd.spec ++++++
--- /var/tmp/diff_new_pack.Z4jr0l/_old  2014-08-11 10:08:57.000000000 +0200
+++ /var/tmp/diff_new_pack.Z4jr0l/_new  2014-08-11 10:08:57.000000000 +0200
@@ -885,6 +885,8 @@
 Patch1060:      
1060-udev-use-device-mapper-target-name-for-btrfs-device-ready.patch
 # PATCH-FIX-UPSTREAM 
1061-rules-allow-systemd-to-manage-loop-device-partitions.patch
 Patch1061:      1061-rules-allow-systemd-to-manage-loop-device-partitions.patch
+# PATCH-FIX-SUSE 1062-rules-set-default-permissions-for-GenWQE-devices.patch 
(bnc#890977)
+Patch1062:      1062-rules-set-default-permissions-for-GenWQE-devices.patch
 
 %description
 Systemd is a system and service manager, compatible with SysV and LSB
@@ -1495,6 +1497,7 @@
 %patch1059 -p0
 %patch1060 -p1
 %patch1061 -p0
+%patch1062 -p1
 
 # ensure generate files are removed
 rm -f units/emergency.service

++++++ 1062-rules-set-default-permissions-for-GenWQE-devices.patch ++++++
Index: systemd-210/rules/50-udev-default.rules
===================================================================
--- systemd-210.orig/rules/50-udev-default.rules
+++ systemd-210/rules/50-udev-default.rules
@@ -66,4 +66,6 @@ KERNEL=="tun", MODE="0666", OPTIONS+="st
 
 KERNEL=="fuse", MODE="0666", OPTIONS+="static_node=fuse"
 
+KERNEL=="genwqe*", MODE="0666"
+
 LABEL="default_permissions_end"
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to