public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Hangbin Liu <liuhangbin@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/dropwatch] rawhide: dropwatch: fix build error with missing libzstd
Date: Sun, 26 Jul 2026 01:43:09 GMT [thread overview]
Message-ID: <178503018927.1.12702320467131367562.rpms-dropwatch-74bffe72f793@fedoraproject.org> (raw)
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
reply other threads:[~2026-07-26 1:43 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178503018927.1.12702320467131367562.rpms-dropwatch-74bffe72f793@fedoraproject.org \
--to=liuhangbin@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox