!5 Update to 1.7.2

From: @starlet-dx 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2023-07-12 11:28:37 +00:00 committed by Gitee
commit 74dac4964c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 3 deletions

Binary file not shown.

BIN
nfdump-1.7.2.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _hardened_build 1
Name: nfdump
Version: 1.6.22
Version: 1.7.2
Release: 1
Summary: NetFlow collecting and processing tools
License: BSD and GPLv2+
URL: https://github.com/phaag/nfdump
Source0: https://github.com/phaag/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source0: https://github.com/phaag/nfdump/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: autoconf automake byacc bzip2-devel flex gcc libpcap-devel libtool make
BuildRequires: rrdtool-devel sed
Requires: nfdump-libs = %{version}-%{release}
@ -22,7 +22,7 @@ Summary: Libraries used by NFDUMP packages
Contains libraries used by NFDUMP utilities
%prep
%setup -q
%autosetup -p1
%build
./bootstrap
@ -49,6 +49,7 @@ rm -f %{buildroot}%{_libdir}/*.la
%files
%license LICENSE
%doc AUTHORS ChangeLog README.md
%config %{_sysconfdir}/nfdump.conf.dist
%{_bindir}/*
%{_mandir}/man1/*.1*
@ -57,5 +58,8 @@ rm -f %{buildroot}%{_libdir}/*.la
%{_libdir}/libnfdump.so
%changelog
* Wed Jul 12 2023 yaoxin <yao_xin001@hoperun.com> - 1.7.2-1
- Update to 1.7.2
* Mon Sep 6 2021 wulei <wulei80@huawei.com> - 1.6.22-1
- package init