[gummiboot] version 13

Kay Sievers kay at fedoraproject.org
Tue Jan 22 00:15:07 UTC 2013


commit 4b8d183dadbcc4c6e2ec0e72e64fa654eae5a9d9
Author: Kay Sievers <kay at vrfy.org>
Date:   Tue Jan 22 01:02:32 2013 +0100

    version 13

 .gitignore     |    2 +-
 gummiboot.spec |    8 +++++++-
 sources        |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 848d995..3dcf826 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/gummiboot-12.tar.xz
+/gummiboot-13.tar.xz
diff --git a/gummiboot.spec b/gummiboot.spec
index 7a9df1e..68ca0f1 100644
--- a/gummiboot.spec
+++ b/gummiboot.spec
@@ -1,5 +1,5 @@
 Name:           gummiboot
-Version:        12
+Version:        13
 Release:        1%{?dist}
 Summary:        Simple EFI Boot Manager
 ExclusiveArch:  x86_64
@@ -11,6 +11,9 @@ URL:            http://freedesktop.org/wiki/Software/gummiboot
 Source0:        %{name}-%{version}.tar.xz
 BuildRequires:  gnu-efi
 
+# We create a PE EFI executable which only runs inside the EFI firmware
+%global debug_package %{nil}
+
 %description
 gummiboot is a simple UEFI boot manager which executes configured EFI
 images. The default entry is selected by a configured pattern (glob)
@@ -39,6 +42,9 @@ cp gummiboot.efi $RPM_BUILD_ROOT%{_prefix}/lib/gummiboot/gummiboot.efi
 %{_prefix}/lib/gummiboot/gummiboot.efi
 
 %changelog
+* Mon Jan 21 2013 Kay Sievers <kay at redhat.com> - 13-1
+- version 13
+
 * Mon Jan 21 2013 Kay Sievers <kay at redhat.com> - 12-1
 - version 12
 
diff --git a/sources b/sources
index 5998640..c905caa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bbd65f0d2d363340c393b53dc43e5bf6  gummiboot-12.tar.xz
+79eee7d3c980e756732934577a37c98e  gummiboot-13.tar.xz


More information about the scm-commits mailing list