From: Seung-Woo Kim Date: Thu, 26 Jan 2017 06:26:37 +0000 (+0900) Subject: packaging: add provided name for kernel image package X-Git-Tag: accepted/tizen/mobile/20170203.090657^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=88e55fb4d143e98b4dda159054259556fec4aabd;p=profile%2Fmobile%2Fplatform%2Fkernel%2Flinux-3.10-sc7730.git packaging: add provided name for kernel image package This patch adds default provided name for kernel image package as linux-kernel. Change-Id: I294b76f6b28e7682949568f74b253ee16856e626 Suggested-by: MyungJoo Ham Signed-off-by: Seung-Woo Kim --- diff --git a/packaging/linux-3.10-sc7730.spec b/packaging/linux-3.10-sc7730.spec index e9e5ab9..be27b20 100644 --- a/packaging/linux-3.10-sc7730.spec +++ b/packaging/linux-3.10-sc7730.spec @@ -37,6 +37,7 @@ print("License: GPL-2.0 \n") print("Summary: Linux support headers for userspace development \n") print("Group: System/Kernel \n") print("Requires(post): coreutils \n") +print("Provides: linux-kernel = 3.10.65\n") print("\n") print("%files -n linux-3.10-sc7730_"..targets.." \n") print("/boot/kernel/mod_"..targets.." \n")