From ac8a6b49e4d0958755835a4e611b56e3e53d2c07 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Tue, 26 May 2015 18:50:54 +0900 Subject: [PATCH] packaging: u-boot-xu3.spec: modify the source file prefix name Modify the source file prefix name from u-boot-xu3 to u-boot. When built with u-boot.spec and u-boot-xu3.spec, it needs to take same source file. Change-Id: I0f0d8fd5973b4e9cfc6337d9b9431598bedaa891 Signed-off-by: Jaehoon Chung --- packaging/u-boot-xu3.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/u-boot-xu3.spec b/packaging/u-boot-xu3.spec index 3fc5cadd61..f326a32bd6 100644 --- a/packaging/u-boot-xu3.spec +++ b/packaging/u-boot-xu3.spec @@ -6,7 +6,7 @@ Group: System/Kernel License: GPL-2.0+ ExclusiveArch: %{arm} URL: https://review.tizen.org/git/?p=kernel/u-boot.git -Source0: %{name}-%{version}.tar.bz2 +Source0: u-boot-%{version}.tar.bz2 Source1001: u_boot_xu3.manifest BuildRequires: gcc >= 4.8 -- 2.34.1