Accepting request 637654 from home:mvarlese:branches:network
- Fixed a naming issue with library: did not reflect soname - Fixed a naming issue with library: did not reflect soname OBS-URL: https://build.opensuse.org/request/show/637654 OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=89
This commit is contained in:
parent
dc1ae47255
commit
2e1761a6df
@ -5,6 +5,7 @@ Mon Sep 24 11:52:08 UTC 2018 - Marco Varlese <marco.varlese@suse.com>
|
|||||||
guaranteed by DPDK upstream community across subsequent bug-fix
|
guaranteed by DPDK upstream community across subsequent bug-fix
|
||||||
releases. However, the .spec file broke it by defining the wrong
|
releases. However, the .spec file broke it by defining the wrong
|
||||||
version which included also the bug-fix release number.
|
version which included also the bug-fix release number.
|
||||||
|
- Fixed a naming issue with library: did not reflect soname
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 29 09:59:13 UTC 2018 - marco.varlese@suse.com
|
Wed Aug 29 09:59:13 UTC 2018 - marco.varlese@suse.com
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
# as per DPDK CONFIG_RTE_MAJOR_ABI.
|
# as per DPDK CONFIG_RTE_MAJOR_ABI.
|
||||||
%define maj 18
|
%define maj 18
|
||||||
%define min 02
|
%define min 02
|
||||||
%define lname libdpdk-%{maj}_%{min}-0
|
%define lname libdpdk-%{maj}_%{min}
|
||||||
|
|
||||||
# Do NOT edit this auto generated file! Edit dpdk.spec instead
|
# Do NOT edit this auto generated file! Edit dpdk.spec instead
|
||||||
# and run 'pre_checkin.sh' before committing
|
# and run 'pre_checkin.sh' before committing
|
||||||
|
@ -5,6 +5,7 @@ Mon Sep 24 11:52:08 UTC 2018 - Marco Varlese <marco.varlese@suse.com>
|
|||||||
guaranteed by DPDK upstream community across subsequent bug-fix
|
guaranteed by DPDK upstream community across subsequent bug-fix
|
||||||
releases. However, the .spec file broke it by defining the wrong
|
releases. However, the .spec file broke it by defining the wrong
|
||||||
version which included also the bug-fix release number.
|
version which included also the bug-fix release number.
|
||||||
|
- Fixed a naming issue with library: did not reflect soname
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 29 09:59:13 UTC 2018 - marco.varlese@suse.com
|
Wed Aug 29 09:59:13 UTC 2018 - marco.varlese@suse.com
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
# as per DPDK CONFIG_RTE_MAJOR_ABI.
|
# as per DPDK CONFIG_RTE_MAJOR_ABI.
|
||||||
%define maj 18
|
%define maj 18
|
||||||
%define min 02
|
%define min 02
|
||||||
%define lname libdpdk-%{maj}_%{min}-0
|
%define lname libdpdk-%{maj}_%{min}
|
||||||
|
|
||||||
Name: dpdk
|
Name: dpdk
|
||||||
Version: 18.02.2
|
Version: 18.02.2
|
||||||
|
Loading…
Reference in New Issue
Block a user