Revert: Fix build error with openssl
Signed-off-by: gaoyusong <gaoyusong2@huawei.com>
This commit is contained in:
parent
3f4b20ea89
commit
d7034da5ca
@ -1,20 +1,20 @@
|
|||||||
name: attest-tools
|
name: attest-tools
|
||||||
Version: 0.2.92
|
Version: 0.2.92
|
||||||
Release: 6
|
Release: 7
|
||||||
Summary: Attestation tools
|
Summary: Attestation tools
|
||||||
|
|
||||||
Source0: https://gitee.com/openeuler/%{name}/repository/archive/v%{version}.tar.gz
|
Source0: https://gitee.com/openeuler/%{name}/repository/archive/v%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Url: https://gitee.com/openeuler/attest-tools
|
Url: https://gitee.com/openeuler/attest-tools
|
||||||
BuildRequires: autoconf automake libcurl-devel libtool compat-openssl11-devel
|
BuildRequires: autoconf automake libcurl-devel libtool openssl-devel
|
||||||
BuildRequires: digest-list-tools-devel json-c-devel libcurl-devel tss2-devel systemd
|
BuildRequires: digest-list-tools-devel json-c-devel libcurl-devel tss2-devel systemd
|
||||||
Requires: json-c curl tss2 openssl_tpm2_engine
|
Requires: json-c curl tss2 openssl_tpm2_engine
|
||||||
|
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
%else
|
%else
|
||||||
BuildRequires: compat-openssl11-devel
|
BuildRequires: openssl-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -95,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_prefix}/include/attest-tools
|
%{_prefix}/include/attest-tools
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Feb 7 2023 gaoyusong <gaoyusong2@huawei.com> - 0.2.92-6
|
||||||
- Fix build error with openssl
|
- Fix build error with openssl
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user