summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@open.eurogiciel.org>2014-10-21 11:42:57 +0200
committerStephane Desneux <stephane.desneux@open.eurogiciel.org>2014-10-21 11:42:57 +0200
commitb4dba5bafc175c688f74f15b73cf85b3c2a82c58 (patch)
treeb119073e1ff42e63d79044f985ba16782e9a8493
parenta643db52c492ff0925fe157e13fab583c37bff18 (diff)
downloadlinux-3.10-b4dba5bafc175c688f74f15b73cf85b3c2a82c58.tar.gz
linux-3.10-b4dba5bafc175c688f74f15b73cf85b3c2a82c58.tar.bz2
linux-3.10-b4dba5bafc175c688f74f15b73cf85b3c2a82c58.zip
Fix source tarball name for odroid and rinato kernels.submit/tizen_common/20141022.004051accepted/tizen/common/20141022.153033
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}