public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fastnetmon] epel9: Rebase to version 1.2.9
@ 2026-06-26 8:43 Dmitry Belyavskiy
0 siblings, 0 replies; only message in thread
From: Dmitry Belyavskiy @ 2026-06-26 8:43 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/fastnetmon
Branch : epel9
Commit : 3871ae0d3edf689080d5855f09f7898afc821f5b
Author : Dmitry Belyavskiy <beldmit@gmail.com>
Date : 2026-06-26T10:42:22+02:00
Stats : +14/-12 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/fastnetmon/c/3871ae0d3edf689080d5855f09f7898afc821f5b?branch=epel9
Log:
Rebase to version 1.2.9
---
diff --git a/.gitignore b/.gitignore
index 5c4367d..380b154 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/420e7b873253fdc1b52b517d9c28db39bf384427.tar.gz
+/v1.2.9.tar.gz
diff --git a/fastnetmon.spec b/fastnetmon.spec
index a8976e3..ead405a 100644
--- a/fastnetmon.spec
+++ b/fastnetmon.spec
@@ -3,21 +3,15 @@
%global fastnetmon_group %{fastnetmon_user}
%global fastnetmon_config_path %{_sysconfdir}/fastnetmon.conf
-# We use commit version as we're still in progress of testing FastNetMon on Fedora.
-# We're planning to cut next stable release in next few weeks
-%global commit0 420e7b873253fdc1b52b517d9c28db39bf384427
-%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
-%global date 20220528
-
Name: fastnetmon
-Version: 1.2.1
-Release: 5.%{date}git%{shortcommit0}%{?dist}
+Version: 1.2.9
+Release: 1%{?dist}
Summary: DDoS detection tool with sFlow, Netflow, IPFIX and port mirror support
License: GPLv2
URL: https://fastnetmon.com
-Source0: https://github.com/pavel-odintsov/fastnetmon/archive/%{commit0}.tar.gz
+Source0: https://github.com/pavel-odintsov/fastnetmon/archive/refs/tags/v%{version}.tar.gz
Source1: fastnetmon.sysusers
BuildRequires: make
@@ -41,8 +35,12 @@ BuildRequires: mongo-c-driver-devel
BuildRequires: json-c-devel
BuildRequires: systemd
BuildRequires: systemd-rpm-macros
+BuildRequires: elfutils-libelf-devel
+BuildRequires: libbpf-devel
Requires(pre): shadow-utils
+Requires: elfutils-libelf
+Requires: libbpf
%{?systemd_requires}
@@ -50,7 +48,7 @@ Requires(pre): shadow-utils
DDoS detection tool with sFlow, Netflow, IPFIX and port mirror support.
%prep
-%autosetup -n %{name}-%{commit0}
+%autosetup -n %{name}-%{version} -p1
%build
@@ -90,7 +88,7 @@ install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_sysusersdir}/fastnetmon.conf
%systemd_preun fastnetmon.service
%postun
-%systemd_postun_with_restart fastnetmon.service
+%systemd_postun_with_restart fastnetmon.service
%files
@@ -110,6 +108,9 @@ install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_sysusersdir}/fastnetmon.conf
%doc README.md SECURITY.md THANKS.md
%changelog
+* Wed Jun 24 2026 Dmitry Belyavskiy <beldmit@gmail.com> - 1.2.9-1
+- Rebase to version 1.2.9
+
* Fri Dec 02 2022 Fabio Valentini <decathorpe@gmail.com> - 1.2.1-5.20220528git420e7b8
- Rebuild for capnproto 0.10.3 / CVE-2022-46149
diff --git a/sources b/sources
index fa9a06a..9dbf231 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (420e7b873253fdc1b52b517d9c28db39bf384427.tar.gz) = ce514a11170ff6a23b88650b4bec4d90228b4dc4dfbe0c1cbca0b266a55144e145a075495bb248f4166f07284f7dafeb14873aaedebdf8a5f14c8f3093f56cf3
+SHA512 (v1.2.9.tar.gz) = a6fd0447255a7b066ac345a1edffa946f9810d2f1dd86fea099aa519765b901c9f77027c88840ccf7dfa09d97448ea5d10a2a3761568b18b4ddc385301b31f34
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-26 8:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-26 8:43 [rpms/fastnetmon] epel9: Rebase to version 1.2.9 Dmitry Belyavskiy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox