Hello community,

here is the log from the commit of package dpdk for openSUSE:Factory checked in 
at 2017-03-02 19:29:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dpdk (Old)
 and      /work/SRC/openSUSE:Factory/.dpdk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dpdk"

Thu Mar  2 19:29:44 2017 rev:9 rq:460208 version:16.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/dpdk/dpdk-thunderx.changes       2017-02-16 
17:07:08.834050676 +0100
+++ /work/SRC/openSUSE:Factory/.dpdk.new/dpdk-thunderx.changes  2017-03-02 
19:29:45.415986746 +0100
@@ -1,0 +2,12 @@
+Fri Feb 24 13:46:44 CET 2017 - [email protected]
+
+- Fix broken dpdk-pmd/* soft links(bsc#1026804).
+
+-------------------------------------------------------------------
+Thu Feb 16 18:29:43 CET 2017 - [email protected]
+
+- Do not disable cryptodev as EXPREMENTAL tag has been removed.
+- Remove CONFIG_RTE_LIBRTE_MBUF_OFFLOAD as cryptodev is not depending 
+  on it anymore and its removed from the upstream.
+
+-------------------------------------------------------------------
dpdk.changes: same change

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dpdk-thunderx.spec ++++++
--- /var/tmp/diff_new_pack.0HpwFH/_old  2017-03-02 19:29:46.291862786 +0100
+++ /var/tmp/diff_new_pack.0HpwFH/_new  2017-03-02 19:29:46.291862786 +0100
@@ -14,6 +14,7 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+# needssslcertforbuild
 
 
 %define machine native
@@ -171,8 +172,6 @@
 setconf CONFIG_RTE_MACHINE '"%{machine2}"'
 # Disable experimental features
 setconf CONFIG_RTE_NEXT_ABI n
-setconf CONFIG_RTE_LIBRTE_CRYPTODEV n
-setconf CONFIG_RTE_LIBRTE_MBUF_OFFLOAD n
 
 # Enable automatic driver loading from this path
 setconf CONFIG_RTE_EAL_PMD_PATH '"%{pmddir}"'
@@ -213,7 +212,6 @@
 export EXTRA_CFLAGS='-DVERSION=\"%{version}\"'
 export INSTALL_MOD_PATH=%{buildroot}
 export INSTALL_MOD_DIR=updates
-# needssslcertforbuild
 export BRP_PESIGN_FILES="*.ko"
 
 for flavor in %{flavors_to_build}; do
@@ -245,7 +243,7 @@
 
 # Create a driver directory with symlinks to all pmds
 mkdir -p %{buildroot}/%{pmddir}
-for f in %{buildroot}/%{_libdir}/*_pmd_*.so; do
+for f in %{buildroot}/%{_libdir}/*_pmd_*.so.*; do
     bn=$(basename ${f})
     ln -s ../${bn} %{buildroot}%{pmddir}/${bn}
 done

dpdk.spec: same change

Reply via email to