From bf6e1321f65a9bb1ea3da53dedb5b59806a60d7a Mon Sep 17 00:00:00 2001 From: tigro Date: Wed, 6 Sep 2023 13:01:16 +0300 Subject: [PATCH] drop macro define --- SPECS/kmod-anbox.spec | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/SPECS/kmod-anbox.spec b/SPECS/kmod-anbox.spec index cb4cdab..3867d92 100644 --- a/SPECS/kmod-anbox.spec +++ b/SPECS/kmod-anbox.spec @@ -35,16 +35,6 @@ Source5: GPL-v2.0.txt # Fix for the SB-signing issue caused by a bug in /usr/lib/rpm/brp-strip # https://bugzilla.redhat.com/show_bug.cgi?id=1967291 -%define __spec_install_post \ - /usr/lib/rpm/check-buildroot \ - /usr/lib/rpm/redhat/brp-ldconfig \ - /usr/lib/rpm/brp-compress \ - /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump \ - /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip \ - /usr/lib/rpm/redhat/brp-python-bytecompile "" "1" "0" \ - /usr/lib/rpm/brp-python-hardlink \ - /usr/lib/rpm/redhat/brp-mangle-shebangs - BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) ExclusiveArch: x86_64