From 376e4b3fa742a66762a350eaae7449439fd193b2 Mon Sep 17 00:00:00 2001 From: Hyeongsik Min Date: Tue, 17 Jan 2017 15:45:55 +0900 Subject: [PATCH] artik710_raptor: configs: fix linux kernel version Change-Id: I5adce88240d65344d82de3cf6498cd82dcec83d5 Signed-off-by: Hyeongsik Min --- packaging/linux-artik7.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packaging/linux-artik7.spec b/packaging/linux-artik7.spec index f0940f2..bf8df7c 100644 --- a/packaging/linux-artik7.spec +++ b/packaging/linux-artik7.spec @@ -6,7 +6,7 @@ Name: linux-artik7 Summary: The Linux Kernel for ARTIK710 Raptor -Version: 4.1.15 +Version: 4.4.19 Release: 0 License: GPL-2.0 ExclusiveArch: aarch64 @@ -16,7 +16,7 @@ URL: http://www.kernel.org Source0: linux-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{PACKAGE_VERSION}-root -%define fullVersion %{version}-%{variant} +%define fullVersion %{version}-%{release}-%{variant} BuildRequires: module-init-tools BuildRequires: bc @@ -27,11 +27,11 @@ The Linux Kernel, the operating system core itself %package -n %{variant}-linux-kernel Summary: Tizen kernel for %{target_board} Group: System/Kernel -Provides: %{variant}-kernel-profile-%{profile} = %{version}-%{release} +Provides: %{variant}-kernel-profile-common = %{version}-%{release} Provides: %{variant}-kernel-uname-r = %{fullVersion} %description -n %{variant}-linux-kernel -This package contains the Linux kernel for Tizen (%{profile} profile, arch %{buildarch}, target board %{target_board}) +This package contains the Linux kernel for Tizen (common profile, arch %{buildarch}, target board %{target_board}) %package -n %{variant}-linux-kernel-modules Summary: Kernel modules for %{target_board} -- 2.7.4