From 0aac107a892ead155157f9f203050cfba834362c Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Thu, 2 Oct 2014 14:36:08 +0200 Subject: packaging: fix source name to match repo name Change-Id: I33d643c3073ba6a55af442d47e5a1878ce181792 Bug-Tizen: TC-1495 Signed-off-by: Philippe Coval --- packaging/linux-kernel-odroid.spec | 4 ++-- packaging/linux-kernel.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packaging/linux-kernel-odroid.spec b/packaging/linux-kernel-odroid.spec index d56ffa9..7068f40 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 b5309a5..06b35aa 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} -- cgit v0.11.2