diff --git a/nfdump-1.6.22.tar.gz b/nfdump-1.6.22.tar.gz deleted file mode 100644 index b84c8fa..0000000 Binary files a/nfdump-1.6.22.tar.gz and /dev/null differ diff --git a/nfdump-1.7.2.tar.gz b/nfdump-1.7.2.tar.gz new file mode 100644 index 0000000..c601543 Binary files /dev/null and b/nfdump-1.7.2.tar.gz differ diff --git a/nfdump.spec b/nfdump.spec index 9194a8d..4b01e06 100644 --- a/nfdump.spec +++ b/nfdump.spec @@ -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 - 1.7.2-1 +- Update to 1.7.2 + * Mon Sep 6 2021 wulei - 1.6.22-1 - package init