- Update to new upstream release 20161009
OBS-URL: https://build.opensuse.org/package/show/filesystems/vhba-kmp?expand=0&rev=22
This commit is contained in:
parent
9e8fcc3b1b
commit
a4a6d88e82
@ -1,2 +1,3 @@
|
||||
Enhances: kernel-%1
|
||||
Requires: kernel-%1
|
||||
Requires: vhba-rules
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 6 17:35:38 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 20161009
|
||||
* Documentation updates
|
||||
- Set udev "uaccess" tag for /dev/vhba_ctl
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 9 17:19:01 UTC 2015 - jengelh@inai.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package vhba-kmp
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 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
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: vhba-kmp
|
||||
Version: 20140928
|
||||
Version: 20161009
|
||||
Release: 0
|
||||
Summary: Virtual SCSI Host Bus Adapter
|
||||
License: GPL-2.0+
|
||||
@ -42,6 +42,14 @@ a virtual SCSI adapter which can have multiple virtual devices. It is
|
||||
part of the userspace cdemu suite, CD/DVD-ROM device emulator for
|
||||
Linux.
|
||||
|
||||
%package -n vhba-rules
|
||||
Summary: System configuration for the vhba module
|
||||
Group: System/Kernel
|
||||
|
||||
%description -n vhba-rules
|
||||
This subpackage contains udev rules for use with vhba_ctl
|
||||
to unlock the device node for local users.
|
||||
|
||||
%package KMP
|
||||
Summary: Virtual SCSI Host Bus adapter
|
||||
Group: System/Kernel
|
||||
@ -77,4 +85,12 @@ for flavor in %flavors_to_build; do
|
||||
popd
|
||||
done
|
||||
|
||||
b="%buildroot//usr/lib/udev/rules.d"
|
||||
mkdir -p "$b"
|
||||
echo 'KERNEL=="vhba_ctl", SUBSYSTEM=="misc", TAG+="uaccess"' >"$b/70-vhba.rules"
|
||||
|
||||
%files -n vhba-rules
|
||||
%defattr(-,root,root)
|
||||
/usr/lib/udev/rules.d/*.rules
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:45f56e4972b5aa7175903307901ca42d29da6fc8f92ab4c47007f53bc5bb55a2
|
||||
size 15571
|
3
vhba-module-20161009.tar.bz2
Normal file
3
vhba-module-20161009.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd062d8bd61ccb8137622f837a0dadb771cc935981d8bccb2ad4de0bd11f33d9
|
||||
size 15623
|
Loading…
Reference in New Issue
Block a user