summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorPhilippe Coval <philippe.coval@open.eurogiciel.org>2014-10-02 14:36:08 +0200
committerChanho Park <chanho61.park@samsung.com>2014-11-18 12:00:50 +0900
commit86b42587bad37ce188d8ac35ae1413e5584613e7 (patch)
tree8f3a92c91893c8acb9b4cb17181117a3818cc279 /packaging
parent8fa83f36d79c74725b53b8da28c62e0ee1ff48e9 (diff)
downloadlinux-3.10-86b42587bad37ce188d8ac35ae1413e5584613e7.tar.gz
linux-3.10-86b42587bad37ce188d8ac35ae1413e5584613e7.tar.bz2
linux-3.10-86b42587bad37ce188d8ac35ae1413e5584613e7.zip
packaging: fix source name to match repo name
Change-Id: I33d643c3073ba6a55af442d47e5a1878ce181792 Bug-Tizen: TC-1495 Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
Diffstat (limited to 'packaging')
-rw-r--r--packaging/linux-kernel-odroid.spec4
-rw-r--r--packaging/linux-kernel.spec4
2 files changed, 4 insertions, 4 deletions
diff --git a/packaging/linux-kernel-odroid.spec b/packaging/linux-kernel-odroid.spec
index d56ffa9279c..7068f40170b 100644
--- a/packaging/linux-kernel-odroid.spec
+++ b/packaging/linux-kernel-odroid.spec
@@ -6,13 +6,13 @@
Name: linux-kernel-odroid
Summary: The Linux Kernel for ODROID U3
Version: 3.10.52
-Release: 1
+Release: 0
License: GPL-2.0
ExclusiveArch: %{arm}
Group: System Environment/Kernel
Vendor: The Linux Community
URL: http://www.kernel.org
-Source0: %{name}-%{version}-%{build_id}.tar.gz
+Source0: %{name}-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{PACKAGE_VERSION}-root
%define fullVersion %{version}-%{build_id}
diff --git a/packaging/linux-kernel.spec b/packaging/linux-kernel.spec
index b5309a52584..06b35aa15f1 100644
--- a/packaging/linux-kernel.spec
+++ b/packaging/linux-kernel.spec
@@ -7,13 +7,13 @@
Name: linux-kernel
Summary: The Linux Kernel
Version: 3.10.52
-Release: 1
+Release: 0
License: GPL-2.0
ExclusiveArch: %{arm} aarch64
Group: System Environment/Kernel
Vendor: The Linux Community
URL: http://www.kernel.org
-Source0: %{name}-%{version}-%{build_id}.tar.gz
+Source0: %{name}-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{PACKAGE_VERSION}-root
%define fullVersion %{version}-%{build_id}