public inbox for kdevops@lists.linux.dev
 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] Add gettext and ncurses as dependencies
Date: Mon,  9 Sep 2024 15:45:30 +0200	[thread overview]
Message-ID: <20240909134539.61367-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>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
---
 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:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20240909134539.61367-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox