diff options
author | Seung-Woo Kim <sw0312.kim@samsung.com> | 2016-11-02 11:33:30 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2016-12-14 14:23:11 +0900 |
commit | 7b2f0e497f16b52a909554c3b25e1bef66cb8a18 (patch) | |
tree | 9849bd7a15b4a1c4068aeb3bfd8a4b8c01e122a5 | |
parent | 63aae766d181171f388220b28040867a411db62a (diff) |
packaging: update kernel version of spec to v4.1.36
This patch updates kernel version to v4.1.36 from spec file.
Change-Id: Ia34ea318665891b4430c6b77fcc9f43f533806fc
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
-rw-r--r-- | packaging/linux-exynos-tm2.spec | 2 | ||||
-rw-r--r-- | packaging/odroid-linux-kernel.spec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packaging/linux-exynos-tm2.spec b/packaging/linux-exynos-tm2.spec index eb33919456df..9ee78b10f52c 100644 --- a/packaging/linux-exynos-tm2.spec +++ b/packaging/linux-exynos-tm2.spec @@ -5,7 +5,7 @@ Name: %{target_board}-linux-kernel Summary: The Linux Kernel for TM2/TM2E board -Version: 4.1 +Version: 4.1.36 Release: 0 License: GPL-2.0 ExclusiveArch: aarch64 diff --git a/packaging/odroid-linux-kernel.spec b/packaging/odroid-linux-kernel.spec index db99b0b26491..0ab808a2a2cf 100644 --- a/packaging/odroid-linux-kernel.spec +++ b/packaging/odroid-linux-kernel.spec @@ -5,7 +5,7 @@ Name: odroid-linux-kernel Summary: The Linux Kernel for ODROID XU3 -Version: 4.1 +Version: 4.1.36 Release: 0 License: GPL-2.0 ExclusiveArch: %{arm} |