public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/bpfmon] rawhide: Applied upstream
@ 2026-07-29 22:02 Boian Bonev
0 siblings, 0 replies; only message in thread
From: Boian Bonev @ 2026-07-29 22:02 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-29 22:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-29 22:02 [rpms/bpfmon] rawhide: Applied upstream Boian Bonev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox