From 15d5983a11afdbd4b57d2e8f408d5b42a465f48c Mon Sep 17 00:00:00 2001 From: chen-jan Date: Tue, 26 Oct 2021 01:56:03 +0000 Subject: [PATCH] change the spec file name to be the same as the repo name --- kae.spec => libkae.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename kae.spec => libkae.spec (94%) diff --git a/kae.spec b/libkae.spec similarity index 94% rename from kae.spec rename to libkae.spec index a14de2c..7f158b2 100644 --- a/kae.spec +++ b/libkae.spec @@ -3,7 +3,7 @@ Name: libkae Summary: Huawei Kunpeng Accelerator Engine Version: 1.2.10 -Release: 5 +Release: 6 License: Apache-2.0 Source: %{name}-%{version}.tar.gz Vendor: Huawei Corporation @@ -68,6 +68,9 @@ fi /sbin/ldconfig %changelog +* Tue Oct 26 2021 chenchen - 1.2.10-6 +- change the spec file name to be the same as the repo name + * Thu Aug 12 2021 caodongxia 1.2.10-5 - Fix pthread_yield is deprecated -- Gitee