From 16595f2beb514c257eeffc74b1064f065635496e Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Mon, 24 Feb 2020 15:42:57 -0500 Subject: [PATCH] Package our abignore file to try to shut taskotron up some. Signed-off-by: Peter Jones --- efivar.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/efivar.spec b/efivar.spec index d92994d..11efdd8 100644 --- a/efivar.spec +++ b/efivar.spec @@ -1,6 +1,6 @@ Name: efivar Version: 37 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Tools to manage UEFI variables License: LGPLv2.1 URL: https://github.com/rhboot/efivar @@ -48,6 +48,7 @@ make LIBDIR=%{_libdir} BINDIR=%{_bindir} CFLAGS="$RPM_OPT_FLAGS -flto" LDFLAGS=" %install %makeinstall +install -m 0644 src/abignore %{buildroot}%{_includedir}/efivar/.abignore %check %ifarch x86_64 @@ -74,6 +75,9 @@ make abicheck %{_libdir}/*.so.* %changelog +* Mon Feb 24 2020 Peter Jones - 37-7 +- Package our abignore file to try to shut taskotron up some. + * Mon Feb 24 2020 Peter Jones - 37-6 - Pull in a bunch of patches from upstream.