change the BuildRequiresfromopenssl-devel to compat-openssl11-devel

This commit is contained in:
zhengxiaoxiao 2023-02-02 11:15:32 +08:00
parent 84a47e60d9
commit 6ef939645b

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