diff --git a/_service b/_service new file mode 100644 index 0000000..088348d --- /dev/null +++ b/_service @@ -0,0 +1,15 @@ + + + git + https://github.com/intel/ipmctl.git + ipmctl + 01.00.00.3394 + master_1_0 + .git + enable + + + ipmctl*.tar + gz + + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..162a04b --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://github.com/intel/ipmctl.git + b7a59dac174c4e8c5d1d15300b413eba274ea345 diff --git a/ipmctl-01.00.00.3382-unencumbered.tar.xz b/ipmctl-01.00.00.3382-unencumbered.tar.xz deleted file mode 100644 index 06ae39b..0000000 --- a/ipmctl-01.00.00.3382-unencumbered.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:733fbb4ffd6115336bf3aac4e990f7661202e507c3ab4d79012194851c293947 -size 5894440 diff --git a/ipmctl-01.00.00.3394.1547861714.b7a59da.tar.gz b/ipmctl-01.00.00.3394.1547861714.b7a59da.tar.gz new file mode 100644 index 0000000..da2afc2 --- /dev/null +++ b/ipmctl-01.00.00.3394.1547861714.b7a59da.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4857fd0cadbc8d27049aeb08fc03c3a7e74d11863420b1a151b22569a3b55383 +size 10836351 diff --git a/ipmctl.changes b/ipmctl.changes index 5a9f86b..b752acd 100644 --- a/ipmctl.changes +++ b/ipmctl.changes @@ -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] diff --git a/ipmctl.spec b/ipmctl.spec index 1727b00..86f130e 100644 --- a/ipmctl.spec +++ b/ipmctl.spec @@ -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" ]