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 7bb48a5b063f3653da060cffdbb30cab2b6fe78a (commit) via a702a8add5d21284acd306cdf57261d858d977a3 (commit) from 2ded7fbeeb2d03e7f024f99e7df03b12a62816d0 (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 7bb48a5b063f3653da060cffdbb30cab2b6fe78a Author: Michael Tremer michael.tremer@ipfire.org Date: Tue Apr 24 23:47:53 2012 +0200
grubby: Fix typo in dependency name.
uboot-tools -> u-boot-tools.
commit a702a8add5d21284acd306cdf57261d858d977a3 Author: Michael Tremer michael.tremer@ipfire.org Date: Tue Apr 24 23:47:24 2012 +0200
bison: Testsuite requires perl.
-----------------------------------------------------------------------
Summary of changes: bison/bison.nm | 3 ++- grubby/grubby.nm | 12 ++++-------- 2 files changed, 6 insertions(+), 9 deletions(-)
Difference in files: diff --git a/bison/bison.nm b/bison/bison.nm index 4b777ed..6b8bcc5 100644 --- a/bison/bison.nm +++ b/bison/bison.nm @@ -5,7 +5,7 @@
name = bison version = 2.5 -release = 2 +release = 3
groups = Development/Tools url = http://www.gnu.org/software/bison/ @@ -22,6 +22,7 @@ source_dl = http://ftp.gnu.org/gnu/bison/ build requires m4 + perl end
configure_cmds diff --git a/grubby/grubby.nm b/grubby/grubby.nm index b471a7a..f4fbf3b 100644 --- a/grubby/grubby.nm +++ b/grubby/grubby.nm @@ -5,7 +5,7 @@
name = grubby version = 8.11 -release = 1 +release = 2
groups = System/Base url = http://git.fedorahosted.org/git/grubby.git @@ -45,13 +45,9 @@ end
packages package %{name} - # Pull in uboot-tools on ARM platforms. - if "%{DISTRO_ARCH}" == "armv7hl" - requires += uboot-tools - end - - if "%{DISTRO_ARCH}" == "armv5tel" - requires += uboot-tools + # Pull in u-boot-tools on ARM platforms. + if "%{DISTRO_PLATFORM}" == "arm" + requires += u-boot-tools end end
hooks/post-receive -- IPFire 3.x development tree