From 88e55fb4d143e98b4dda159054259556fec4aabd Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Thu, 26 Jan 2017 15:26:37 +0900 Subject: [PATCH] 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 --- packaging/linux-3.10-sc7730.spec | 1 + 1 file changed, 1 insertion(+) 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") -- 2.7.4