* Thu Aug 24 2017 Fabian Affolter <mail@fabian-affolter.ch> - 0.8.2-1
- Update to latest upstream release 0.8.2
This commit is contained in:
parent
8425b181ff
commit
6b5aa12aee
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
yersinia-0.7.1.tar.gz
|
||||
/yersinia-0.7.3.tar.gz
|
||||
/yersinia-0.8.2.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
53ca82d6cb463810b6a205d0e2362784 yersinia-0.7.3.tar.gz
|
||||
SHA512 (yersinia-0.8.2.tar.gz) = 2c7c89f19b6791150c472a6066b6ffaf9ac5b3d1a3d2e6a27f91293bba9a0f72d147266731e5e2670e4bf7e67ccf04b6e353071ca42d3d281b25126c9bfcb1dd
|
||||
|
@ -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 <mail@fabian-affolter.ch> - 0.8.2-1
|
||||
- Update to latest upstream release 0.8.2
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.3-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user