Accepting request 460203 from home:ndas:branches:network

- Fix broken dpdk-pmd/* soft links(bsc#1026804).

- Fix broken dpdk-pmd/* soft links(bsc#1026804).

OBS-URL: https://build.opensuse.org/request/show/460203
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=34
This commit is contained in:
Markos Chandras 2017-02-24 13:21:15 +00:00 committed by Git OBS Bridge
parent 719099ac1a
commit d01fcff59d
4 changed files with 12 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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