!10 change the BuildRequires from openssl-devel to compat-openssl11-devel

From: @zhengxiaoxiaoGitee 
Reviewed-by: @HuaxinLuGitee 
Signed-off-by: @HuaxinLuGitee
This commit is contained in:
openeuler-ci-bot 2023-02-02 03:22:09 +00:00 committed by Gitee
commit e94dae7642
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,12 +1,12 @@
Name: fipscheck Name: fipscheck
Version: 1.5.0 Version: 1.5.0
Release: 9 Release: 10
Summary: Helper library for FIPS integrity checking Summary: Helper library for FIPS integrity checking
License: BSD License: BSD
URL: https://pagure.io/fipscheck URL: https://pagure.io/fipscheck
Source0: https://releases.pagure.org/%{name}/%{name}-%{version}.tar.bz2 Source0: https://releases.pagure.org/%{name}/%{name}-%{version}.tar.bz2
BuildRequires: gcc openssl-devel >= 1.0.0 BuildRequires: gcc compat-openssl11-devel >= 1.0.0
Obsoletes: %{name}-lib < %{version}-%{release} Obsoletes: %{name}-lib < %{version}-%{release}
Provides: %{name}-lib = %{version}-%{release} Provides: %{name}-lib = %{version}-%{release}
Provides: %{name}-lib%{_isa} = %{version}-%{release} Provides: %{name}-lib%{_isa} = %{version}-%{release}
@ -79,6 +79,9 @@ make check
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Thu Feb 2 2023 zhengxiaoxiao<zhengxiaoxiao2@huawei.com> - 1.5.0-10
- change the BuildRequires from openssl-devel to compat-openssl11-devel
* Mon Oct 24 2022 zhengxiaoxiao<zhengxiaoxiao2@huawei.com> - 1.5.0-9 * Mon Oct 24 2022 zhengxiaoxiao<zhengxiaoxiao2@huawei.com> - 1.5.0-9
- update release - update release