Hello community,

here is the log from the commit of package vhba-kmp for openSUSE:Factory 
checked in at 2015-11-26 17:04:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vhba-kmp (Old)
 and      /work/SRC/openSUSE:Factory/.vhba-kmp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vhba-kmp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/vhba-kmp/vhba-kmp.changes        2014-10-05 
20:31:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.vhba-kmp.new/vhba-kmp.changes   2015-11-26 
17:04:02.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Nov 23 22:32:50 UTC 2015 - [email protected]
+
+- Add vhba-devname.diff
+
+-------------------------------------------------------------------

New:
----
  vhba-devname.diff

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

Other differences:
------------------
++++++ vhba-kmp.spec ++++++
--- /var/tmp/diff_new_pack.z9fzt0/_old  2015-11-26 17:04:02.000000000 +0100
+++ /var/tmp/diff_new_pack.z9fzt0/_new  2015-11-26 17:04:02.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vhba-kmp
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,6 +28,7 @@
 Source:         http://downloads.sf.net/cdemu/vhba-module-%version.tar.bz2
 Source2:        %name-preamble
 Patch1:         vhba-no-werror.diff
+Patch2:         vhba-devname.diff
 BuildRequires:  kernel-syms >= 2.6.20
 BuildRequires:  modutils
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -55,7 +56,7 @@
 %prep
 echo %flavors_to_build
 %setup -qn vhba-module-%version
-%patch -P 1 -p1
+%patch -P 1 -P 2 -p1
 
 %build
 for flavor in %flavors_to_build; do

++++++ vhba-devname.diff ++++++
From: Jan Engelhardt <[email protected]>
Date: 2015-11-23 23:33:05.117741396 +0100

vhba: add devname alias

depmod scans the devname aliases and populates
/lib/modules/X/modules.devname, which udev uses to prepopulate /dev
so that, in turn, a program can open a dev node and thereby cause
autoloading.

---
 vhba.c |    1 +
 1 file changed, 1 insertion(+)

Index: vhba-module-20140928/vhba.c
===================================================================
--- vhba-module-20140928.orig/vhba.c
+++ vhba-module-20140928/vhba.c
@@ -1069,3 +1069,4 @@ static void __exit vhba_exit(void)
 module_init(vhba_init);
 module_exit(vhba_exit);
 
+MODULE_ALIAS("devname:vhba");

Reply via email to