All of lore.kernel.org
 help / color / mirror / Atom feed
From: cem@kernel.org
To: kdevops@lists.linux.dev
Cc: mcgrof@kernel.org, cem@kernel.org, chandanbabu@kernel.org
Subject: [PATCH V2] Add gettext and ncurses as dependencies
Date: Mon,  9 Sep 2024 15:50:07 +0200	[thread overview]
Message-ID: <20240909135017.61866-1-cem@kernel.org> (raw)

From: Carlos Maiolino <cem@kernel.org>

building xfsprogs/xfsdump on Fedora requires gettext and ncurses.
Add those to the dependencies playbook.

Signed-off-by: Carlos Maiolino <cmaiolino@redhat.com>
---

Changelog:
	- Remove extra SoB.
	  My apologies, my script added an extra SoB to the patch.

 playbooks/roles/fstests/tasks/install-deps/redhat/main.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/playbooks/roles/fstests/tasks/install-deps/redhat/main.yml b/playbooks/roles/fstests/tasks/install-deps/redhat/main.yml
index fc4208d..1751060 100644
--- a/playbooks/roles/fstests/tasks/install-deps/redhat/main.yml
+++ b/playbooks/roles/fstests/tasks/install-deps/redhat/main.yml
@@ -88,6 +88,9 @@
       - liburing-devel
       - cifs-utils
       - duperemove
+      - gettext
+      - ncurses
+      - ncurses-devel
 
 - name: Install xfsprogs-xfs_scrub
   become: yes
-- 
2.46.0


             reply	other threads:[~2024-09-09 13:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-09 13:50 cem [this message]
2024-09-09 21:22 ` [PATCH V2] Add gettext and ncurses as dependencies Luis Chamberlain
2024-09-10  6:31   ` Carlos Maiolino

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=20240909135017.61866-1-cem@kernel.org \
    --to=cem@kernel.org \
    --cc=chandanbabu@kernel.org \
    --cc=kdevops@lists.linux.dev \
    --cc=mcgrof@kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.