Hello community,

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

Package is "dracut"

Thu Oct 25 08:11:11 2018 rev:129 rq:642088 version:044.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/dracut/dracut.changes    2018-09-18 
11:36:02.196378589 +0200
+++ /work/SRC/openSUSE:Factory/.dracut.new/dracut.changes       2018-10-25 
08:11:12.796232375 +0200
@@ -1,0 +2,6 @@
+Wed Oct 10 14:56:36 UTC 2018 - Daniel Molkentin <[email protected]>
+
+- Add nfit module (bsc#1110519) 
+  * adds 0581-kernel-modules-add-nfit.patch
+
+-------------------------------------------------------------------

New:
----
  0581-kernel-modules-add-nfit.patch

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

Other differences:
------------------
++++++ dracut.spec ++++++
--- /var/tmp/diff_new_pack.euPt0H/_old  2018-10-25 08:11:15.892230347 +0200
+++ /var/tmp/diff_new_pack.euPt0H/_new  2018-10-25 08:11:15.896230345 +0200
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -405,6 +405,8 @@
 Patch574:       0574-s-find_btrfs_devs-btrfs_devs.patch
 # Patch adopted from upstream commit 940169e8d8e500498a3f350b2b3f341ae6548492
 Patch580:       0580-check_for_CONFIG_ACPI_TABLE_UPGRADE.patch
+# Patch adopted from upstream commit 09ba1b289f2cba613c1950b03f0f549ebb7eb83f
+Patch581:       0581-kernel-modules-add-nfit.patch
 
 BuildRequires:  asciidoc
 BuildRequires:  bash
@@ -703,6 +705,7 @@
 %patch573 -p1
 %patch574 -p1
 %patch580 -p1
+%patch581 -p1
 
 %build
 %configure\

++++++ 0581-kernel-modules-add-nfit.patch ++++++
>From 09ba1b289f2cba613c1950b03f0f549ebb7eb83f Mon Sep 17 00:00:00 2001
From: Kairui Song <[email protected]>
Date: Mon, 20 Aug 2018 18:40:05 +0800
Subject: [PATCH] kernel-modules: add nfit

To support pmem devices, nfit module is required
---
 modules.d/90kernel-modules/module-setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules.d/90kernel-modules/module-setup.sh 
b/modules.d/90kernel-modules/module-setup.sh
index f01470e7..3dfceff0 100755
--- a/modules.d/90kernel-modules/module-setup.sh
+++ b/modules.d/90kernel-modules/module-setup.sh
@@ -41,7 +41,7 @@ installkernel() {
             yenta_socket scsi_dh_rdac scsi_dh_emc scsi_dh_alua \
             atkbd i8042 usbhid firewire-ohci pcmcia hv-vmbus \
             virtio virtio_blk virtio_ring virtio_pci virtio_scsi \
-            "=drivers/pcmcia" =ide nvme vmd
+            "=drivers/pcmcia" =ide nvme vmd nfit
 
         if [[ "$(uname -m)" == arm* || "$(uname -m)" == aarch64 ]]; then
             # arm/aarch64 specific modules
-- 
2.16.4


Reply via email to