Add RHEL cruft

Resolves: #2024374
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
This commit is contained in:
Robbie Harwood 2022-02-02 10:18:08 -05:00
parent abaa5ad465
commit 70f8969de8
3 changed files with 22 additions and 2 deletions

View File

@ -1,8 +1,8 @@
Name: efivar Name: efivar
Version: 38 Version: 38
Release: 1%{?dist} Release: 2%{?dist}
Summary: Tools to manage UEFI variables Summary: Tools to manage UEFI variables
License: LGPL-2.1-only License: LGPLv2
URL: https://github.com/rhboot/efivar URL: https://github.com/rhboot/efivar
Requires: %{name}-libs = %{version}-%{release} Requires: %{name}-libs = %{version}-%{release}
ExclusiveArch: %{efi} ExclusiveArch: %{efi}
@ -88,6 +88,10 @@ make abicheck
%{_libdir}/*.so.* %{_libdir}/*.so.*
%changelog %changelog
* Wed Feb 02 2022 Robbie Harwood <rharwood@redhat.com> - 38-2
- Bump to re-run tests; no code changes
- Resolves: #2024374
* Tue Feb 01 2022 Robbie Harwood <rharwood@redhat.com> - 38-1 * Tue Feb 01 2022 Robbie Harwood <rharwood@redhat.com> - 38-1
- New upstream release (38) - New upstream release (38)
- Resolves: #2024374 - Resolves: #2024374

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-8
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.revdeps.integration}

10
rpminspect.yaml Normal file
View File

@ -0,0 +1,10 @@
---
inspections:
# Not a Java package
javabytecode: off
# These just flag when things change "too much"
changedfiles: off
filesize: off
patches: off
upstream: off