[gummiboot] version 20

Kay Sievers kay at fedoraproject.org
Mon Feb 18 14:26:38 UTC 2013


commit f6c712e77ed87d09d5f54e2ec0703837b896201a
Author: Kay Sievers <kay at vrfy.org>
Date:   Mon Feb 18 15:21:21 2013 +0100

    version 20

 .gitignore     |    3 +--
 gummiboot.spec |   24 ++++++++++++------------
 sources        |    2 +-
 3 files changed, 14 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d0be9cd..a1fba68 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/gummiboot-18.tar.xz
-/gummiboot-19.tar.xz
+/gummiboot-20.tar.xz
diff --git a/gummiboot.spec b/gummiboot.spec
index d988e00..8ee01df 100644
--- a/gummiboot.spec
+++ b/gummiboot.spec
@@ -1,5 +1,5 @@
 Name:           gummiboot
-Version:        19
+Version:        20
 Release:        1%{?dist}
 Summary:        Simple EFI Boot Manager
 ExclusiveArch:  x86_64
@@ -11,9 +11,6 @@ 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)
@@ -30,30 +27,33 @@ to reside on the ESP.
 %setup -q
 
 %build
-make
+make %{?_smp_mflags}
 
 %install
-mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/gummiboot
-cp gummiboot*.efi $RPM_BUILD_ROOT%{_prefix}/lib/gummiboot/
+%make_install
 
 %files
 %doc README LICENSE
+%{_bindir}/gummiboot
 %dir %{_prefix}/lib/gummiboot
 %ifarch x86_64
 %{_prefix}/lib/gummiboot/gummibootx64.efi
 %endif
 
 %changelog
-* Mon Feb 11 2013 Kay Sievers <kay at redhat.com> - 18-2
+* Mon Feb 18 2013 Kay Sievers <kay at redhat.com> - 20-1
+- version 20
+
+* Mon Feb 11 2013 Kay Sievers <kay at redhat.com> - 19-1
 - version 19
 
-* Fri Feb 08 2013 Kay Sievers <kay at redhat.com> - 17-2
+* Fri Feb 08 2013 Kay Sievers <kay at redhat.com> - 18-1
 - version 18
 
-* Sun Feb 03 2013 Kay Sievers <kay at redhat.com> - 16-2
+* Sun Feb 03 2013 Kay Sievers <kay at redhat.com> - 17-1
 - version 17
 
-* Thu Jan 24 2013 Kay Sievers <kay at redhat.com> - 15-2
+* Thu Jan 24 2013 Kay Sievers <kay at redhat.com> - 16-1
 - version 16
 
 * Wed Jan 23 2013 Kay Sievers <kay at redhat.com> - 15-1
@@ -68,7 +68,7 @@ cp gummiboot*.efi $RPM_BUILD_ROOT%{_prefix}/lib/gummiboot/
 * Mon Jan 21 2013 Kay Sievers <kay at redhat.com> - 12-1
 - version 12
 
-* Sat Jan 19 2013 Kay Sievers <kay at redhat.com> - 11-2
+* Sat Jan 19 2013 Kay Sievers <kay at redhat.com> - 11-1
 - version 11
 
 * Thu Jan 17 2013 Kay Sievers <kay at redhat.com> - 10-1
diff --git a/sources b/sources
index fd6907f..b8ed722 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-992e29cb3189d841db37505a9f9fbc3d  gummiboot-19.tar.xz
+b02dc6ebd4716b1db7356424c9b95ab7  gummiboot-20.tar.xz


More information about the scm-commits mailing list