Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] NetworkManager: fix tests
@ 2021-05-24 15:45 paper42
  2021-05-24 18:42 ` [PR REVIEW] " ericonr
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: paper42 @ 2021-05-24 15:45 UTC (permalink / raw)
  To: ml

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

There is a new pull request by paper42 against master on the void-packages repository

https://github.com/paper42/void-packages NetworkManager-fix-tests
https://github.com/void-linux/void-packages/pull/31091

NetworkManager: fix tests


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-NetworkManager-fix-tests-31091.patch --]
[-- Type: text/x-diff, Size: 1171 bytes --]

From f63f60534ed877bdb8666f5eaa03c9e888076072 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Mon, 24 May 2021 17:38:08 +0200
Subject: [PATCH] NetworkManager: fix tests

---
 srcpkgs/NetworkManager/template | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/srcpkgs/NetworkManager/template b/srcpkgs/NetworkManager/template
index 213f7a7a4207..c9444e4d23df 100644
--- a/srcpkgs/NetworkManager/template
+++ b/srcpkgs/NetworkManager/template
@@ -28,6 +28,7 @@ makedepends="libuuid-devel nss-devel dbus-glib-devel libgudev-devel
  $(vopt_if gir 'libgirepository-devel python3-gobject')
  $(vopt_if elogind elogind-devel)"
 depends="dbus iproute2 openresolv wpa_supplicant mobile-broadband-provider-info"
+checkdepends="python3-dbus"
 short_desc="Network Management daemon"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
@@ -51,6 +52,10 @@ patch_args=-Np1
 build_options="gir elogind"
 build_options_default="gir elogind"
 
+pre_check() {
+	echo 'dcb30309cd6c8b7cc20383d85a5c7012' > /etc/machine-id
+}
+
 pre_configure() {
 	if [ "$CROSS_BUILD" ]; then
 		# Replace the values from our patch into the system itself

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

end of thread, other threads:[~2021-05-24 22:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-24 15:45 [PR PATCH] NetworkManager: fix tests paper42
2021-05-24 18:42 ` [PR REVIEW] " ericonr
2021-05-24 18:42 ` ericonr
2021-05-24 18:46 ` paper42
2021-05-24 18:50 ` [PR PATCH] [Updated] " paper42
2021-05-24 22:03 ` [PR PATCH] [Merged]: " ericonr

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