Update to 1.7.2

This commit is contained in:
starlet-dx 2023-07-12 17:17:59 +08:00
parent e0a8a66770
commit 2a44532b76
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 %global _hardened_build 1
Name: nfdump Name: nfdump
Version: 1.6.22 Version: 1.7.2
Release: 1 Release: 1
Summary: NetFlow collecting and processing tools Summary: NetFlow collecting and processing tools
License: BSD and GPLv2+ License: BSD and GPLv2+
URL: https://github.com/phaag/nfdump 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: autoconf automake byacc bzip2-devel flex gcc libpcap-devel libtool make
BuildRequires: rrdtool-devel sed BuildRequires: rrdtool-devel sed
Requires: nfdump-libs = %{version}-%{release} Requires: nfdump-libs = %{version}-%{release}
@ -22,7 +22,7 @@ Summary: Libraries used by NFDUMP packages
Contains libraries used by NFDUMP utilities Contains libraries used by NFDUMP utilities
%prep %prep
%setup -q %autosetup -p1
%build %build
./bootstrap ./bootstrap
@ -49,6 +49,7 @@ rm -f %{buildroot}%{_libdir}/*.la
%files %files
%license LICENSE %license LICENSE
%doc AUTHORS ChangeLog README.md %doc AUTHORS ChangeLog README.md
%config %{_sysconfdir}/nfdump.conf.dist
%{_bindir}/* %{_bindir}/*
%{_mandir}/man1/*.1* %{_mandir}/man1/*.1*
@ -57,5 +58,8 @@ rm -f %{buildroot}%{_libdir}/*.la
%{_libdir}/libnfdump.so %{_libdir}/libnfdump.so
%changelog %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 * Mon Sep 6 2021 wulei <wulei80@huawei.com> - 1.6.22-1
- package init - package init