From b4dba5bafc175c688f74f15b73cf85b3c2a82c58 Mon Sep 17 00:00:00 2001 From: Stephane Desneux Date: Tue, 21 Oct 2014 11:42:57 +0200 Subject: Fix source tarball name for odroid and rinato kernels. Change-Id: I1b14b5f5b19eb8aa1eba11f5fc11c63d4e4a1759 Bug-Tizen: TC-1495 Signed-off-by: Stephane Desneux --- packaging/odroid-linux-kernel.spec | 2 +- packaging/rinato-linux-kernel.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/odroid-linux-kernel.spec b/packaging/odroid-linux-kernel.spec index b00f64bc96c..77fe116a612 100644 --- a/packaging/odroid-linux-kernel.spec +++ b/packaging/odroid-linux-kernel.spec @@ -12,7 +12,7 @@ ExclusiveArch: %{arm} Group: System/Kernel Vendor: The Linux Community URL: http://www.kernel.org -Source0: %{name}-%{version}.tar.xz +Source0: linux-kernel-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{PACKAGE_VERSION}-root %define fullVersion %{version}-%{variant} diff --git a/packaging/rinato-linux-kernel.spec b/packaging/rinato-linux-kernel.spec index 925f5b9e182..0c9c07e35e0 100644 --- a/packaging/rinato-linux-kernel.spec +++ b/packaging/rinato-linux-kernel.spec @@ -12,7 +12,7 @@ ExclusiveArch: %{arm} Group: System/Kernel Vendor: The Linux Community URL: http://www.kernel.org -Source0: %{name}-%{version}.tar.xz +Source0: linux-kernel-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{PACKAGE_VERSION}-root %define fullVersion %{version}-%{variant} -- cgit v1.2.3