Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2013-07-02 12:29:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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     2013-06-26 
11:08:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-mini.changes        
2013-07-02 14:30:29.000000000 +0200
@@ -1,0 +2,11 @@
+Mon Jul  1 09:14:55 UTC 2013 - co...@suse.com
+
+- systemd-mini doesn't need dbus-1, only dbus-1-devel
+
+-------------------------------------------------------------------
+Wed Jun 26 09:31:14 UTC 2013 - rmila...@suse.com
+
+- Re-add fixed udev MSFT compability rules (bnc#805059, bnc#826528).
+  add: 1008-add-msft-compability-rules.patch
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/systemd/systemd.changes  2013-06-26 
11:08:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd.changes     2013-07-02 
14:30:29.000000000 +0200
@@ -1,0 +2,11 @@
+Mon Jul  1 09:14:55 UTC 2013 - co...@suse.com
+
+- systemd-mini doesn't need dbus-1, only dbus-1-devel
+
+-------------------------------------------------------------------
+Wed Jun 26 09:31:14 UTC 2013 - rmila...@suse.com
+
+- Re-add fixed udev MSFT compability rules (bnc#805059, bnc#826528).
+  add: 1008-add-msft-compability-rules.patch
+
+-------------------------------------------------------------------

New:
----
  1008-add-msft-compability-rules.patch

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

Other differences:
------------------
++++++ systemd-mini.spec ++++++
--- /var/tmp/diff_new_pack.YIpAuE/_old  2013-07-02 14:30:30.000000000 +0200
+++ /var/tmp/diff_new_pack.YIpAuE/_new  2013-07-02 14:30:30.000000000 +0200
@@ -35,8 +35,8 @@
 Provides:       %{real} = %{version}-%{release}
 
 BuildRequires:  audit-devel
-BuildRequires:  dbus-1
 %if ! 0%{?bootstrap}
+BuildRequires:  dbus-1
 BuildRequires:  docbook-xsl-stylesheets
 %endif
 BuildRequires:  fdupes
@@ -80,6 +80,7 @@
 BuildRequires:  pkgconfig(libsepol)
 BuildRequires:  pkgconfig(usbutils) >= 0.82
 %if 0%{?bootstrap}
+#!BuildIgnore:  dbus-1
 Requires:       this-is-only-for-build-envs
 Conflicts:      systemd
 Conflicts:      kiwi
@@ -201,6 +202,8 @@
 Patch1006:      1006-udev-always-rename-network.patch
 # PATCH-FIX-OPENSUSE 1007-physical-hotplug-cpu-and-memory.patch
 Patch1007:      1007-physical-hotplug-cpu-and-memory.patch
+# PATCH-FIX-OPENSUSE 1008-add-msft-compability-rules.patch
+Patch1008:      1008-add-msft-compability-rules.patch
 
 %description
 Systemd is a system and service manager, compatible with SysV and LSB
@@ -435,6 +438,7 @@
 # don't apply when bootstrapping to not modify Makefile.am
 %if ! 0%{?bootstrap}
 %patch1007 -p1
+%patch1008 -p1
 %endif
 
 %build

++++++ systemd.spec ++++++
--- /var/tmp/diff_new_pack.YIpAuE/_old  2013-07-02 14:30:30.000000000 +0200
+++ /var/tmp/diff_new_pack.YIpAuE/_new  2013-07-02 14:30:30.000000000 +0200
@@ -30,8 +30,8 @@
 Group:          System/Base
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  audit-devel
-BuildRequires:  dbus-1
 %if ! 0%{?bootstrap}
+BuildRequires:  dbus-1
 BuildRequires:  docbook-xsl-stylesheets
 %endif
 BuildRequires:  fdupes
@@ -75,6 +75,7 @@
 BuildRequires:  pkgconfig(libsepol)
 BuildRequires:  pkgconfig(usbutils) >= 0.82
 %if 0%{?bootstrap}
+#!BuildIgnore:  dbus-1
 Requires:       this-is-only-for-build-envs
 Conflicts:      systemd
 Conflicts:      kiwi
@@ -196,6 +197,8 @@
 Patch1006:      1006-udev-always-rename-network.patch
 # PATCH-FIX-OPENSUSE 1007-physical-hotplug-cpu-and-memory.patch
 Patch1007:      1007-physical-hotplug-cpu-and-memory.patch
+# PATCH-FIX-OPENSUSE 1008-add-msft-compability-rules.patch
+Patch1008:      1008-add-msft-compability-rules.patch
 
 %description
 Systemd is a system and service manager, compatible with SysV and LSB
@@ -430,6 +433,7 @@
 # don't apply when bootstrapping to not modify Makefile.am
 %if ! 0%{?bootstrap}
 %patch1007 -p1
+%patch1008 -p1
 %endif
 
 %build

++++++ 1008-add-msft-compability-rules.patch ++++++
Index: systemd-204/Makefile.am
===================================================================
--- systemd-204.orig/Makefile.am
+++ systemd-204/Makefile.am
@@ -2242,6 +2242,10 @@ dist_udevrules_DATA += \
        rules/80-hotplug-cpu-mem.rules
 
 # 
------------------------------------------------------------------------------
+dist_udevrules_DATA += \
+        rules/61-msft.rules
+
+# 
------------------------------------------------------------------------------
 if ENABLE_GUDEV
 if ENABLE_GTK_DOC
 SUBDIRS += \
Index: systemd-204/rules/61-msft.rules
===================================================================
--- /dev/null
+++ systemd-204/rules/61-msft.rules
@@ -0,0 +1,9 @@
+# MSFT compability rules
+ACTION!="add|change", GOTO="msft_end"
+
+ENV{DEVTYPE}=="partition", IMPORT{parent}="SCSI_IDENT_*"
+KERNEL=="sd*[!0-9]|sr*", ENV{SCSI_IDENT_LUN_T10}!="?*", 
IMPORT{program}="/usr/bin/sg_inq -p di --export $tempnode"
+KERNEL=="sd*|sr*", ENV{DEVTYPE}=="disk", ENV{SCSI_IDENT_LUN_T10}=="?*", 
SYMLINK+="disk/by-id/scsi-1$env{SCSI_IDENT_LUN_T10}"
+KERNEL=="sd*", ENV{DEVTYPE}=="partition", ENV{SCSI_IDENT_LUN_T10}=="?*", 
SYMLINK+="disk/by-id/scsi-1$env{SCSI_IDENT_LUN_T10}-part%n"
+
+LABEL="msft_end"
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to