Replace xmlsec1-openssl with xmlsec1-devel

This commit is contained in:
markeryang 2021-02-19 10:15:43 +08:00
parent 9b3d876dbc
commit 56a2328124

View File

@ -1,10 +1,10 @@
Name: oath-toolkit
Version: 2.6.5
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv3+
Summary: One-time password components
BuildRequires: pam-devel, gtk-doc, libtool, libtool-ltdl-devel
BuildRequires: xmlsec1-devel, xmlsec1-openssl-devel, autoconf, automake
BuildRequires: xmlsec1-devel, autoconf, automake
Source0: http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.gz
URL: http://www.nongnu.org/oath-toolkit/
@ -86,7 +86,7 @@ A command line tool for generating and validating OTPs.
%package -n pskctool
Summary: A command line tool for manipulating PSKC data
Provides: bundled(gnulib)
Requires: xmlsec1-openssl%{?_isa}
Requires: xmlsec1-devel%{?_isa}
%description -n pskctool
A command line tool for manipulating PSKC data.
@ -172,5 +172,8 @@ mkdir -p -m 0600 %{buildroot}%{_sysconfdir}/liboath
%{_libdir}/security/pam_oath.so
%changelog
* Fri Feb 19 2021 yanglongkang <yanglongkang@huawei.com> - 2.6.5-2
- Replace xmlsec1-openssl with xmlsec1-devel
* Tue Jan 19 2021 yanglongkang <yanglongkang@huawei.com> - 2.6.5-1
- Package init