bump to 2.4.4

This commit is contained in:
Michal Ambroz 2021-03-12 02:39:04 +00:00
parent 62c1bcc071
commit 871f5b5e9e

View File

@ -1,11 +1,11 @@
Name: scapy
Version: 2.4.3
Release: 8%{?dist}
Version: 2.4.4
Release: 1%{?dist}
Summary: Interactive packet manipulation tool and network scanner
%global gituser secdev
%global gitname scapy
%global commit 3047580162a9407ef05fe981983cacfa698f1159
%global commit 95ba5b8504152a1f820bbe679ccf03668cb5118f
%global shortcommit %(c=%{commit}; echo ${c:0:7})
License: GPLv2
@ -14,7 +14,6 @@ URL: http://www.secdev.org/projects/scapy/
# https://bitbucket.org/secdev/scapy/pull-request/80
# https://scapy.readthedocs.io/en/latest/introduction.html
Source0: https://github.com/%{gituser}/%{gitname}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Patch0: https://github.com/secdev/scapy/commit/0c3d5e417bbd923c4729d15572c3d693d58aff81.patch#/scapy-2.4.3-ethertypes.patch
Patch1: scapy-2.4.3-libc.patch
%global common_desc %{expand:
@ -47,17 +46,19 @@ requests and replies, and much more.}
BuildArch: noarch
BuildRequires: make
BuildRequires: make
BuildRequires: sed
%if 0%{?with_python2}
BuildRequires: python2-devel
BuildRequires: python2-setuptools
BuildRequires: python2-tox
%endif
%if 0%{?with_python3}
BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python%{python3_pkgversion}-setuptools
BuildRequires: python%{python3_pkgversion}-tox
%endif
# Recommends only supported on fedora and rhel8+
@ -228,6 +229,9 @@ ln -s %{_bindir}/UTscapy3 %{buildroot}%{_bindir}/UTscapy
%changelog
* Fri Mar 12 2021 Michal Ambroz <rebus _AT seznam.cz> - 2.4.4-1
- bump to 2.4.4 release
* Thu Mar 11 2021 W. Michael Petullo <mike@flyn.org> - 2.4.3-8
- Patch to fix loading libc.a; see https://bugs.python.org/issue42580