From e4f6d91bf4cef87749e9206dd4109fda44cd5857 Mon Sep 17 00:00:00 2001 From: bryan Date: Thu, 15 Jan 2026 17:22:23 -0500 Subject: [PATCH] Disable bpf warnings in rpmbuild --- installJRMC | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/installJRMC b/installJRMC index 59a480f..e3aac9f 100755 --- a/installJRMC +++ b/installJRMC @@ -1005,6 +1005,11 @@ build_rpm() { BuildArch: $ARCH %global _rpmfilename %%{ARCH}/%%{NAME}-%%{version}-%%{release}.%%{ARCH}.rpm + %undefine _source_date_epoch_from_changelog + %define __brp_strip /bin/true + %define __brp_strip_comment_note /bin/true + %define __brp_strip_static_archive /bin/true + %define __brp_strip_lto /bin/true AutoReqProv: no