mirror of
https://github.com/nmap/nmap.git
synced 2025-12-08 13:41:29 +00:00
Update RPM spec files to correct python3 package name. Fixes #2706
This commit is contained in:
@@ -32,7 +32,7 @@ URL: https://nmap.org
|
|||||||
AutoReqProv: no
|
AutoReqProv: no
|
||||||
# For Ndiff.
|
# For Ndiff.
|
||||||
BuildRequires: python3-devel, epel-rpm-macros
|
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.
|
# RPM can't be relocatable until I stop storing path info in the binary.
|
||||||
# Prefix: %{_prefix}
|
# Prefix: %{_prefix}
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ BuildArch: noarch
|
|||||||
# modules were installed so it's not dependent on any particular ABI.
|
# modules were installed so it's not dependent on any particular ABI.
|
||||||
AutoReqProv: no
|
AutoReqProv: no
|
||||||
BuildRequires: python3-devel, epel-rpm-macros
|
BuildRequires: python3-devel, epel-rpm-macros
|
||||||
Requires: python >= 3.0, nmap, python-gobject, gtk3
|
Requires: python3 >= 3.0, nmap, python3-gobject, gtk3
|
||||||
|
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
|
|||||||
Reference in New Issue
Block a user