From 6b5aa12aee6b63d9bc3cf6f6b5feec507f1230b6 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 24 Aug 2017 14:50:28 +0200 Subject: [PATCH] * Thu Aug 24 2017 Fabian Affolter - 0.8.2-1 - Update to latest upstream release 0.8.2 --- .gitignore | 1 + sources | 2 +- yersinia.spec | 16 +++++++++------- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 580161a..3d5be20 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ yersinia-0.7.1.tar.gz /yersinia-0.7.3.tar.gz +/yersinia-0.8.2.tar.gz diff --git a/sources b/sources index 44c5ae6..dcb5bc8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -53ca82d6cb463810b6a205d0e2362784 yersinia-0.7.3.tar.gz +SHA512 (yersinia-0.8.2.tar.gz) = 2c7c89f19b6791150c472a6066b6ffaf9ac5b3d1a3d2e6a27f91293bba9a0f72d147266731e5e2670e4bf7e67ccf04b6e353071ca42d3d281b25126c9bfcb1dd diff --git a/yersinia.spec b/yersinia.spec index 5866312..90930a1 100644 --- a/yersinia.spec +++ b/yersinia.spec @@ -1,12 +1,11 @@ Name: yersinia -Version: 0.7.3 -Release: 9%{?dist} +Version: 0.8.2 +Release: 1%{?dist} Summary: Network protocols tester and attacker -Group: Applications/Internet License: GPLv2+ URL: http://www.yersinia.net/ -Source0: http://www.yersinia.net/download/%{name}-%{version}.tar.gz +Source0: https://github.com/tomac/yersinia/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: libpcap-devel BuildRequires: libnet-devel @@ -33,7 +32,7 @@ implementing new ones): * VLAN Trunking Protocol (VTP) %prep -%setup -q -c %{name}-%{version} +%autosetup -n %{name}-%{version} # Don't override CFLAGS in configure* (RHBZ#1240089) sed -i -e "s,^\(\s*CFLAGS=\".*\"\),:\1," configure* @@ -48,11 +47,11 @@ for file in THANKS; do done %build -%configure --with-pcap-includes=%{_includedir}/pcap +%configure make %{?_smp_mflags} CFLAGS="%{optflags}" %install -make install DESTDIR=%{buildroot} INSTALL="install -p" +%make_install %files %doc AUTHORS ChangeLog FAQ README THANKS TODO @@ -61,6 +60,9 @@ make install DESTDIR=%{buildroot} INSTALL="install -p" %{_bindir}/%{name} %changelog +* Thu Aug 24 2017 Fabian Affolter - 0.8.2-1 +- Update to latest upstream release 0.8.2 + * Thu Aug 03 2017 Fedora Release Engineering - 0.7.3-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild