[automake] spec: Add perl(thread) requirement

Pavel Raiskup praiskup at fedoraproject.org
Wed Apr 3 07:45:52 UTC 2013


commit aa395e6625e4c32b7139e8df59c7cf23d662df40
Author: Pavel Raiskup <praiskup at redhat.com>
Date:   Tue Apr 2 13:48:22 2013 +0200

    spec: Add perl(thread) requirement
    
    Resolves: #924938
    Version: 1.13.1-14

 automake.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/automake.spec b/automake.spec
index 7afd19d..143c308 100644
--- a/automake.spec
+++ b/automake.spec
@@ -3,7 +3,7 @@
 Summary:    A GNU tool for automatically creating Makefiles
 Name:       automake
 Version:    %{api_version}.1
-Release:    13%{?dist}
+Release:    14%{?dist}
 License:    GPLv2+ and GFDL
 Group:      Development/Tools
 Source:     ftp://ftp.gnu.org/gnu/automake/automake-%{version}.tar.xz
@@ -20,8 +20,9 @@ Patch2:     %{name}-%{version}-non-existing-m4-dir.patch
 URL:        http://www.gnu.org/software/automake/
 Requires:   autoconf >= 2.65
 
-# temporarily? fix this requirement (#919810)
+# requirements not detected automatically (#919810)
 Requires:   perl(Thread::Queue)
+Requires:   perl(threads)
 
 BuildRequires:  autoconf >= 2.65
 BuildRequires:  automake
@@ -106,6 +107,10 @@ fi
 %{_mandir}/man1/*
 
 %changelog
+* Tue Apr 02 2013 Pavel Raiskup <praiskup at redhat.com> - 1.13.1-14
+- fix another requirement on perl package which may cause problems in future,
+  thanks to Paul Horwath (#924938)
+
 * Mon Mar 18 2013 Pavel Raiskup <praiskup at redhat.com> - 1.13.1-13
 - remove old build dependency comment
 - fix bogus dates in changelog


More information about the scm-commits mailing list