From 7c607b332ebb28f9dd5f8c7f94db09ee06cd0001 Mon Sep 17 00:00:00 2001 From: Ying Fang Date: Mon, 28 Sep 2020 18:45:53 +0800 Subject: [PATCH] spec: convert Source0 to http url update Source0 to http url, OBS will build pkg using Source0 Signed-off-by: Ying Fang --- edk2.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/edk2.spec b/edk2.spec index 059596f..a8f4996 100644 --- a/edk2.spec +++ b/edk2.spec @@ -5,11 +5,11 @@ Name: edk2 Version: %{stable_date} -Release: 3 +Release: 4 Summary: EFI Development Kit II License: BSD-2-Clause-Patent URL: https://github.com/tianocore/edk2 -Source0: %{release_tag}.tar.gz +Source0: https://github.com/tianocore/edk2/archive/%{release_tag}.tar.gz Source1: openssl-%{openssl_version}.tar.gz Patch0001: 0001-CryptoPkg-OpensslLib-Modify-process_files.pl-for-Ope.patch -- Gitee