[arch-commits] Commit in vhba-module/trunk (60-vhba.rules PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Mon Sep 20 02:02:38 UTC 2021


    Date: Monday, September 20, 2021 @ 02:02:38
  Author: heftig
Revision: 1018123

20210418-43: fix udev rule not to warn

Modified:
  vhba-module/trunk/60-vhba.rules
  vhba-module/trunk/PKGBUILD

---------------+
 60-vhba.rules |    2 +-
 PKGBUILD      |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: 60-vhba.rules
===================================================================
--- 60-vhba.rules	2021-09-20 02:02:34 UTC (rev 1018122)
+++ 60-vhba.rules	2021-09-20 02:02:38 UTC (rev 1018123)
@@ -1 +1 @@
-ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", GROUP="cdemu", TAG+="uaccess"
+ACTION=="add", KERNEL=="vhba_ctl", MODE="0660", OWNER="root", GROUP="cdemu", TAG+="uaccess"

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-20 02:02:34 UTC (rev 1018122)
+++ PKGBUILD	2021-09-20 02:02:38 UTC (rev 1018123)
@@ -6,7 +6,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20210418
-pkgrel=42
+pkgrel=43
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/"
 arch=(x86_64)
@@ -15,7 +15,7 @@
 source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.xz"
         60-vhba.rules dkms.conf)
 sha256sums=('18bd82ae27721ad1612b3c31accd81898ae326370964385ca52a2a66b67a3f85'
-            '3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
+            '5265eba8042d0483088c233c74640069caf2cbd290bc689cfcc4373ae3e18e83'
             '8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
 
 prepare() {



More information about the arch-commits mailing list