diff --git a/dpdk-thunderx.changes b/dpdk-thunderx.changes index c19e6fb..36ea2ca 100644 --- a/dpdk-thunderx.changes +++ b/dpdk-thunderx.changes @@ -5,6 +5,7 @@ Mon Sep 24 11:52:08 UTC 2018 - Marco Varlese guaranteed by DPDK upstream community across subsequent bug-fix releases. However, the .spec file broke it by defining the wrong 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 diff --git a/dpdk-thunderx.spec b/dpdk-thunderx.spec index 61236a5..01f9f64 100644 --- a/dpdk-thunderx.spec +++ b/dpdk-thunderx.spec @@ -45,7 +45,7 @@ # as per DPDK CONFIG_RTE_MAJOR_ABI. %define maj 18 %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 # and run 'pre_checkin.sh' before committing diff --git a/dpdk.changes b/dpdk.changes index c19e6fb..36ea2ca 100644 --- a/dpdk.changes +++ b/dpdk.changes @@ -5,6 +5,7 @@ Mon Sep 24 11:52:08 UTC 2018 - Marco Varlese guaranteed by DPDK upstream community across subsequent bug-fix releases. However, the .spec file broke it by defining the wrong 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 diff --git a/dpdk.spec b/dpdk.spec index 20b1c95..ec597ed 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -45,7 +45,7 @@ # as per DPDK CONFIG_RTE_MAJOR_ABI. %define maj 18 %define min 02 -%define lname libdpdk-%{maj}_%{min}-0 +%define lname libdpdk-%{maj}_%{min} Name: dpdk Version: 18.02.2