Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
1674f6330b
!20 Revert: Fix build error with openssl
From: @gys66 
Reviewed-by: @HuaxinLuGitee 
Signed-off-by: @HuaxinLuGitee
2023-02-28 02:06:49 +00:00
gaoyusong
d7034da5ca Revert: Fix build error with openssl
Signed-off-by: gaoyusong <gaoyusong2@huawei.com>
2023-02-28 09:58:26 +08:00
openeuler-ci-bot
3f4b20ea89
!18 [sync] PR-17: Fix build error with openssl
Merge pull request !18 from openeuler-sync-bot/sync-pr17-master-to-openEuler-22.03-LTS-Next
2023-02-28 01:41:53 +00:00
gaoyusong
ab27058a15 Fix build error with openssl
Signed-off-by: gaoyusong <gaoyusong2@huawei.com>
(cherry picked from commit 9922d049b5f3219eba411ee46b269e289b568aee)
2023-02-08 10:20:15 +08:00
openeuler-ci-bot
d9ed8db143
!15 use release source pkg
From: @HuaxinLuGitee 
Reviewed-by: @zhujianwei001 
Signed-off-by: @zhujianwei001
2022-11-23 02:33:25 +00:00
卢华歆
a9d9e93b63 Merge branch 'openEuler-22.03-LTS-Next' of gitee.com:src-openeuler/attest-tools into master
Signed-off-by: 卢华歆 <1539327763@qq.com>
2022-11-17 08:57:33 +00:00
Huaxin Lu
261f808242 use release source pkg 2022-11-11 14:05:26 +08:00
openeuler-ci-bot
61873082df !12 [sync] PR-11: Add openssl_tpm2_engineinrequires
From: @openeuler-sync-bot
Reviewed-by: @gwei3
Signed-off-by: @gwei3
2021-09-07 02:13:36 +00:00
wang_yue111
ea2c860a24 Add openssl_tpm2_engineinrequires
(cherry picked from commit 3d0f6bed3c737c0716075b5b9ea2e8dec3418b80)
2021-09-06 15:09:17 +08:00
openeuler-ci-bot
19045d5040 !11 Add openssl_tpm2_engineinrequires
From: @wang_yue111
Reviewed-by: @zhujianwei001
Signed-off-by: @zhujianwei001
2021-09-06 06:52:55 +00:00
wang_yue111
3d0f6bed3c Add openssl_tpm2_engineinrequires 2021-09-03 21:02:37 +08:00
2 changed files with 15 additions and 3 deletions

View File

@ -1,6 +1,6 @@
name: attest-tools
Version: 0.2.92
Release: 3
Release: 7
Summary: Attestation tools
Source0: https://gitee.com/openeuler/%{name}/repository/archive/v%{version}.tar.gz
@ -9,7 +9,7 @@ License: GPLv2+
Url: https://gitee.com/openeuler/attest-tools
BuildRequires: autoconf automake libcurl-devel libtool openssl-devel
BuildRequires: digest-list-tools-devel json-c-devel libcurl-devel tss2-devel systemd
Requires: json-c curl tss2
Requires: json-c curl tss2 openssl_tpm2_engine
%if 0%{?suse_version}
BuildRequires: libopenssl-devel
@ -29,7 +29,7 @@ Requires:%{name} = %{version}-%{release}
This package includes the headers of the libraries.
%prep
%autosetup -n %{name}-%{version} -p1
%autosetup -n %{name}-v%{version} -p1
%build
autoreconf -iv
@ -95,6 +95,18 @@ rm -rf $RPM_BUILD_ROOT
%{_prefix}/include/attest-tools
%changelog
* Tue Feb 28 2023 gaoyusong <gaoyusong2@huawei.com> - 0.2.92-7
- Revert: Fix build error with openssl
* Tue Feb 7 2023 gaoyusong <gaoyusong2@huawei.com> - 0.2.92-6
- Fix build error with openssl
* Thu Nov 17 2022 luhuaxin <luhuaxin1@huawei.com> - 0.2.92-5
- use release source pkg
* Fri Sep 03 2021 wangyue <wangyue92@huawei.com> - 0.2.92-4
- Add openssl_tpm2_engine in requires
* Mon May 31 2021 baizhonggui <baizhonggui@huawei.com> - 0.2.92-3
- Fix building error: File must begin with "/": %{_unitdir}/attest_ra_server.service
- Add systemd in BuildRequires

Binary file not shown.