From 904b31c94e7fb786bf5dcb2b6f688090111b8ea9 Mon Sep 17 00:00:00 2001 From: Trainey Date: Tue, 29 Sep 2020 10:51:52 +0800 Subject: [PATCH] =?UTF-8?q?fix=20issue=20:=20https://gitee.com/src-openeul?= =?UTF-8?q?er/oemaker/issues/I1T1ZS=3Ffrom=3Dproject-issue=20=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3spec=E6=96=87=E4=BB=B6=E9=87=8CSource=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oemaker.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oemaker.spec b/oemaker.spec index b6c13ca..45beebd 100644 --- a/oemaker.spec +++ b/oemaker.spec @@ -5,7 +5,7 @@ Group: System/Management Version: 1.0.0 Release: 1 BuildRoot: %{_tmppath}/%{name} -Source: %{name}-%{version}.tar.gz +Source: https://gitee.com/openeuler/oemaker/repository/archive/v%{version}.tar.gz BuildArch: noarch Requires: createrepo dnf-plugins-core genisoimage isomd5sum grep bash libselinux-utils libxml2 Requires: lorax >= 19.6.78-1 -- Gitee