Hello community, here is the log from the commit of package opa-ff for openSUSE:Factory checked in at 2018-11-13 16:36:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/opa-ff (Old) and /work/SRC/openSUSE:Factory/.opa-ff.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opa-ff" Tue Nov 13 16:36:24 2018 rev:12 rq:646393 version:10.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/opa-ff/opa-ff.changes 2018-08-02 14:59:10.988382579 +0200 +++ /work/SRC/openSUSE:Factory/.opa-ff.new/opa-ff.changes 2018-11-13 17:29:53.113260515 +0100 @@ -1,0 +2,14 @@ +Thu Oct 25 12:12:28 UTC 2018 - Jan Engelhardt <[email protected]> + +- Use noun phrase. +- Fix RPM groups. + +------------------------------------------------------------------- +Mon Oct 15 07:24:55 UTC 2018 - [email protected] + +- Update to v10.8.0.0.201 (fate#325855) + * No changelog available. +* Rebase opa-ff-suse-build-fixes.patch and opa-ff-add-shebang-for-exp-files.patch + to the latest sources + +------------------------------------------------------------------- Old: ---- opa-ff-10.7.0.0.133.0.c6b993a4c724.tar.gz New: ---- opa-ff-10.8.0.0.201.0.cb934204ad37.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ opa-ff.spec ++++++ --- /var/tmp/diff_new_pack.gN9wwI/_old 2018-11-13 17:29:53.577259879 +0100 +++ /var/tmp/diff_new_pack.gN9wwI/_new 2018-11-13 17:29:53.577259879 +0100 @@ -16,7 +16,7 @@ # -%define git_ver .0.133.0.c6b993a4c724 +%define git_ver .0.201.0.cb934204ad37 %define opamgt_major 0 %define opasadb_major 1_0_0 @@ -24,12 +24,12 @@ %define opasysconfdir %{_sysconfdir}/opa/ Name: opa-ff -Version: 10.7.0 +Version: 10.8.0 Release: 0 Summary: Intel Omni-Path basic tools and libraries for fabric managment License: BSD-3-Clause OR GPL-2.0-only Group: Productivity/Networking/System -Url: http://www.intel.com/ +Url: https://github.com/intel/opa-ff Source0: %{name}-%{version}%{git_ver}.tar.gz Source1: opa-ff.rpmlintrc Patch1: opa-ff-add-shebang-for-exp-files.patch @@ -115,6 +115,14 @@ %description -n libopamgt-devel This package contains the necessary headers for opamgt development. +%package -n opa-snapconfig +Summary: Tools for configureing fabrics with snapshot files +Group: Productivity/Networking/System +Requires: opa-fastfabric + +%description -n opa-snapconfig +Tools for parsing information from provided snapshot files and issuing packets to program. + %prep %setup -q -n %{name}-%{version}%{git_ver} %patch1 @@ -171,6 +179,7 @@ cd ../bin cp -t %{buildroot}/%{pseudo_opt}/tools/ ${ff_tools_opt} +cp -t %{buildroot}/%{pseudo_opt}/tools/ ${opasnapconfig_bin} cd ../fastfabric cp -t %{buildroot}%{_sbindir} ${ff_tools_sbin} @@ -298,6 +307,13 @@ ) > %{_builddir}/ff_file.list +# List for snapconfig +( + for file in ${opasnapconfig_bin}; do + echo "%{pseudo_opt}tools/${file}" + done +) > %{_builddir}/snapconfig_file.list + %post -n libopasadb%{opasadb_major} -p /sbin/ldconfig %postun -n libopasadb%{opasadb_major} -p /sbin/ldconfig @@ -370,4 +386,11 @@ %{_includedir}/opamgt %{pseudo_opt}/samples/opamgt +%files -n opa-snapconfig -f %{_builddir}/snapconfig_file.list +%defattr(-,root,root,-) +%dir %{pseudo_opt} +%dir %{pseudo_opt}tools/ + +%doc README LICENSE + %changelog ++++++ _service ++++++ --- /var/tmp/diff_new_pack.gN9wwI/_old 2018-11-13 17:29:53.597259851 +0100 +++ /var/tmp/diff_new_pack.gN9wwI/_new 2018-11-13 17:29:53.597259851 +0100 @@ -8,7 +8,7 @@ <param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-replacement">\1</param> - <param name="revision">c6b993a4c724f7f3dd3f62a8a5371b0d170b7334</param> + <param name="revision">cb934204ad37b50158e4b89a9f789a1b5637b857</param> </service> <service name="recompress" mode="disabled"> <param name="file">opa-ff*.tar</param> ++++++ opa-ff-10.7.0.0.133.0.c6b993a4c724.tar.gz -> opa-ff-10.8.0.0.201.0.cb934204ad37.tar.gz ++++++ /work/SRC/openSUSE:Factory/opa-ff/opa-ff-10.7.0.0.133.0.c6b993a4c724.tar.gz /work/SRC/openSUSE:Factory/.opa-ff.new/opa-ff-10.8.0.0.201.0.cb934204ad37.tar.gz differ: char 13, line 1 ++++++ opa-ff-add-shebang-for-exp-files.patch ++++++ --- /var/tmp/diff_new_pack.gN9wwI/_old 2018-11-13 17:29:53.621259818 +0100 +++ /var/tmp/diff_new_pack.gN9wwI/_new 2018-11-13 17:29:53.621259818 +0100 @@ -1,4 +1,4 @@ -commit 17094ed86eae4ff9c7d4a2846f6d1006e039a571 +commit cc0fea0cb6819eff9c33697fffd129d9ca63bd7e Author: Nicolas Morey-Chaisemartin <[email protected]> Date: Thu Jun 8 11:13:38 2017 +0200 @@ -295,7 +295,7 @@ # # Copyright (c) 2015, Intel Corporation diff --git TestTools/extmng.exp TestTools/extmng.exp -index 92afc6a4d80a..bb49db846e14 100755 +index b513c61c1069..e0ba680daed3 100755 --- TestTools/extmng.exp +++ TestTools/extmng.exp @@ -1,3 +1,4 @@ @@ -331,7 +331,7 @@ # # Copyright (c) 2015, Intel Corporation diff --git TestTools/mpi.exp TestTools/mpi.exp -index 25defc08804d..0008685fbe45 100755 +index 4fe36e9aeca0..fa0624080c98 100755 --- TestTools/mpi.exp +++ TestTools/mpi.exp @@ -1,3 +1,4 @@ ++++++ opa-ff-suse-build-fixes.patch ++++++ --- /var/tmp/diff_new_pack.gN9wwI/_old 2018-11-13 17:29:53.629259807 +0100 +++ /var/tmp/diff_new_pack.gN9wwI/_new 2018-11-13 17:29:53.629259807 +0100 @@ -1,4 +1,4 @@ -commit eea4f1409968d74e218f5d9390141516830d0283 +commit 7ff18bb03325761f33ebebe6ebcef3c4acfd977b Author: Nicolas Morey-Chaisemartin <[email protected]> Date: Thu Jun 8 11:11:01 2017 +0200 @@ -34,7 +34,7 @@ # Include directories for kernel KERNELDIR=/lib/modules/$(BUILD_TARGET_OS_VERSION)/build diff --git OpenIb_Host/ff_build.sh OpenIb_Host/ff_build.sh -index 5a97ff855962..ce4179db7339 100755 +index e2ef82a12276..8c0be6244776 100755 --- OpenIb_Host/ff_build.sh +++ OpenIb_Host/ff_build.sh @@ -57,7 +57,13 @@ export PRODUCT=${PRODUCT:-OPENIB_FF} @@ -50,9 +50,9 @@ +export BUILD_TARGET_OS_VENDOR_VERSION=$BUILD_PLATFORM_OS_VENDOR_VERSION + setver $BUILD_TARGET_OS_VENDOR $BUILD_TARGET_OS_VERSION + export OPA_FEATURE_SET=opa10 - MODULEVERSION=`$TL_DIR/MakeTools/convert_releasetag.pl $RELEASE_TAG` -@@ -69,6 +75,7 @@ shift +@@ -70,6 +76,7 @@ shift set -x { echo "Environment:"
