diff --git a/dpdk-thunderx.changes b/dpdk-thunderx.changes index 3bda18b..826bf5b 100644 --- a/dpdk-thunderx.changes +++ b/dpdk-thunderx.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 24 13:46:44 CET 2017 - ndas@suse.de + +- Fix broken dpdk-pmd/* soft links(bsc#1026804). + ------------------------------------------------------------------- Thu Feb 16 18:29:43 CET 2017 - ndas@suse.de diff --git a/dpdk-thunderx.spec b/dpdk-thunderx.spec index 7b153c1..a1e6935 100644 --- a/dpdk-thunderx.spec +++ b/dpdk-thunderx.spec @@ -243,7 +243,7 @@ done # 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 diff --git a/dpdk.changes b/dpdk.changes index 3bda18b..826bf5b 100644 --- a/dpdk.changes +++ b/dpdk.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 24 13:46:44 CET 2017 - ndas@suse.de + +- Fix broken dpdk-pmd/* soft links(bsc#1026804). + ------------------------------------------------------------------- Thu Feb 16 18:29:43 CET 2017 - ndas@suse.de diff --git a/dpdk.spec b/dpdk.spec index b98d087..784a4dd 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -241,7 +241,7 @@ done # 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