From 1b1b2de04ce9f98ac47992a6dcf1826a8754be38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Hrdina?= Date: Tue, 2 Jul 2024 10:10:23 +0200 Subject: [PATCH] Fix broken gating --- ci.fmf | 1 + libpcap.spec | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 ci.fmf diff --git a/ci.fmf b/ci.fmf new file mode 100644 index 0000000..c5aa0e0 --- /dev/null +++ b/ci.fmf @@ -0,0 +1 @@ +resultsdb-testcase: separate diff --git a/libpcap.spec b/libpcap.spec index 79aff2c..4f349d6 100644 --- a/libpcap.spec +++ b/libpcap.spec @@ -1,7 +1,7 @@ Name: libpcap Epoch: 14 Version: 1.10.4 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A system-independent interface for user-level packet capture License: ISC AND BSD-2-Clause AND BSD-3-Clause AND BSD-4-Clause-UC URL: https://www.tcpdump.org/ @@ -93,6 +93,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libpcap.a %{_mandir}/man5/pcap*.5* %changelog +* Tue Jul 02 2024 FrantiĊĦek Hrdina - 14:1.10.4-6 +- Fix broken gating + * Mon Jun 24 2024 Troy Dawson - 14:1.10.4-5 - Bump release for June 2024 mass rebuild