From ac10a85a426546bd45ee7ddd6a07040632af107d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rub=C3=A9n=20Rodr=C3=ADguez?= <ruben@trisquel.info>
Date: Thu, 24 Jan 2013 23:00:06 +0100
Subject: [PATCH] Don't check grub2 updates in precise

---
 makepending | 1 +
 1 file changed, 1 insertion(+)

diff --git a/makepending b/makepending
index 7a31d56a..377891a9 100644
--- a/makepending
+++ b/makepending
@@ -108,6 +108,7 @@ then
  #   echo Upstream version in $UPSTREAM: $upstream 1>&2
 [ $package = "grub2" -a $UPSTREAM = natty ] && continue
 [ $package = "grub2" -a $UPSTREAM = oneiric ] && continue
+[ $package = "grub2" -a $UPSTREAM = precise ] && continue
 [ $package = "yelp" -a $UPSTREAM = natty ] && continue
 
     echo Current version in $DISTRO: $current
-- 
GitLab