From: Michael Tremer Date: Tue, 24 Apr 2012 21:47:53 +0000 (+0200) Subject: grubby: Fix typo in dependency name. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bb48a5b063f3653da060cffdbb30cab2b6fe78a;p=ipfire-3.x.git grubby: Fix typo in dependency name. uboot-tools -> u-boot-tools. --- diff --git a/grubby/grubby.nm b/grubby/grubby.nm index b471a7aa4..f4fbf3b72 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