public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Boian Bonev <bbonev@ipacct.com>
To: git-commits@fedoraproject.org
Subject: [rpms/bpfmon] rawhide: Applied upstream
Date: Wed, 29 Jul 2026 22:02:58 GMT [thread overview]
Message-ID: <178536257834.1.4356594638529949708.rpms-bpfmon-683b5b383398@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/bpfmon
Branch : rawhide
Commit : 683b5b3833985890e80ad0388eb4bd000e00f47b
Author : Boian Bonev <bbonev@ipacct.com>
Date : 2026-07-30T01:02:51+03:00
Stats : +0/-32 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/bpfmon/c/683b5b3833985890e80ad0388eb4bd000e00f47b?branch=rawhide
Log:
Applied upstream
---
diff --git a/bpfmon-2.53-sbindir.patch b/bpfmon-2.53-sbindir.patch
deleted file mode 100644
index d68ba24..0000000
--- a/bpfmon-2.53-sbindir.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-commit e91daa25d2396eb8dbf0abc4cc30c817120cf438
-Author: Boian Bonev <bbonev@ipacct.com>
-Date: Thu Jan 23 02:31:09 2025 +0200
-
- Add option to specify bin directory
-
-diff --git a/Makefile b/Makefile
-index 7c27ef0..0d229be 100644
---- a/Makefile
-+++ b/Makefile
-@@ -62,6 +62,8 @@ MYCFLAGS=$(DEBUG) $(CPPFLAGS) $(CFLAGS) $(YASCC) $(PCACC) $(CCOPT)
- MYLIBS:=$(LIBS) $(YASLD) $(PCALD)
- MYLDFLAGS:=$(LDFLAGS) -fPIE -pie
-
-+PREFIX?=$(DESTDIR)/usr
-+BINDIR?=$(PREFIX)/sbin
- STRIP?=strip
- INSTALL?=install
-
-@@ -81,9 +83,9 @@ clean:
- rm -f bpfmon bpfmon.o psort psort.o
-
- install: bpfmon
-- $(INSTALL) -D -m 0755 $< $(DESTDIR)$(PREFIX)/sbin/$<
-- $(INSTALL) -D -m 0644 bpfmon.8 $(DESTDIR)$(PREFIX)/share/man/man8/bpfmon.8
-- $(STRIP) $(DESTDIR)$(PREFIX)/sbin/$<
-+ $(INSTALL) -D -m 0755 $< $(BINDIR)/$<
-+ $(INSTALL) -D -m 0644 bpfmon.8 $(PREFIX)/share/man/man8/bpfmon.8
-+ $(STRIP) $(BINDIR)/$<
-
- mkotar:
- $(MAKE) clean
reply other threads:[~2026-07-29 22:02 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=178536257834.1.4356594638529949708.rpms-bpfmon-683b5b383398@fedoraproject.org \
--to=bbonev@ipacct.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