Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] base-files: Fix kvm rule.
Date: Sun, 15 Sep 2019 15:56:33 +0200	[thread overview]
Message-ID: <20190915135633.1o3JyOQnMTsAxW4WObvYqkKHP-fuPWxH-il2i8c3buY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14455@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 336 bytes --]

There is an updated pull request by thomas-t-w against master on the void-packages repository

https://github.com/thomas-t-w/void-packages base-files
https://github.com/void-linux/void-packages/pull/14455

base-files: Fix kvm rule.
Fixes #14440

A patch file from https://github.com/void-linux/void-packages/pull/14455.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-base-files-14455.patch --]
[-- Type: text/x-diff, Size: 1233 bytes --]

From 0c3171abb5974c5f5604a1851922829ed5c5c065 Mon Sep 17 00:00:00 2001
From: Thomas <thomasw@fastmail.cn>
Date: Sat, 14 Sep 2019 12:50:37 -0400
Subject: [PATCH] base-files: Fix kvm rule.

Fixes #14440
---
 srcpkgs/base-files/files/66-kvm.rules | 2 +-
 srcpkgs/base-files/template           | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/base-files/files/66-kvm.rules b/srcpkgs/base-files/files/66-kvm.rules
index c2f7317aacc..582fc57ede4 100644
--- a/srcpkgs/base-files/files/66-kvm.rules
+++ b/srcpkgs/base-files/files/66-kvm.rules
@@ -1 +1 @@
-KERNEL=="kvm", GROUP="kvm", MODE="0660"
+KERNEL=="kvm", GROUP="kvm", MODE="0660", OPTIONS+="static_node=kvm"
diff --git a/srcpkgs/base-files/template b/srcpkgs/base-files/template
index 672855e8671..833fe4705fe 100644
--- a/srcpkgs/base-files/template
+++ b/srcpkgs/base-files/template
@@ -1,12 +1,12 @@
 # Template file for 'base-files'
 pkgname=base-files
 version=0.140
-revision=6
+revision=7
 bootstrap=yes
 depends="xbps-triggers"
 short_desc="Void Linux base system files"
 maintainer="Enno Boland <orphan@voidlinux.org>"
-license="Public domain"
+license="custom:Public domain"
 homepage="https://www.voidlinux.org"
 conf_files="
 	/etc/inputrc

  parent reply	other threads:[~2019-09-15 13:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-14 17:07 [PR PATCH] " voidlinux-github
2019-09-14 21:38 ` voidlinux-github
2019-09-15  8:25 ` voidlinux-github
2019-09-15 13:56 ` voidlinux-github [this message]
2019-09-15 13:56 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-16 14:20 ` [PR PATCH] [Merged]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190915135633.1o3JyOQnMTsAxW4WObvYqkKHP-fuPWxH-il2i8c3buY@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).