From f8cf31dfa6a7ae54bcc3a8cc9c4b1e5dff886cc5 Mon Sep 17 00:00:00 2001 From: Jaroslav Škarvada Date: Nov 16 2016 22:41:21 +0000 Subject: New version Resolves: rhbz#1392686 --- diff --git a/netsniff-ng.spec b/netsniff-ng.spec index c4cc6ca..23953c2 100644 --- a/netsniff-ng.spec +++ b/netsniff-ng.spec @@ -1,6 +1,6 @@ Name: netsniff-ng -Version: 0.6.1 -Release: 2%{?dist} +Version: 0.6.2 +Release: 1%{?dist} Summary: Packet sniffing beast Group: Applications/Internet License: GPLv2 @@ -36,7 +36,9 @@ netsniff-ng toolkit currently consists of the following utilities: %build export NACL_INC_DIR=$(pkg-config --variable=includedir libsodium )/sodium export NACL_LIB=sodium -%configure +# the current configure script doesn't support unknown options, thus we cannot +# use the generic %%configure macro +./configure --prefix='%{_prefix}' --sysconfdir='%{_sysconfdir}' make %{?_smp_mflags} ETCDIR=%{_sysconfdir} Q= STRIP=: \ CFLAGS="%{optflags} -fPIC" LDFLAGS="%{?__global_ldflags}" @@ -52,6 +54,10 @@ make install PREFIX=%{_prefix} ETCDIR=%{_sysconfdir} DESTDIR="%{buildroot}" %{_mandir}/man8/* %changelog +* Wed Nov 16 2016 Jaroslav Škarvada - 0.6.2-1 +- New version + Resolves: rhbz#1392686 + * Thu Jul 7 2016 Jaroslav Škarvada - 0.6.1-2 - Rebuilt for new urcu - Fixed gitignore diff --git a/sources b/sources index d32a75d..5159cd9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9f9e80d97723effa2e8a575b8ab44adc netsniff-ng-0.6.1.tar.xz +b6b2cf24e3720f28a46e25479ceeee22 netsniff-ng-0.6.2.tar.xz