- Update to release 20210418
OBS-URL: https://build.opensuse.org/package/show/filesystems/vhba-kmp?expand=0&rev=38
This commit is contained in:
parent
1c798076bb
commit
73f9c5e5e2
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 13:41:52 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 20210418
|
||||
* vhba: Change how command matching and tagging is performed.
|
||||
* vhba: Use dynamic debugging for everything.
|
||||
* vhba: Handle command queue locking ourselves.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 19 10:36:07 UTC 2020 - Aaron Stern <ukbeast89@protonmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package vhba-kmp
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,21 +17,20 @@
|
||||
|
||||
|
||||
Name: vhba-kmp
|
||||
Version: 20200106
|
||||
Version: 20210418
|
||||
Release: 0
|
||||
Summary: Virtual SCSI Host Bus Adapter
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/Kernel
|
||||
URL: http://cdemu.sf.net/about/vhba/
|
||||
URL: https://cdemu.sourceforge.io/about/vhba/
|
||||
|
||||
#Git-Clone: git://git.code.sf.net/p/cdemu/code
|
||||
Source: http://downloads.sf.net/cdemu/vhba-module-%version.tar.bz2
|
||||
#Git-Clone: https://github.com/cdemu/cdemu
|
||||
Source: https://downloads.sf.net/cdemu/vhba-module-%version.tar.xz
|
||||
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
|
||||
|
||||
%{?kernel_module_package:%kernel_module_package -n vhba -p %name-preamble}
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:59a3208a7b8fcf1bb03bd4d352ec89d06a8b6b84db325e31b0863b209dde3483
|
||||
size 15632
|
3
vhba-module-20210418.tar.xz
Normal file
3
vhba-module-20210418.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:18bd82ae27721ad1612b3c31accd81898ae326370964385ca52a2a66b67a3f85
|
||||
size 16112
|
Loading…
Reference in New Issue
Block a user