From 7d469729008bfcd8ac7f5c2b083481296b428d69 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 2653536..9242eca 100644 --- a/edk2.spec +++ b/edk2.spec @@ -5,11 +5,11 @@ Name: edk2 Version: %{stable_date} -Release: 1 +Release: 2 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