!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
This commit is contained in:
commit
3f4b20ea89
@ -1,20 +1,20 @@
|
|||||||
name: attest-tools
|
name: attest-tools
|
||||||
Version: 0.2.92
|
Version: 0.2.92
|
||||||
Release: 5
|
Release: 6
|
||||||
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 openssl-devel
|
BuildRequires: autoconf automake libcurl-devel libtool compat-openssl11-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: openssl-devel
|
BuildRequires: compat-openssl11-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 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
|
* Thu Nov 17 2022 luhuaxin <luhuaxin1@huawei.com> - 0.2.92-5
|
||||||
- use release source pkg
|
- use release source pkg
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user