Added path fix for bug 1283773

This commit is contained in:
Alejandro 2016-04-17 15:18:45 -05:00
parent dc5d035782
commit 445c4e4745
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/iptraf-ng-1.1.2.tar.gz
/iptraf-ng-1.1.3.1.tar.gz
/iptraf-ng-1.1.4.tar.gz
/0001-fix-segfault-in-adding-interface.patch

View File

@ -1,7 +1,7 @@
Summary: A console-based network monitoring utility
Name: iptraf-ng
Version: 1.1.4
Release: 10%{?dist}
Release: 11%{?dist}
Source0: https://fedorahosted.org/releases/i/p/iptraf-ng/%{name}-%{version}.tar.gz
Source1: %{name}-logrotate.conf
Source2: %{name}-tmpfiles.conf
@ -13,6 +13,7 @@ Obsoletes: iptraf < 3.1
Provides: iptraf = 3.1
Patch01: 0001-BUGFIX-fix-Floating-point-exception-in-tcplog_flowra.patch
Patch02: 0002-Makefile-add-Werror-format-security.patch
Patch03: 0001-fix-segfault-in-adding-interface.patc
%description
IPTraf-ng is a console-based network monitoring utility. IPTraf gathers
@ -36,6 +37,7 @@ on a wide variety of supported network cards.
%setup -q
%patch01 -p1
%patch02 -p1
%patch03 -p1
%build
make %{?_smp_mflags} V=1 CFLAGS="-g -O2 -Wall -W -std=gnu99 -Werror=format-security %{optflags}"
@ -76,6 +78,9 @@ rm -rf %{buildroot}
%{_prefix}/lib/tmpfiles.d/%{name}.conf
%changelog
* Fri Apr 15 2016 Phil Cameron <pcameron@redhat.com> - 1.1.4-11
- fix 1283773
bugfix-positionptr-properly-allocate-newly-create
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
de27cfeeede96e2acfb0edc8439b034a iptraf-ng-1.1.4.tar.gz
3cdebfcb6c55cb6ddf1829e2df79f7e7 0001-fix-segfault-in-adding-interface.patch