Compare commits
11 Commits
e34c50a221
...
1674f6330b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1674f6330b | ||
|
|
d7034da5ca | ||
|
|
3f4b20ea89 | ||
|
|
ab27058a15 | ||
|
|
d9ed8db143 | ||
|
|
a9d9e93b63 | ||
|
|
261f808242 | ||
|
|
61873082df | ||
|
|
ea2c860a24 | ||
|
|
19045d5040 | ||
|
|
3d0f6bed3c |
@ -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
|
||||
|
||||
BIN
v0.2.92.tar.gz
BIN
v0.2.92.tar.gz
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user