[automake] spec: add perl(Thread::Queue) dependency

Pavel Raiskup praiskup at fedoraproject.org
Sun Mar 10 10:33:16 UTC 2013


commit 3ca0c25289e960a963a937b264fb4807d5a97130
Author: Pavel Raiskup <pavel at raiskup.cz>
Date:   Sun Mar 10 11:31:56 2013 +0100

    spec: add perl(Thread::Queue) dependency
    
    Version: 1.13.1-10
    Related: #919810

 automake.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/automake.spec b/automake.spec
index e046580..82dee29 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:    9%{?dist}
+Release:    10%{?dist}
 License:    GPLv2+ and GFDL
 Group:      Development/Tools
 Source:     ftp://ftp.gnu.org/gnu/automake/automake-%{version}.tar.xz
@@ -20,6 +20,10 @@ Patch2:     %{name}-%{version}-non-existing-m4-dir.patch
 
 URL:        http://www.gnu.org/software/automake/
 Requires:   autoconf >= 2.65
+
+# temporarily? fix this requirement (#919810)
+Requires:   perl(Thread::Queue)
+
 BuildRequires:  autoconf >= 2.65
 BuildRequires:  automake
 Requires(post): /sbin/install-info
@@ -99,6 +103,9 @@ fi
 %{_mandir}/man1/*
 
 %changelog
+* Sun Mar 10 2013 Pavel Raiskup <praiskup at redhat.com> - 1.13.1-10
+- add the 'perl(Thread::Queue)' dependency (#919810)
+
 * Sat Feb 23 2013 Peter Robinson <pbrobinson at fedoraproject.org> 1.13.1-9
 - Bump build for ARM
 


More information about the scm-commits mailing list