From 934c633a2a4fd43411127bcee93ab6d81dc7080d Mon Sep 17 00:00:00 2001 From: Inha Song Date: Tue, 26 May 2015 19:34:28 +0900 Subject: [PATCH] packaging: fix %setup top directory name to match repo name This pach fix %setup top directory name to match repo name. Change-Id: I12ad129f9092bf111f6deb900d1b5cdb9cf4ccdb Signed-off-by: Inha Song --- packaging/u-boot-xu3.spec | 4 ++-- packaging/u-boot.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packaging/u-boot-xu3.spec b/packaging/u-boot-xu3.spec index f275e7f..a19dd8f 100644 --- a/packaging/u-boot-xu3.spec +++ b/packaging/u-boot-xu3.spec @@ -1,6 +1,6 @@ Name: u-boot-xu3 Version: 2015.10 -Release: 1%{?dist} +Release: 0 Summary: Das U-Boot - Tizen bootloader Group: System/Kernel License: GPL-2.0+ @@ -44,7 +44,7 @@ and modify U-Boot's environment. %endif %prep -%setup -q +%setup -q -n u-boot-%{version} %build cp %{SOURCE1001} . diff --git a/packaging/u-boot.spec b/packaging/u-boot.spec index e81af0a..ef90af7 100644 --- a/packaging/u-boot.spec +++ b/packaging/u-boot.spec @@ -1,6 +1,6 @@ Name: u-boot Version: 2015.10 -Release: 1%{?dist} +Release: 0 Summary: Das U-Boot - Tizen bootloader Group: System/Kernel License: GPL-2.0+ @@ -44,7 +44,7 @@ and modify U-Boot's environment. %endif %prep -%setup -q +%setup -q -n %{name}-%{version} %build cp %{SOURCE1001} . -- 2.7.4