public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/dropwatch] rawhide: dropwatch: fix build error with missing libzstd
@ 2026-07-26 1:43 Hangbin Liu
0 siblings, 0 replies; only message in thread
From: Hangbin Liu @ 2026-07-26 1:43 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/dropwatch
Branch : rawhide
Commit : 74bffe72f7936f13ac93e4c11594f9dd25ffeacf
Author : Hangbin Liu <liuhangbin@gmail.com>
Date : 2026-07-26T09:40:46+08:00
Stats : +7/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/dropwatch/c/74bffe72f7936f13ac93e4c11594f9dd25ffeacf?branch=rawhide
Log:
dropwatch: fix build error with missing libzstd
Resolves: rhbz#2503856
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
---
diff --git a/dropwatch.spec b/dropwatch.spec
index 58600bb..64a4a68 100644
--- a/dropwatch.spec
+++ b/dropwatch.spec
@@ -1,6 +1,6 @@
Name: dropwatch
Version: 1.5.5
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Kernel dropped packet monitor
License: GPL-2.0-or-later
@@ -17,6 +17,7 @@ BuildRequires: kernel-headers
BuildRequires: binutils-devel
BuildRequires: libnl3-devel
BuildRequires: libpcap-devel
+BuildRequires: libzstd-devel
BuildRequires: readline-devel
Requires: libnl3
@@ -28,10 +29,10 @@ network packets.
%prep
%autosetup -p1
+./autogen.sh
%build
-./autogen.sh
-%configure
+%configure LIBS="-lzstd"
%make_build
%install
@@ -46,6 +47,9 @@ network packets.
%license COPYING
%changelog
+* Sat Jul 25 2026 Hangbin Liu <liuhangbin@gmail.com> - 1.5.5-5
+- Fix missing libzstd build error on f45 (bz 2503856)
+
* Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.5-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-26 1:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-26 1:43 [rpms/dropwatch] rawhide: dropwatch: fix build error with missing libzstd Hangbin Liu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox