From 84dcd2c91532ca46ea10bc23f2a76b9c3314486a Mon Sep 17 00:00:00 2001 From: dmiller Date: Mon, 29 Jan 2024 18:31:38 +0000 Subject: [PATCH] Update RPM spec files to correct python3 package name. Fixes #2706 --- nmap.spec.in | 2 +- zenmap.spec.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nmap.spec.in b/nmap.spec.in index fc236f341..038aac440 100644 --- a/nmap.spec.in +++ b/nmap.spec.in @@ -32,7 +32,7 @@ URL: https://nmap.org AutoReqProv: no # For Ndiff. BuildRequires: python3-devel, epel-rpm-macros -Requires: python >= 3.0 +Requires: python3 >= 3.0 # RPM can't be relocatable until I stop storing path info in the binary. # Prefix: %{_prefix} diff --git a/zenmap.spec.in b/zenmap.spec.in index 745771ab4..4f6dbc40e 100644 --- a/zenmap.spec.in +++ b/zenmap.spec.in @@ -26,7 +26,7 @@ BuildArch: noarch # modules were installed so it's not dependent on any particular ABI. AutoReqProv: no BuildRequires: python3-devel, epel-rpm-macros -Requires: python >= 3.0, nmap, python-gobject, gtk3 +Requires: python3 >= 3.0, nmap, python3-gobject, gtk3 Prefix: %{_prefix} BuildRoot: %{_tmppath}/%{name}-root