From f74cfa823e05b646c6a4658ba1fd10160284482d Mon Sep 17 00:00:00 2001 From: seuzw <930zhaowei@163.com> Date: Thu, 3 Sep 2020 20:10:01 +0800 Subject: [PATCH] update source URL --- dpdk.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dpdk.spec b/dpdk.spec index a18fff4..dbd21d5 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -1,10 +1,10 @@ Name: dpdk Version: 19.11 -Release: 1 +Release: 2 Packager: packaging@6wind.com URL: http://dpdk.org %global source_version 19.11 -Source: %{name}-%{version}.tar.xz +Source: https://git.dpdk.org/dpdk/snapshot/%{name}-%{version}.tar.xz Patch0: CVE-2020-10725.patch Patch1: CVE-2020-10722.patch @@ -170,6 +170,9 @@ strip -g $RPM_BUILD_ROOT/lib/modules/${namer}/extra/dpdk/rte_kni.ko /usr/sbin/depmod %changelog +* Thu Sep 3 2020 zhaowei - 19.11-2 +-update source URL + * Wed May 27 2020 chenxiang - 19.11-1 -fix CVE-2020-10722 CVE-2020-10723 CVE-2020-10724 CVE-2020-10725 -- Gitee