packaging: fix source name to match repo name
authorPhilippe Coval <philippe.coval@open.eurogiciel.org>
Thu, 2 Oct 2014 12:36:08 +0000 (14:36 +0200)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 03:00:50 +0000 (12:00 +0900)
Change-Id: I33d643c3073ba6a55af442d47e5a1878ce181792
Bug-Tizen: TC-1495
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
packaging/linux-kernel-odroid.spec
packaging/linux-kernel.spec

index d56ffa9..7068f40 100644 (file)
@@ -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}
index b5309a5..06b35aa 100644 (file)
@@ -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}