Summary: | sys-kernel/dracut lvm module missing grep | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Branko Grubic <bitlord0xff> |
Component: | Current packages | Assignee: | Patrick McLean <chutzpah> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | alexander, bitlord0xff, floppym |
Priority: | Normal | Keywords: | PATCH, PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/25762 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Branko Grubic
2022-06-05 07:04:41 UTC
Created a pull request with bumped revision and patch added, I cloned upstream repo, did checkout to a specific commit, created a patch with `git format-patch HEAD~1`, tested locally, error is gone and system still boot fine. One thing which I was not sure about is KEYWORDS how to control those. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99dfdcacc7c6b094d5e8d4c5c8ace4edbeb5a0f9 commit 99dfdcacc7c6b094d5e8d4c5c8ace4edbeb5a0f9 Author: Branko Grubic <bitlord0xff@gmail.com> AuthorDate: 2022-06-05 07:19:52 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-06-07 23:46:59 +0000 sys-kernel/dracut: Add missing grep to lvm module Includes upstream fix to add missing grep binary required by lvm module. https://github.com/dracutdevs/dracut/pull/1782/commits https://github.com/dracutdevs/dracut/commit/79f9d9e1c29a9c8fc046ab20765e5bde2aaa3428 Closes: https://bugs.gentoo.org/849764 Signed-off-by: Branko Grubic <bitlord0xff@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/25762 Signed-off-by: Sam James <sam@gentoo.org> sys-kernel/dracut/dracut-056-r1.ebuild | 175 +++++++++++++++++++++ .../056-fix-lvm-add-missing-grep-requirement.patch | 36 +++++ 2 files changed, 211 insertions(+) (In reply to Branko Grubic from comment #1) > Created a pull request with bumped revision and patch added, I cloned > upstream repo, did checkout to a specific commit, created a patch with `git > format-patch HEAD~1`, tested locally, error is gone and system still boot > fine. > > One thing which I was not sure about is KEYWORDS how to control those. https://devmanual.gentoo.org/keywording/index.html#keywording-on-upgrades so just ekeyword ~all ... Thanks! |