jskarvad pushed to netsniff-ng (master). "New version (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon May 11 14:58:55 UTC 2015


From 7d0a20239c0657ddb80869837c2ba6ae5e65204f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= <jskarvad at redhat.com>
Date: Mon, 11 May 2015 16:58:48 +0200
Subject: New version

  Resolves: rhbz#1220053
- Explicit compilation with -fPIC

diff --git a/netsniff-ng.spec b/netsniff-ng.spec
index 3ae2764..4872e97 100644
--- a/netsniff-ng.spec
+++ b/netsniff-ng.spec
@@ -2,8 +2,8 @@
 %bcond_without nacl
 
 Name:		netsniff-ng
-Version:	0.5.8
-Release:	5%{?dist}
+Version:	0.5.9
+Release:	1%{?dist}
 Summary:	Packet sniffing beast
 Group:		Applications/Internet
 License:	GPLv2
@@ -40,7 +40,8 @@ netsniff-ng toolkit currently consists of the following utilities:
 
 %build
 %configure
-make %{?_smp_mflags} ETCDIR=%{_sysconfdir} Q= STRIP=:
+make %{?_smp_mflags} ETCDIR=%{_sysconfdir} Q= STRIP=: \
+  CFLAGS="%{optflags} -fPIC" LDFLAGS="%{?__global_ldflags}"
 
 %install
 make install PREFIX=%{_prefix} ETCDIR=%{_sysconfdir} DESTDIR="%{buildroot}"
@@ -54,6 +55,11 @@ make install PREFIX=%{_prefix} ETCDIR=%{_sysconfdir} DESTDIR="%{buildroot}"
 %{_mandir}/man8/*
 
 %changelog
+* Mon May 11 2015 Jaroslav Škarvada <jskarvad at redhat.com> - 0.5.9-1
+- New version
+  Resolves: rhbz#1220053
+- Explicit compilation with -fPIC
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.8-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/netsniff-ng.git/commit/?h=master&id=7d0a20239c0657ddb80869837c2ba6ae5e65204f


More information about the scm-commits mailing list