From b658e66bb3c53eee6b5c28508259320181d26373 Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Fri, 24 Sep 2021 10:52:28 +0800 Subject: [PATCH] Delete unused suffix --- oath-toolkit.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/oath-toolkit.spec b/oath-toolkit.spec index 011cc65..cb9f7b8 100755 --- a/oath-toolkit.spec +++ b/oath-toolkit.spec @@ -1,6 +1,6 @@ Name: oath-toolkit Version: 2.6.5 -Release: 1%{?dist} +Release: 2 License: GPLv3+ Summary: One-time password components BuildRequires: pam-devel, gtk-doc, libtool, libtool-ltdl-devel @@ -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-openssl %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 Sep 24 2021 baizhonggui - 2.6.5-2 +- Delete %{_dist} and xmlsec1-openssl's suffix %{_isa} + * Tue Jan 19 2021 yanglongkang - 2.6.5-1 - Package init -- Gitee