diff --git a/libtasn1.spec b/libtasn1.spec index f12a2bacb958301c9b6e5edcec4c226260d44526..2434b2938fd92c81d8e36612655ce503b25459bb 100644 --- a/libtasn1.spec +++ b/libtasn1.spec @@ -1,7 +1,7 @@ Summary: Libtasn1 is a ASN.1 parsing library Name: libtasn1 Version: 4.19.0 -Release: 1 +Release: 2 # The libtasn1 library is LGPLv2+, utilities are GPLv3+ License: GPLv3+ and LGPLv2+ @@ -12,6 +12,7 @@ Source1: http://ftp.gnu.org/gnu/libtasn1/%{name}-%{version}.tar.gz.sig Patch0: fix-memleaks-in-asn1-arrat2tree.patch BuildRequires: gcc, autoconf, automake, libtool, gnupg2, bison, pkgconfig, help2man +BuildRequires: make # when autoconf >= 2.71, the command autoreconf need gtk-doc package BuildRequires: gtk-doc %ifarch %{valgrind_arches} @@ -85,6 +86,9 @@ test "$1" = 0 -a -f %_infodir/%name.info.gz && \ %{_infodir}/*.info.* %changelog +* Wed Jul 31 2024 yixiangzhike - 4.19.0-2 +- add BuildRequires:make + * Thu Jul 13 2023 yixiangzhike - 4.19.0-1 - update to 4.19.0