Hello community,

here is the log from the commit of package dracut for openSUSE:Factory checked 
in at 2014-09-24 13:09:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dracut (Old)
 and      /work/SRC/openSUSE:Factory/.dracut.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dracut"

Changes:
--------
--- /work/SRC/openSUSE:Factory/dracut/dracut.changes    2014-09-12 
11:19:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dracut.new/dracut.changes       2014-09-24 
13:09:10.000000000 +0200
@@ -1,0 +2,7 @@
+Mon Sep 22 13:33:11 UTC 2014 - [email protected]
+
+- Try to load xennet driver in network module (if loaded).
+  bnc#896464
+* Add 0159-network-Try-to-load-xennet.patch
+
+-------------------------------------------------------------------

New:
----
  0159-network-Try-to-load-xennet.patch

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

Other differences:
------------------
++++++ dracut.spec ++++++
--- /var/tmp/diff_new_pack.Sj2cfh/_old  2014-09-24 13:09:13.000000000 +0200
+++ /var/tmp/diff_new_pack.Sj2cfh/_new  2014-09-24 13:09:13.000000000 +0200
@@ -179,6 +179,7 @@
 Patch156:       0156-dracut.usage.asc-Remove-distro-specific-help-from-ma.patch
 Patch157:       0157-Add-boot-zipl-to-host-devs-if-it-is-a-mount-point.patch
 Patch158:       0158-Add-SUSE-kernel-module-dependencies-in-etc-modprobe..patch
+Patch159:       0159-network-Try-to-load-xennet.patch
 
 BuildRequires:  asciidoc
 BuildRequires:  bash
@@ -380,6 +381,7 @@
 %patch156 -p1
 %patch157 -p1
 %patch158 -p1
+%patch159 -p1
 
 %build
 %configure\

++++++ 0159-network-Try-to-load-xennet.patch ++++++
>From 2a73a8c956bd3b34f19cadd17b44303d8c104a53 Mon Sep 17 00:00:00 2001
From: Thomas Renninger <[email protected]>
Date: Fri, 19 Sep 2014 15:34:54 +0200
Subject: network: Try to load xennet

bnc#896464

Signed-off-by: Thomas Renninger <[email protected]>
---
 modules.d/40network/module-setup.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules.d/40network/module-setup.sh 
b/modules.d/40network/module-setup.sh
index 886866b..6a7e51a 100755
--- a/modules.d/40network/module-setup.sh
+++ b/modules.d/40network/module-setup.sh
@@ -70,7 +70,7 @@ installkernel() {
         =drivers/net/phy \
         =drivers/net/team \
         =drivers/net/ethernet \
-        ecb arc4 bridge stp llc ipv6 bonding 8021q af_packet virtio_net
+        ecb arc4 bridge stp llc ipv6 bonding 8021q af_packet virtio_net xennet
 }
 
 # called by dracut
-- 
1.7.6.1

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to