Accepting request 637575 from home:mvarlese:branches:network
- Fixed a problem with ABI compatibility; API/ABI compatibility is 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 problem with ABI compatibility; API/ABI compatibility is 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. OBS-URL: https://build.opensuse.org/request/show/637575 OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=88
This commit is contained in:
parent
3e50435d75
commit
dc1ae47255
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 24 11:52:08 UTC 2018 - Marco Varlese <marco.varlese@suse.com>
|
||||||
|
|
||||||
|
- Fixed a problem with ABI compatibility; API/ABI compatibility is
|
||||||
|
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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 29 09:59:13 UTC 2018 - marco.varlese@suse.com
|
Wed Aug 29 09:59:13 UTC 2018 - marco.varlese@suse.com
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
@ -43,7 +43,9 @@
|
|||||||
|
|
||||||
# The lname versioning is based solely on the MAJOR and MINOR
|
# The lname versioning is based solely on the MAJOR and MINOR
|
||||||
# as per DPDK CONFIG_RTE_MAJOR_ABI.
|
# as per DPDK CONFIG_RTE_MAJOR_ABI.
|
||||||
%define lname libdpdk-18_02-0
|
%define maj 18
|
||||||
|
%define min 02
|
||||||
|
%define lname libdpdk-%{maj}_%{min}-0
|
||||||
|
|
||||||
# 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
|
||||||
@ -189,7 +191,7 @@ function setdefaultconf()
|
|||||||
setconf CONFIG_RTE_NEXT_ABI n $1
|
setconf CONFIG_RTE_NEXT_ABI n $1
|
||||||
|
|
||||||
# SONAME equals to DPDK release version
|
# SONAME equals to DPDK release version
|
||||||
setconf CONFIG_RTE_MAJOR_ABI %{version} $1
|
setconf CONFIG_RTE_MAJOR_ABI %{maj}.%{min} $1
|
||||||
|
|
||||||
# Enable automatic driver loading from this path
|
# Enable automatic driver loading from this path
|
||||||
setconf CONFIG_RTE_EAL_PMD_PATH '"%{pmddir}"' $1
|
setconf CONFIG_RTE_EAL_PMD_PATH '"%{pmddir}"' $1
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 24 11:52:08 UTC 2018 - Marco Varlese <marco.varlese@suse.com>
|
||||||
|
|
||||||
|
- Fixed a problem with ABI compatibility; API/ABI compatibility is
|
||||||
|
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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 29 09:59:13 UTC 2018 - marco.varlese@suse.com
|
Wed Aug 29 09:59:13 UTC 2018 - marco.varlese@suse.com
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
@ -43,7 +43,9 @@
|
|||||||
|
|
||||||
# The lname versioning is based solely on the MAJOR and MINOR
|
# The lname versioning is based solely on the MAJOR and MINOR
|
||||||
# as per DPDK CONFIG_RTE_MAJOR_ABI.
|
# as per DPDK CONFIG_RTE_MAJOR_ABI.
|
||||||
%define lname libdpdk-18_02-0
|
%define maj 18
|
||||||
|
%define min 02
|
||||||
|
%define lname libdpdk-%{maj}_%{min}-0
|
||||||
|
|
||||||
Name: dpdk
|
Name: dpdk
|
||||||
Version: 18.02.2
|
Version: 18.02.2
|
||||||
@ -187,7 +189,7 @@ function setdefaultconf()
|
|||||||
setconf CONFIG_RTE_NEXT_ABI n $1
|
setconf CONFIG_RTE_NEXT_ABI n $1
|
||||||
|
|
||||||
# SONAME equals to DPDK release version
|
# SONAME equals to DPDK release version
|
||||||
setconf CONFIG_RTE_MAJOR_ABI %{version} $1
|
setconf CONFIG_RTE_MAJOR_ABI %{maj}.%{min} $1
|
||||||
|
|
||||||
# Enable automatic driver loading from this path
|
# Enable automatic driver loading from this path
|
||||||
setconf CONFIG_RTE_EAL_PMD_PATH '"%{pmddir}"' $1
|
setconf CONFIG_RTE_EAL_PMD_PATH '"%{pmddir}"' $1
|
||||||
|
Loading…
Reference in New Issue
Block a user