import pmdk-1.6.1-1.el8

This commit is contained in:
CentOS Sources 2020-04-28 04:49:56 -04:00 committed by Andrew Lukoshko
parent 53b9e72c79
commit 2ddd6ae93f
4 changed files with 9 additions and 21 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/pmdk-1.6.tar.gz
SOURCES/pmdk-1.6.1.tar.gz

View File

@ -1 +1 @@
fd79ab8f42ba80c7f3a3a1944ef2baccf9c83bd6 SOURCES/pmdk-1.6.tar.gz
c09c4ee03c00339483d27b578b52ab02f5b246b8 SOURCES/pmdk-1.6.1.tar.gz

View File

@ -1,13 +0,0 @@
diff --git a/src/tools/Makefile.inc b/src/tools/Makefile.inc
index 3bda2ee3b..57364fcbc 100644
--- a/src/tools/Makefile.inc
+++ b/src/tools/Makefile.inc
@@ -149,7 +149,7 @@ LIBPMEMCOMMON=y
endif
ifeq ($(LIBPMEMCOMMON), y)
-DYNAMIC_LIBS += $(LIBSDIR_DEBUG)/libpmemcommon.a
+DYNAMIC_LIBS += -lpmemcommon
STATIC_DEBUG_LIBS += $(LIBSDIR_DEBUG)/libpmemcommon.a
STATIC_NONDEBUG_LIBS += $(LIBSDIR_NONDEBUG)/libpmemcommon.a
CFLAGS += -I$(TOP)/src/common

View File

@ -17,15 +17,14 @@
%define min_ndctl_ver 60.1
Name: pmdk
Version: 1.6
Release: 2%{?dist}
Version: 1.6.1
Release: 1%{?dist}
Summary: Persistent Memory Development Kit (former NVML)
License: BSD
URL: http://pmem.io/pmdk
Source0: https://github.com/pmem/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Patch0: pmdk-use-platform-python.patch
Patch1: pmdk-fix-dynamic-link.patch
BuildRequires: gcc
BuildRequires: make
@ -673,9 +672,7 @@ a device.
%prep
%setup -q -n %{name}-%{version}
%patch0 -p1
%patch1 -p1
%autosetup -p1 -n %{name}-%{version}
%build
# For debug build default flags may be overriden to disable compiler
@ -725,6 +722,10 @@ cp utils/pmdk.magic %{buildroot}%{_datadir}/pmdk/
%changelog
* Fri Nov 1 2019 Jeff Moyer <jmoyer@redhat.com> - 1.6.1-1.el8
- Update to pmdk bugfix relase 1.6.1.
- Resolves: rhbz#1730675
* Mon Jun 24 2019 Jeff Moyer <jmoyer@redhat.com> - 1.6-2.el8
- Add explicit version dependencies
- Fix up broken link line in build system