From 47017fcd10603834a04bf473a1384465bb25817b Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 08:42:50 -0700 Subject: [PATCH] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- libnet.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libnet.spec b/libnet.spec index 5ead86e..e418c5d 100644 --- a/libnet.spec +++ b/libnet.spec @@ -1,7 +1,7 @@ Summary: C library for portable packet creation and injection Name: libnet Version: 1.3 -Release: 6%{?dist} +Release: 7%{?dist} License: BSD-2-Clause AND BSD-3-Clause URL: https://github.com/libnet/libnet Source0: https://github.com/libnet/libnet/releases/download/v%{version}/%{name}-%{version}.tar.gz @@ -98,6 +98,10 @@ done %endif %changelog +* Tue Oct 29 2024 Troy Dawson - 1.3-7 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Wed Aug 07 2024 Adrian Reber - 1.3-6 - applied patch to fix static analysis errors https://github.com/libnet/libnet/pull/170