[gummiboot] version 21

Kay Sievers kay at fedoraproject.org
Mon Feb 18 22:15:35 UTC 2013


commit 015b9710031574cc0cb968e66b064a28c004399e
Author: Kay Sievers <kay at vrfy.org>
Date:   Mon Feb 18 23:11:21 2013 +0100

    version 21

 .gitignore     |    2 +-
 gummiboot.spec |    8 +++++++-
 sources        |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a1fba68..ddc42f4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/gummiboot-20.tar.xz
+/gummiboot-21.tar.xz
diff --git a/gummiboot.spec b/gummiboot.spec
index 78698bb..3a129c1 100644
--- a/gummiboot.spec
+++ b/gummiboot.spec
@@ -1,5 +1,5 @@
 Name:           gummiboot
-Version:        20
+Version:        21
 Release:        1%{?dist}
 Summary:        Simple EFI Boot Manager
 ExclusiveArch:  x86_64
@@ -33,6 +33,9 @@ make %{?_smp_mflags}
 %install
 %make_install
 
+%post
+/usr/bin/gummiboot update >/dev/null 2>&1 || :
+
 %files
 %doc README LICENSE
 %{_bindir}/gummiboot
@@ -42,6 +45,9 @@ make %{?_smp_mflags}
 %endif
 
 %changelog
+* Mon Feb 18 2013 Kay Sievers <kay at redhat.com> - 21-1
+- version 21
+
 * Mon Feb 18 2013 Kay Sievers <kay at redhat.com> - 20-1
 - version 20
 
diff --git a/sources b/sources
index b8ed722..d8e0c24 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b02dc6ebd4716b1db7356424c9b95ab7  gummiboot-20.tar.xz
+c35859d779025cb4f95edd5fba499477  gummiboot-21.tar.xz


More information about the scm-commits mailing list