From 576efb3b6104f12aa9e42121b074d9eeb2ee86cf Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Sat, 5 Dec 2020 06:58:26 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/nvml.git#b69382f116bf3bdf1d2a9a7e28a657e3607d3b93 --- nvml.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/nvml.spec b/nvml.spec index 6e97e8b..050c579 100644 --- a/nvml.spec +++ b/nvml.spec @@ -32,13 +32,19 @@ Name: nvml Version: 1.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Persistent Memory Development Kit (formerly NVML) License: BSD URL: http://pmem.io/pmdk Source0: https://github.com/pmem/pmdk/releases/download/%{upstreamversion}/pmdk-%{upstreamversion}.tar.gz +# do_open passes "attr" to util_pool_open which potentially reads that object +# but do_open never initializes "attr" +# may read that object +Patch0: nvml-gcc11.patch + + BuildRequires: gcc BuildRequires: make BuildRequires: glibc-devel @@ -590,6 +596,7 @@ provided in the command line options to check whether files are in a consistent %prep %setup -q -n pmdk-%{upstreamversion} +%patch0 -p1 %build @@ -674,6 +681,9 @@ cp utils/pmdk.magic %{buildroot}%{_datadir}/pmdk/ %changelog +* Fri Dec 04 2020 Jeff Law - 1.10-2 +- Fix uninitialized variable in tests caught by gcc-11 (again) + * Sat Oct 31 2020 Adam Borowski - 1.10-1 - Update to PMDK version 1.10 - New set of binary libraries: libpmem2{,-devel,-debug}