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#5c4c96ea46e1e9834ca11c9b996e93d43d794030
This commit is contained in:
parent
ffe5c1b4be
commit
90aaa39406
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/pmdk-1.8.tar.gz
|
||||
/pmdk-1.9.tar.gz
|
||||
/pmdk-1.9.1.tar.gz
|
||||
/pmdk-1.9.2.tar.gz
|
||||
|
||||
16
nvml.spec
16
nvml.spec
@ -28,17 +28,16 @@
|
||||
|
||||
%define min_libfabric_ver 1.4.2
|
||||
%define min_ndctl_ver 60.1
|
||||
%define upstreamversion 1.9.1
|
||||
%define upstreamversion 1.9.2
|
||||
|
||||
Name: nvml
|
||||
Version: 1.9.1
|
||||
Release: 1%{?dist}
|
||||
Version: 1.9.2
|
||||
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
|
||||
Patch0: 0001-test-fix-symbol-format-in-the-scope-tests.patch
|
||||
Patch1: nvml-gcc11.patch
|
||||
|
||||
BuildRequires: gcc
|
||||
@ -127,6 +126,7 @@ convenient.
|
||||
%{_includedir}/libpmem.h
|
||||
%{_mandir}/man7/libpmem.7.gz
|
||||
%{_mandir}/man3/pmem_*.3.gz
|
||||
%{_mandir}/man5/pmem_ctl.5.gz
|
||||
%license LICENSE
|
||||
%doc ChangeLog CONTRIBUTING.md README.md
|
||||
|
||||
@ -533,7 +533,6 @@ provided in the command line options to check whether files are in a consistent
|
||||
|
||||
%prep
|
||||
%setup -q -n pmdk-%{upstreamversion}
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
||||
|
||||
@ -616,6 +615,13 @@ cp utils/pmdk.magic %{buildroot}%{_datadir}/pmdk/
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Oct 30 2020 Adam Borowski <kilobyte@angband.pl> - 1.9.2-2
|
||||
- Second attempt -- retry a transient failure on ppc64le.
|
||||
|
||||
* Wed Oct 28 2020 Adam Borowski <kilobyte@angband.pl> - 1.9.2-1
|
||||
- Update to PMDK version 1.9.2
|
||||
- Install pmem_ctl(5).
|
||||
|
||||
* Fri Oct 2 2020 Adam Borowski <kilobyte@angband.pl> - 1.9.1-1
|
||||
- Update to PMDK version 1.9.1
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pmdk-1.9.1.tar.gz) = 6ca6c3033b30af7d8f8fc642566e5569a996905ec090fae71fe7036ca00641a4458bee36baa2e1bd85284573221cad92d9167dbb74928e8f7ed8c7b249fea548
|
||||
SHA512 (pmdk-1.9.2.tar.gz) = da9f7863c346de2ec7874d5f920b5ef8e0de7bc87d2ca21ebc25056d6fde4e7753957d2a1b9d8ea26f53f0b828984d69efbd88ffac62d1a7403ef3bf9d33fa30
|
||||
|
||||
Loading…
Reference in New Issue
Block a user