SHA256
1
0
forked from pool/vhba-kmp

udev rules already present in cdemu-daemon.spec

OBS-URL: https://build.opensuse.org/package/show/filesystems/vhba-kmp?expand=0&rev=48
This commit is contained in:
Jan Engelhardt 2024-02-12 12:41:16 +00:00 committed by Git OBS Bridge
parent 000f266674
commit 5f565f690c
2 changed files with 1 additions and 14 deletions

View File

@ -3,7 +3,6 @@ Mon Feb 12 12:31:01 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 20240202
* No user-visible changes
- Add vhba-udev-rules [boo#1218827]
-------------------------------------------------------------------
Thu Apr 20 08:55:45 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@ -42,14 +42,6 @@ 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-udev-rules
Summary: udev rules for vhba-kmp
BuildArch: noarch
%description -n vhba-udev-rules
udev rule snippets to give VHBA devices to logged-in users as per the
uaccess scheme.
%package KMP
Summary: Virtual SCSI Host Bus adapter
@ -85,10 +77,6 @@ for flavor in %flavors_to_build; do
modules_install
popd
done
mkdir -p "%buildroot/%_udevrulesdir"
cp -a debian/*.udev "%buildroot/%_udevrulesdir/"
%files -n vhba-udev-rules
%_udevrulesdir/
# udev rules are packaged in cdemu-daemon.spec instead
%changelog