From b4d70f8e499aed7a076103d29830e97c968d8de5 Mon Sep 17 00:00:00 2001 From: chenyx2012 <975102023@qq.com> Date: Thu, 28 Jul 2022 02:29:31 +0000 Subject: [PATCH] License compliance rectification --- gcc_secure.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gcc_secure.spec b/gcc_secure.spec index 6704011..cb6edd9 100644 --- a/gcc_secure.spec +++ b/gcc_secure.spec @@ -1,9 +1,9 @@ Name: gcc_secure Summary: Enforcing secure compile options for abuild -License: NA +License: GPL-2.0-only Group: System/Management Version: 1.0 -Release: 0.11 +Release: 0.12 BuildRoot: %{_tmppath}/%{name}-%{version} BuildRequires: util-linux coreutils @@ -160,7 +160,10 @@ rm -rf %{_tmppath}/%{name}-%{version} rm -rf $RPM_BUILD_DIR/%{name}-%{version} %changelog - Thu Feb 17 2022 zoulin - 1.0-0.11 +* Thu Jul 28 2022 Chenyx - 1.0-0.12 +- License compliance rectification + +* Thu Feb 17 2022 zoulin - 1.0-0.11 - Type:enhancement - ID:NA - SUG:NA -- Gitee