Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] dracut: depend on eudev
Date: Mon, 04 Nov 2019 06:34:30 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16098@inbox.vuxu.org> (raw)

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

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

https://github.com/zdtcd/void-packages dracut-depends-udev
https://github.com/void-linux/void-packages/pull/16098

dracut: depend on eudev
dracut uses udev to find devices and activate corresponding script

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-dracut-depends-udev-16098.patch --]
[-- Type: text/x-diff, Size: 961 bytes --]

From 557a750766570e608787cf5604cc89c32201ec42 Mon Sep 17 00:00:00 2001
From: Doan Tran Cong Danh <congdanhqx@gmail.com>
Date: Mon, 4 Nov 2019 07:44:43 +0700
Subject: [PATCH] dracut: depend on eudev

---
 srcpkgs/dracut/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/dracut/template b/srcpkgs/dracut/template
index 25614b2d3e2..e18827cb3d9 100644
--- a/srcpkgs/dracut/template
+++ b/srcpkgs/dracut/template
@@ -1,13 +1,13 @@
 # Template file for 'dracut'
 pkgname=dracut
 version=049
-revision=2
+revision=3
 build_style=configure
 configure_args="--prefix=/usr --sysconfdir=/etc"
 conf_files="/etc/dracut.conf"
 hostmakedepends="asciidoc pkg-config"
 makedepends="libkmod-devel"
-depends="bash coreutils cpio psmisc"
+depends="bash coreutils cpio eudev psmisc"
 short_desc="Low-level tool for generating an initramfs/initrd image"
 maintainer="q66 <daniel@octaforge.org>"
 license="GPL-2.0-or-later, LGPL-2.0-or-later"

             reply	other threads:[~2019-11-04  5:34 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-04  5:34 voidlinux-github [this message]
2019-11-04 15:34 ` [PR PATCH] [Updated] " voidlinux-github
2019-11-07 15:08 ` voidlinux-github
2019-11-07 15:08 ` voidlinux-github
2019-11-08  1:14 ` voidlinux-github
2019-11-08  1:22 ` [PR PATCH] [Updated] " voidlinux-github
2019-11-08  1:23 ` voidlinux-github
2019-11-08  2:18 ` voidlinux-github
2019-11-08  3:52 ` voidlinux-github
2019-11-08  4:02 ` [PR PATCH] [Updated] " voidlinux-github
2019-11-08  5:57 ` voidlinux-github
2019-11-08  6:00 ` voidlinux-github
2019-11-08  6:16 ` [PR PATCH] [Merged]: " voidlinux-github
2019-11-08  7:33 ` 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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16098@inbox.vuxu.org \
    --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).