From a138f3cef5724074e046eec53f9715dea1a7d9b8 Mon Sep 17 00:00:00 2001 From: chen-jan Date: Tue, 26 Oct 2021 01:27:37 +0000 Subject: [PATCH] change the spec file name to be the same as the repo name --- kernel.spec => ipipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename kernel.spec => ipipe.spec (99%) diff --git a/kernel.spec b/ipipe.spec similarity index 99% rename from kernel.spec rename to ipipe.spec index 40d13d4..08216ff 100644 --- a/kernel.spec +++ b/ipipe.spec @@ -24,7 +24,7 @@ Name: kernel-xeno Version: 4.19.90 -Release: %{hulkrelease}.0053.4.xeno3.1 +Release: Summary: Linux Kernel License: GPLv2 URL: http://www.kernel.org/ @@ -832,6 +832,9 @@ fi %endif %changelog +* Tue Oct 26 2021 chenchen - 4.19.90- +- change the spec file name to be the same as the repo name + * Tue Jun 1 2021 dinglili - 4.19.90-2012.4.0.0053.4 - modify src to support multi arch:arm x86 * Tue May 11 2021 dinglili - 4.19.90-2012.4.0.0053.2 -- Gitee