mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] util-linux: fix dependency for libsmartcols in wipefs
@ 2025-06-23 20:29 Michael Grzeschik
  2025-07-05  8:22 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Grzeschik @ 2025-06-23 20:29 UTC (permalink / raw)
  To: ptxdist

Without this change wipefs will create build errors in the
latest util-linux version.

Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
---
 rules/util-linux.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/util-linux.in b/rules/util-linux.in
index 1118c7033..fefef23bf 100644
--- a/rules/util-linux.in
+++ b/rules/util-linux.in
@@ -264,6 +264,7 @@ config UTIL_LINUX_WAITPID
 config UTIL_LINUX_WIPEFS
 	bool
 	select UTIL_LINUX_LIBBLKID
+	select UTIL_LINUX_LIBSMARTCOLS
 	prompt "wipefs"
 	help
 	  The wipefs program can erase filesystem, raid or partition-table
-- 
2.39.5




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

* Re: [ptxdist] [APPLIED] util-linux: fix dependency for libsmartcols in wipefs
  2025-06-23 20:29 [ptxdist] [PATCH] util-linux: fix dependency for libsmartcols in wipefs Michael Grzeschik
@ 2025-07-05  8:22 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-07-05  8:22 UTC (permalink / raw)
  To: ptxdist; +Cc: Michael Grzeschik

Thanks, applied as 77e6779ac1e45aec225570df0e99ee1f5e4a78af.

Michael

[sent from post-receive hook]

On Sat, 05 Jul 2025 10:22:17 +0200, Michael Grzeschik <m.grzeschik@pengutronix.de> wrote:
> Without this change wipefs will create build errors in the
> latest util-linux version.
> 
> Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
> Message-Id: <20250623202953.3800145-1-m.grzeschik@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/util-linux.in b/rules/util-linux.in
> index ca0a5656939b..6ff817997130 100644
> --- a/rules/util-linux.in
> +++ b/rules/util-linux.in
> @@ -265,6 +265,7 @@ config UTIL_LINUX_WAITPID
>  config UTIL_LINUX_WIPEFS
>  	bool
>  	select UTIL_LINUX_LIBBLKID
> +	select UTIL_LINUX_LIBSMARTCOLS
>  	prompt "wipefs"
>  	help
>  	  The wipefs program can erase filesystem, raid or partition-table



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

end of thread, other threads:[~2025-07-05  8:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-23 20:29 [ptxdist] [PATCH] util-linux: fix dependency for libsmartcols in wipefs Michael Grzeschik
2025-07-05  8:22 ` [ptxdist] [APPLIED] " Michael Olbrich

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