lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Fri, 31 May 2024 11:49:15 +0530
From: Danish Prakash <contact@...ishpraka.sh>
To: 
Cc: Shuah Khan <skhan@...uxfoundation.org>,
	Danish Prakash <contact@...ishpraka.sh>,
	Jonathan Corbet <corbet@....net>,
	Mauro Carvalho Chehab <mchehab@...nel.org>,
	linux-doc@...r.kernel.org (open list:DOCUMENTATION),
	linux-kernel@...r.kernel.org (open list)
Subject: [PATCH] scripts/sphinx-pre-install: fix incorrect package names for openSUSE

openSUSE made some changes to python package names in the recent
past and hence the current information on installing the relevant
doc-related packages yields no output when run on openSUSE distros.
Update the package names to the correct ones.

Signed-off-by: Danish Prakash <contact@...ishpraka.sh>
---
 scripts/sphinx-pre-install | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/sphinx-pre-install b/scripts/sphinx-pre-install
index c1121f098542..56bda8b43a44 100755
--- a/scripts/sphinx-pre-install
+++ b/scripts/sphinx-pre-install
@@ -465,8 +465,8 @@ sub give_redhat_hints()
 sub give_opensuse_hints()
 {
 	my %map = (
-		"python-sphinx"		=> "python3-sphinx",
-		"yaml"			=> "python3-pyyaml",
+		"python-sphinx"		=> "python3-Sphinx",
+		"yaml"			=> "python3-pyaml",
 		"virtualenv"		=> "python3-virtualenv",
 		"dot"			=> "graphviz",
 		"convert"		=> "ImageMagick",
-- 
2.45.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ