[gnu-efi/f22] Update to 3.0.1

Peter Jones pjones at fedoraproject.org
Tue Mar 10 15:34:47 UTC 2015


commit 1b8e85a261891cf9bb80a19475d9408dce6dddb2
Author: Peter Jones <pjones at redhat.com>
Date:   Tue Mar 10 11:31:03 2015 -0400

    Update to 3.0.1
    
    Signed-off-by: Peter Jones <pjones at redhat.com>

 0001-Make-gnuefi-build-and-install-right.patch     | 121 ---------------------
 ...d-lines-work-with-FreeBSD-s-objcopy-versi.patch |  54 ---------
 0003-Add-the-capsule-API.patch                     |  69 ------------
 0004-Add-the-QueryVariableInfo-API.patch           |  41 -------
 0005-Add-current-OsIndications-values.patch        |  31 ------
 gnu-efi.spec                                       |  21 ++--
 sources                                            |   3 +-
 7 files changed, 12 insertions(+), 328 deletions(-)
---
diff --git a/gnu-efi.spec b/gnu-efi.spec
index ebf4e33..7121fbd 100644
--- a/gnu-efi.spec
+++ b/gnu-efi.spec
@@ -1,20 +1,15 @@
 Summary: Development Libraries and headers for EFI
 Name: gnu-efi
-Version: 3.0w
-Release: 2%{?dist}
+Version: 3.0.1
+Release: 1%{?dist}
+Epoch:	1
 Group: Development/System
 License: BSD 
 URL: ftp://ftp.hpl.hp.com/pub/linux-ia64
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 ExclusiveArch: %{ix86} x86_64 ia64 aarch64
 BuildRequires: git
-
-Source: ftp://ftp.hpl.hp.com/pub/linux-ia64/gnu-efi_%{version}.orig.tar.gz
-Patch0001: 0001-Make-gnuefi-build-and-install-right.patch
-Patch0002: 0002-Make-command-lines-work-with-FreeBSD-s-objcopy-versi.patch
-Patch0003: 0003-Add-the-capsule-API.patch
-Patch0004: 0004-Add-the-QueryVariableInfo-API.patch
-Patch0005: 0005-Add-current-OsIndications-values.patch
+Source: http://superb-dca2.dl.sourceforge.net/project/gnu-efi/gnu-efi-%{version}.tar.bz2
 
 %define debug_package %{nil}
 
@@ -47,13 +42,15 @@ Group: Applications/System
 This package contains utilties for debugging and developing EFI systems.
 
 %prep
-%setup -q -n gnu-efi-3.0
+%setup -q -n gnu-efi-%{version}
 git init
 git config user.email "pjones at fedoraproject.org"
 git config user.name "Fedora Ninjas"
 git add .
 git commit -a -q -m "%{version} baseline."
 git am %{patches} </dev/null
+git config --unset user.email
+git config --unset user.name
 
 %build
 # Package cannot build with %{?_smp_mflags}.
@@ -89,6 +86,10 @@ rm -rf %{buildroot}
 %attr(0644,root,root) /boot/efi/EFI/%{efidir}/*.efi
 
 %changelog
+* Tue Mar 10 2015 Peter Jones <pjones at redhat.com> - 3.0.1-1
+- Update to 3.0.1
+- New versioning scheme!
+
 * Thu Nov 20 2014 Peter Jones <pjones at redhat.com> - 3.0w-2
 - Use patches upstream is going to take for the build fixes
 - Add some new protocol definitons.
diff --git a/sources b/sources
index 4dcef2b..bfd5013 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-d15d3c700e79a1e2938544d73edc572d  gnu-efi_3.0u.orig.tar.gz
-36d1c5e7b6edd4733700aaf749d9b80c  gnu-efi_3.0w.orig.tar.gz
+c4099c443b6b0c2b04dedc33e7814ec0  gnu-efi-3.0.1.tar.bz2


More information about the scm-commits mailing list