From 393af088f86524ac277926ecd751222b4da538ee Mon Sep 17 00:00:00 2001 From: Jeff Moyer Date: Mon, 26 Apr 2021 16:47:45 -0400 Subject: [PATCH] disable 'make check' Don't run the test harness on the builders. We already run this in our QE testing, and we really shouldn't be tying up builder time with this. Resolves: rhbz#1951273 --- nvml.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/nvml.spec b/nvml.spec index 55105f8..46096fd 100644 --- a/nvml.spec +++ b/nvml.spec @@ -7,11 +7,8 @@ # directory are not found in %%files (without fabric case) %define _unpackaged_files_terminate_build 0 -# disable 'make check' on suse -%if %{defined suse_version} - %define _skip_check 1 - %define dist .suse%{suse_version} -%endif +# disable 'make check' +%define _skip_check 1 %if (0%{?suse_version} > 1315) || (0%{?fedora} >= 27) || (0%{?rhel} >= 7) %bcond_without fabric @@ -32,7 +29,7 @@ Name: nvml Version: 1.10 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Persistent Memory Development Kit (formerly NVML) License: BSD URL: http://pmem.io/pmdk @@ -681,6 +678,10 @@ cp utils/pmdk.magic %{buildroot}%{_datadir}/pmdk/ %changelog +* Mon Apr 26 2021 Jeff Moyer - 1.10-5 +- Don't run %check on the build infrastructure. +- Resolves: rhbz#1951273 + * Fri Apr 16 2021 Mohan Boddu - 1.10-4 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937