From 22c3465e11a4efcc00b4f5a3b708de9533fc7589 Mon Sep 17 00:00:00 2001 From: chenmaodong Date: Sat, 20 Feb 2021 18:55:48 +0800 Subject: [PATCH 1/2] fix url and source0 description error Signed-off-by: chenmaodong --- secGear.spec | 15 +++++++++------ secGear-v0.1.0.tar.gz => v0.1.0.tar.gz | Bin 2 files changed, 9 insertions(+), 6 deletions(-) rename secGear-v0.1.0.tar.gz => v0.1.0.tar.gz (100%) diff --git a/secGear.spec b/secGear.spec index d902e21..81f36ac 100644 --- a/secGear.spec +++ b/secGear.spec @@ -1,13 +1,13 @@ Name: secGear -Version: v0.1.0 -Release: 2%{?dist} +Version: 0.1.0 +Release: 3%{?dist} Summary: secGear is an SDK to develop confidential computing apps based on hardware enclave features ExclusiveArch: x86_64 Group: OS Security License: Mulan PSL v2 -URL: https://gitee.com/openeuler-src/secGear -Source0: %{name}-%{version}.tar.gz +URL: https://gitee.com/openeuler/secGear +Source0: https://gitee.com/openeuler/secGear/repository/archive/v%{version}.tar.gz BuildRequires: gcc python3 automake autoconf libtool gcc-g++ BUildRequires: glibc glibc-devel @@ -99,10 +99,13 @@ rm %{buildroot}/home* -rf %endif %changelog -* Sun Feb 7 2021 chenmaodong - v0.1.0-2 +* Sat Feb 20 2021 chenmaodong - 0.1.0-3 +- DESC:fix url and source0 description error + +* Sun Feb 7 2021 chenmaodong - 0.1.0-2 - DESC:fix secGear build error and add secGear-sim rpm package -* Wed Feb 3 2021 wanghongzhe - v0.1.0-1 +* Wed Feb 3 2021 wanghongzhe - 0.1.0-1 - DESC:init secGear.tar.gz * Mon Jan 11 2021 wanghongzhe - 1.0-1 diff --git a/secGear-v0.1.0.tar.gz b/v0.1.0.tar.gz similarity index 100% rename from secGear-v0.1.0.tar.gz rename to v0.1.0.tar.gz -- Gitee From 7c046c287eeab209898fadda3ee9d7c382f8cbae Mon Sep 17 00:00:00 2001 From: chenmaodong Date: Mon, 22 Feb 2021 10:55:39 +0800 Subject: [PATCH 2/2] delete unnecessary BuildRequires Signed-off-by: chenmaodong --- secGear.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/secGear.spec b/secGear.spec index 81f36ac..05b4b4d 100644 --- a/secGear.spec +++ b/secGear.spec @@ -1,6 +1,6 @@ Name: secGear Version: 0.1.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: secGear is an SDK to develop confidential computing apps based on hardware enclave features ExclusiveArch: x86_64 @@ -9,7 +9,7 @@ License: Mulan PSL v2 URL: https://gitee.com/openeuler/secGear Source0: https://gitee.com/openeuler/secGear/repository/archive/v%{version}.tar.gz -BuildRequires: gcc python3 automake autoconf libtool gcc-g++ +BuildRequires: gcc python3 automake autoconf libtool BUildRequires: glibc glibc-devel %ifarch x86_64 BUildRequires: linux-sgx-driver linux-sgx-sdk libsgx-launch libsgx-urts @@ -99,6 +99,9 @@ rm %{buildroot}/home* -rf %endif %changelog +* Mon Feb 22 2021 chenmaodong - 0.1.0-4 +- DESC:delete unnecessary BuildRequires + * Sat Feb 20 2021 chenmaodong - 0.1.0-3 - DESC:fix url and source0 description error -- Gitee