public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 61e7253b1ff164dbdb10aac3dda98a0145cfc326
@ 2015-10-17 23:28 git
  0 siblings, 0 replies; only message in thread
From: git @ 2015-10-17 23:28 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 2703 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 3.x development tree".

The branch, master has been updated
       via  61e7253b1ff164dbdb10aac3dda98a0145cfc326 (commit)
       via  b0ea9322d53e8a29433789c4b472a4aeb49f9656 (commit)
      from  1bb3a6381becf87907f8ab1cbddec951be4a639d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 61e7253b1ff164dbdb10aac3dda98a0145cfc326
Merge: b0ea932 1bb3a63
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Sun Oct 18 00:28:28 2015 +0100

    Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x

commit b0ea9322d53e8a29433789c4b472a4aeb49f9656
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date:   Sun Oct 18 00:40:34 2015 +0200

    automake: Add non detected dependencies of perl modules
    
    automake has non detected dependencies to perl(threads) and
    perl(Thread::Queue).
    
    After updating perl to version 5.20 those modules have been
    moved into own sub-packages which are not installed because
    these dependencies are not correctly detected and tracked in
    the automake package.
    
    Manually adding them will solve this problem and provides
    a working version of automake again.
    
    The whole problem also has been filed on the RH bugtracker:
    https://bugzilla.redhat.com/show_bug.cgi?id=919810
    
    Fixes #10944.
    
    Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 automake/automake.nm | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Difference in files:
diff --git a/automake/automake.nm b/automake/automake.nm
index 59bf3b0..128ba2c 100644
--- a/automake/automake.nm
+++ b/automake/automake.nm
@@ -5,7 +5,7 @@
 
 name       = automake
 version    = 1.13.2
-release    = 1
+release    = 2
 arch       = noarch
 
 groups     = Development/Tools
@@ -26,12 +26,17 @@ required_autoconf_version = 2.62
 build
 	requires
 		autoconf >= %{required_autoconf_version}
-		perl
+		perl(threads)
+		perl(Thread::Queue)
 	end
 end
 
 packages
 	package %{name}
-		requires = autoconf >= %{required_autoconf_version}
+		requires
+			autoconf >= %{required_autoconf_version}
+			perl(threads)
+			perl(Thread::Queue)
+		end
 	end
 end


hooks/post-receive
--
IPFire 3.x development tree

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-10-17 23:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-17 23:28 [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 61e7253b1ff164dbdb10aac3dda98a0145cfc326 git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox