From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [IPFire-SCM] [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 7bb48a5b063f3653da060cffdbb30cab2b6fe78a
Date: Tue, 24 Apr 2012 23:48:20 +0200 [thread overview]
Message-ID: <20120424214820.995542018C@argus.ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 2387 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 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(a)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(a)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
reply other threads:[~2012-04-24 21:48 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120424214820.995542018C@argus.ipfire.org \
--to=git@ipfire.org \
--cc=ipfire-scm@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox