From 1a7fd3e91f818dc78a937362baabcf5c00a2ac26 Mon Sep 17 00:00:00 2001 From: happy_orange Date: Wed, 27 Jul 2022 22:14:15 -0400 Subject: [PATCH] add requires because of the requirements not detected automatically --- automake.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/automake.spec b/automake.spec index f26eb13..8667c13 100644 --- a/automake.spec +++ b/automake.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 # perform 'make check' by default %bcond_without check @@ -42,6 +42,12 @@ BuildRequires: texinfo-tex BuildRequires: vala %endif +Requires: autoconf >= 2.65 + +# requirements not detected automatically (#919810) +Requires: perl(Thread::Queue) +Requires: perl(threads) + %global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Automake:: %global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(Automake:: @@ -88,5 +94,8 @@ make install DESTDIR=%{buildroot} %{_datadir}/aclocal-* %changelog +* Thu Jul 28 2022 happy_orange - 1.16.5-2 +- Add requires because requirements not detected automatically + * Fri May 20 2022 Su Lifan - 1.16.5-1 - Initial packaging for Anolis OS 23 -- Gitee