public inbox for kdevops@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH V2] Add gettext and ncurses as dependencies
@ 2024-09-09 13:50 cem
  2024-09-09 21:22 ` Luis Chamberlain
  0 siblings, 1 reply; 3+ messages in thread
From: cem @ 2024-09-09 13:50 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>
---

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH V2] Add gettext and ncurses as dependencies
  2024-09-09 13:50 [PATCH V2] Add gettext and ncurses as dependencies cem
@ 2024-09-09 21:22 ` Luis Chamberlain
  2024-09-10  6:31   ` Carlos Maiolino
  0 siblings, 1 reply; 3+ messages in thread
From: Luis Chamberlain @ 2024-09-09 21:22 UTC (permalink / raw)
  To: cem; +Cc: kdevops, chandanbabu

On Mon, Sep 09, 2024 at 03:50:07PM +0200, cem@kernel.org wrote:
> 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>

Acked-by: Luis Chamberlain <mcgrof@kernel.org>

What's your github usersname? So you can just push this yourself?

  Luis

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH V2] Add gettext and ncurses as dependencies
  2024-09-09 21:22 ` Luis Chamberlain
@ 2024-09-10  6:31   ` Carlos Maiolino
  0 siblings, 0 replies; 3+ messages in thread
From: Carlos Maiolino @ 2024-09-10  6:31 UTC (permalink / raw)
  To: Luis Chamberlain; +Cc: kdevops, chandanbabu

On Mon, Sep 09, 2024 at 02:22:53PM GMT, Luis Chamberlain wrote:
> On Mon, Sep 09, 2024 at 03:50:07PM +0200, cem@kernel.org wrote:
> > 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>
> 
> Acked-by: Luis Chamberlain <mcgrof@kernel.org>
> 
> What's your github usersname? So you can just push this yourself?
> 

cmaiolino - https://github.com/cmaiolino

I barely use github, perhaps I should :)

Carlos

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-09-10  6:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-09 13:50 [PATCH V2] Add gettext and ncurses as dependencies cem
2024-09-09 21:22 ` Luis Chamberlain
2024-09-10  6:31   ` Carlos Maiolino

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