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