packaging: add provided name for kernel image package 39/112139/1 accepted/tizen/mobile/20170203.090657 submit/tizen/20170203.054341
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 26 Jan 2017 06:26:37 +0000 (15:26 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 26 Jan 2017 09:22:54 +0000 (18:22 +0900)
This patch adds default provided name for kernel image package as
linux-kernel.

Change-Id: I294b76f6b28e7682949568f74b253ee16856e626
Suggested-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
packaging/linux-3.10-sc7730.spec

index e9e5ab9..be27b20 100644 (file)
@@ -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")