summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@open.eurogiciel.org>2014-10-21 11:42:57 +0200
committerChanho Park <chanho61.park@samsung.com>2014-11-18 12:01:02 +0900
commita22429e34d3fbd911399eee156ed80f82bf08901 (patch)
treeb688ee0eddb60ed6f146e96c721514c4b5b0b83f
parentfad4194dcdb437944507a8f1d8420f6825d224cc (diff)
downloadlinux-3.10-a22429e34d3fbd911399eee156ed80f82bf08901.tar.gz
linux-3.10-a22429e34d3fbd911399eee156ed80f82bf08901.tar.bz2
linux-3.10-a22429e34d3fbd911399eee156ed80f82bf08901.zip
Fix source tarball name for odroid and rinato kernels.
Change-Id: I1b14b5f5b19eb8aa1eba11f5fc11c63d4e4a1759 Bug-Tizen: TC-1495 Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
-rw-r--r--packaging/odroid-linux-kernel.spec2
-rw-r--r--packaging/rinato-linux-kernel.spec2
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}