import pmdk-1.12.1-1.module+el8.8.0+17329+92b0ed72

This commit is contained in:
CentOS Sources 2022-11-23 08:21:43 +00:00 committed by Stepan Oksanichenko
parent f890f0ad4a
commit f47c751c18
4 changed files with 9 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/pmdk-1.11.1.tar.gz
SOURCES/pmdk-1.12.1.tar.gz

View File

@ -1 +1 @@
e180377efa67f3db8c5fd322737e4f1f1cfb4eb9 SOURCES/pmdk-1.11.1.tar.gz
43ad3e971a2760e50aa325c763a623429b6804d3 SOURCES/pmdk-1.12.1.tar.gz

View File

@ -17,5 +17,5 @@ diff -up pmdk-1.11.1/src/test/RUNTESTS.py.orig pmdk-1.11.1/src/test/RUNTESTS.py
-#!/usr/bin/env python3
+#!/usr/libexec/platform-python
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2019-2021, Intel Corporation
# Copyright 2019-2022, Intel Corporation

View File

@ -17,7 +17,7 @@
%define min_ndctl_ver 60.1
Name: pmdk
Version: 1.11.1
Version: 1.12.1
Release: 1%{?dist}
Summary: Persistent Memory Development Kit (former NVML)
License: BSD
@ -29,6 +29,7 @@ Patch1: Makefile-bypass-check-doc-in-check.patch
BuildRequires: gcc
BuildRequires: make
BuildRequires: cmake
BuildRequires: glibc-devel
BuildRequires: autoconf
BuildRequires: automake
@ -599,6 +600,10 @@ cp utils/pmdk.magic %{buildroot}%{_datadir}/pmdk/
%changelog
* Mon Nov 21 2022 Bryan Gurney <bgurney@redhat.com> - 1.12.1-1.el8
- Update to pmdk version 1.12.1
- Related: rhbz#2111428
* Tue Jan 25 2022 Bryan Gurney <bgurney@redhat.com> - 1.11.1-1.el8
- Update to pmdk version 1.11.1
- Related: rhbz#2009889