public inbox for kdevops@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH] Add gettext and ncurses as dependencies
@ 2024-09-09 13:45 cem
  0 siblings, 0 replies; only message in thread
From: cem @ 2024-09-09 13:45 UTC (permalink / raw)
  To: kdevops; +Cc: mcgrof, cem, chandanbabu

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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-09-09 13:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-09 13:45 [PATCH] Add gettext and ncurses as dependencies cem

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox