SHA256
1
0
forked from pool/ipmctl

Accepting request 667589 from home:rwill:branches:hardware:nvdimm

- Update to v01.00.00.3394+.  [FATE#326756, FATE#326917, FATE#326918]

OBS-URL: https://build.opensuse.org/request/show/667589
OBS-URL: https://build.opensuse.org/package/show/hardware:nvdimm/ipmctl?expand=0&rev=16
This commit is contained in:
Johannes Thumshirn 2019-01-21 12:21:38 +00:00 committed by Git OBS Bridge
parent 4e8bf30392
commit 9c875d55b5
6 changed files with 28 additions and 9 deletions

15
_service Normal file
View File

@ -0,0 +1,15 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/intel/ipmctl.git</param>
<param name="filename">ipmctl</param>
<param name="versionprefix">01.00.00.3394</param>
<param name="revision">master_1_0</param>
<param name="exclude">.git</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">ipmctl*.tar</param>
<param name="compression">gz</param>
</service>
</services>

4
_servicedata Normal file
View File

@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/intel/ipmctl.git</param>
<param name="changesrevision">b7a59dac174c4e8c5d1d15300b413eba274ea345</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:733fbb4ffd6115336bf3aac4e990f7661202e507c3ab4d79012194851c293947
size 5894440

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4857fd0cadbc8d27049aeb08fc03c3a7e74d11863420b1a151b22569a3b55383
size 10836351

View File

@ -1,7 +1,7 @@
-------------------------------------------------------------------
Fri Jan 18 08:07:22 UTC 2019 - rw@suse.com
Fri Jan 21 10:42:00 UTC 2019 - rw@suse.com
- Update to v01.00.00.3382. [FATE#326756, FATE#326917, FATE#326918]
- Update to v01.00.00.3394+. [FATE#326756, FATE#326917, FATE#326918]
[bsc#1116404, bsc#1091108]
- Integrate SafeC dependency in contrib.
- Fix remaining unconditional calls to python/python2. [bsc#1111020]

View File

@ -17,18 +17,19 @@
%define abi 3
%define vgit .1547861714.b7a59da
%define vSafeC 03032018
%define pSafeC rurban/safeclib/releases/download/v%{vSafeC}
Name: ipmctl
Version: 01.00.00.3382
Version: 01.00.00.3394
Release: 0
Summary: Utility for managing Intel Optane DC persistent memory modules
License: BSD-3-Clause
Group: System/Management
Url: https://github.com/intel/ipmctl
#ource: https://github.com/intel/ipmctl/archive/v%%{version}.tar.gz#/%%{name}-%%{version}.tar.gz
Source: %{name}-%{version}-unencumbered.tar.xz
Source: %{name}-%{version}%{vgit}.tar.gz
Source1: %{name}-rpmlintrc
Source10: https://github.com/%{pSafeC}/libsafec-%{vSafeC}.0-g570fa5.tar.gz
#ource10: libsafec-prebuild.tar.xz
@ -97,10 +98,9 @@ Obsoletes: ixpdimm_sw-devel < 01.00.00.3000
API for development of Intel Optane DC persistent memory management utilities.
%prep
%setup -q -n %{name}-%{version} -a 10
%setup -q -n %{name}-%{version}%{vgit} -a 10
%patch1 -p1
#rm -f BaseTools/Source/C/Common/FmmtLib.c CMake/safeclib.cmake
LICENSE_VIOLATIONS_IN=$(find . -type f -print0 | sort -z |
xargs -0r grep -li 'INTEL CONFIDENTIAL' || true)
[ -z "$LICENSE_VIOLATIONS_IN" ]