Accepting request 888537 from filesystems
- Update to release 20210418 OBS-URL: https://build.opensuse.org/request/show/888537 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vhba-kmp?expand=0&rev=18
This commit is contained in:
commit
8722853576
@ -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>
|
Thu Mar 19 10:36:07 UTC 2020 - Aaron Stern <ukbeast89@protonmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package vhba-kmp
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,21 +17,20 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: vhba-kmp
|
Name: vhba-kmp
|
||||||
Version: 20200106
|
Version: 20210418
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Virtual SCSI Host Bus Adapter
|
Summary: Virtual SCSI Host Bus Adapter
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: System/Kernel
|
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
|
#Git-Clone: https://github.com/cdemu/cdemu
|
||||||
Source: http://downloads.sf.net/cdemu/vhba-module-%version.tar.bz2
|
Source: https://downloads.sf.net/cdemu/vhba-module-%version.tar.xz
|
||||||
Source2: %name-preamble
|
Source2: %name-preamble
|
||||||
Patch1: vhba-no-werror.diff
|
Patch1: vhba-no-werror.diff
|
||||||
Patch2: vhba-devname.diff
|
Patch2: vhba-devname.diff
|
||||||
BuildRequires: kernel-syms >= 2.6.20
|
BuildRequires: kernel-syms >= 2.6.20
|
||||||
BuildRequires: modutils
|
BuildRequires: modutils
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%{?kernel_module_package:%kernel_module_package -n vhba -p %name-preamble}
|
%{?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