Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] base-files: Fix kvm rule.
@ 2019-09-14 17:07 voidlinux-github
  2019-09-14 21:38 ` voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-14 17:07 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1056 bytes --]

From 40baa8913cf85d83779bcff14b41126a5bf90e83 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           | 2 +-
 2 files changed, 2 insertions(+), 2 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..04c38086b2e 100644
--- a/srcpkgs/base-files/template
+++ b/srcpkgs/base-files/template
@@ -1,7 +1,7 @@
 # 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"

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: base-files: Fix kvm rule.
  2019-09-14 17:07 [PR PATCH] base-files: Fix kvm rule voidlinux-github
@ 2019-09-14 21:38 ` voidlinux-github
  2019-09-15  8:25 ` voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-14 21:38 UTC (permalink / raw)
  To: ml

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

New comment by thomas-t-w on void-packages repository

https://github.com/void-linux/void-packages/pull/14455#issuecomment-531515915

Comment:
I am not sure which license should be used. There are multiple public domain licenses.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: base-files: Fix kvm rule.
  2019-09-14 17:07 [PR PATCH] base-files: Fix kvm rule voidlinux-github
  2019-09-14 21:38 ` voidlinux-github
@ 2019-09-15  8:25 ` voidlinux-github
  2019-09-15 13:56 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-15  8:25 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/14455#issuecomment-531545677

Comment:
Public Domain isn't a license per se so applying one that resembles it would be wrong. Please just add the custom: prefix to the license.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] base-files: Fix kvm rule.
  2019-09-14 17:07 [PR PATCH] base-files: Fix kvm rule voidlinux-github
                   ` (2 preceding siblings ...)
  2019-09-15 13:56 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-15 13:56 ` voidlinux-github
  2019-09-16 14:20 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-15 13:56 UTC (permalink / raw)
  To: ml

[-- 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] base-files: Fix kvm rule.
  2019-09-14 17:07 [PR PATCH] base-files: Fix kvm rule voidlinux-github
  2019-09-14 21:38 ` voidlinux-github
  2019-09-15  8:25 ` voidlinux-github
@ 2019-09-15 13:56 ` voidlinux-github
  2019-09-15 13:56 ` voidlinux-github
  2019-09-16 14:20 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-15 13:56 UTC (permalink / raw)
  To: ml

[-- 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Merged]: base-files: Fix kvm rule.
  2019-09-14 17:07 [PR PATCH] base-files: Fix kvm rule voidlinux-github
                   ` (3 preceding siblings ...)
  2019-09-15 13:56 ` voidlinux-github
@ 2019-09-16 14:20 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-16 14:20 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

base-files: Fix kvm rule.
https://github.com/void-linux/void-packages/pull/14455

Description:
Fixes #14440

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-09-16 14:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-14 17:07 [PR PATCH] base-files: Fix kvm rule voidlinux-github
2019-09-14 21:38 ` voidlinux-github
2019-09-15  8:25 ` voidlinux-github
2019-09-15 13:56 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-15 13:56 ` voidlinux-github
2019-09-16 14:20 ` [PR PATCH] [Merged]: " voidlinux-github

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).