From d61b7d43351aaa910bb376b96f803f633fc82a46 Mon Sep 17 00:00:00 2001 From: suoxiaocong Date: Fri, 7 Jun 2024 10:54:48 +0800 Subject: [PATCH] remove ifarch condition check when addding source, this causes src.rpm missing files (cherry picked from commit c08ab0fa13743f0a14b46513043772df10e840d3) --- docker.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docker.spec b/docker.spec index c8f7b51..dd88857 100644 --- a/docker.spec +++ b/docker.spec @@ -1,6 +1,6 @@ Name: docker-engine Version: 18.09.0 -Release: 336 +Release: 337 Epoch: 2 Summary: The open-source application container engine Group: Tools/Docker @@ -13,10 +13,8 @@ Source3: git-commit Source4: series.conf Source5: VERSION-vendor Source6: gen-commit.sh -%ifarch loongarch64 Source7: net.tar.gz Source8: sys.tar.gz -%endif URL: https://mobyproject.org @@ -229,6 +227,12 @@ fi %endif %changelog +* Fri Jun 07 2024 suoxiaocong - 18.09.0-337 +- Type:BUG +- CVE:NA +- SUG:NA +- DESC:remove ifarch condition check when addding source, this causes src.rpm missing files + * Wed May 08 2024 chenjiankun - 18.09.0-336 - Type:CVE - CVE:CVE-2024-32473 -- Gitee