[packages/efibootmgr] - updated to 0.12 - removed obsolete efivar patch - now it uses libefiboot from efivar 0.20+

qboosh qboosh at pld-linux.org
Mon Jun 29 16:55:22 CEST 2015


commit 4f32112602732761af754c8d9341edea6d610798
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Jun 29 16:57:03 2015 +0200

    - updated to 0.12
    - removed obsolete efivar patch
    - now it uses libefiboot from efivar 0.20+

 efibootmgr-efivar.patch | 23 -----------------------
 efibootmgr.spec         | 11 +++++------
 2 files changed, 5 insertions(+), 29 deletions(-)
---
diff --git a/efibootmgr.spec b/efibootmgr.spec
index 62d9bc7..360d851 100644
--- a/efibootmgr.spec
+++ b/efibootmgr.spec
@@ -1,17 +1,17 @@
 Summary:	EFI Boot Manager
 Summary(pl.UTF-8):	Boot Manager dla EFI
 Name:		efibootmgr
-Version:	0.11.0
-Release:	2
+Version:	0.12
+Release:	1
 License:	GPL v2+
 Group:		Base
 #Source0:	http://linux.dell.com/efibootmgr/permalink/%{name}-%{version}.tar.gz
 Source0:	https://github.com/rhinstaller/efibootmgr/archive/%{name}-%{version}.tar.gz
-# Source0-md5:	3732e841bb644df71500971910420267
-Patch0:		%{name}-efivar.patch
+# Source0-md5:	0c4fa2e1d850c8391914071ff2ddb361
 URL:		http://linux.dell.com/projects.shtml#efibootmgr
-BuildRequires:	efivar-devel
+BuildRequires:	efivar-devel >= 0.20
 BuildRequires:	pciutils-devel
+Requires:	efivar >= 0.20
 ExclusiveArch:	%{ix86} %{x8664} ia64 x32
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -29,7 +29,6 @@ można znaleźć pod adresem
 
 %prep
 %setup -q -n %{name}-%{name}-%{version}
-%patch0 -p1
 
 %build
 %{__make} \
diff --git a/efibootmgr-efivar.patch b/efibootmgr-efivar.patch
deleted file mode 100644
index 3272494..0000000
--- a/efibootmgr-efivar.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- efibootmgr-efibootmgr-0.11.0/src/include/efi.h.orig	2014-10-21 22:17:27.000000000 +0200
-+++ efibootmgr-efibootmgr-0.11.0/src/include/efi.h	2015-04-19 16:00:26.075721399 +0200
-@@ -43,8 +43,10 @@
- EFI_GUID( 0x09576e91, 0x6d3f, 0x11d2, 0x8e39, 0x00, 0xa0, 0xc9, 0x69, 0x72, 0x3b)
- #define EFI_GLOBAL_VARIABLE \
- EFI_GUID( 0x8BE4DF61, 0x93CA, 0x11d2, 0xAA0D, 0x00, 0xE0, 0x98, 0x03, 0x2B, 0x8C)
-+#ifndef EDD10_HARDWARE_VENDOR_PATH_GUID
- #define EDD10_HARDWARE_VENDOR_PATH_GUID \
- EFI_GUID( 0xCF31FAC5, 0xC24E, 0x11d2, 0x85F3, 0x00, 0xA0, 0xC9, 0x3E, 0xC9, 0x3B)
-+#endif
- #define BLKX_UNKNOWN_GUID \
- EFI_GUID( 0x47c7b225, 0xc42a, 0x11d2, 0x8e57, 0x00, 0xa0, 0xc9, 0x69, 0x72, 0x3b)
- #define DIR_UNKNOWN_GUID \
---- efibootmgr-efibootmgr-0.11.0/src/efibootmgr/efibootmgr.c.orig	2014-10-21 22:17:27.000000000 +0200
-+++ efibootmgr-efibootmgr-0.11.0/src/efibootmgr/efibootmgr.c	2015-04-19 16:13:25.519038487 +0200
-@@ -59,6 +59,7 @@
- #define EFIBOOTMGR_VERSION "unknown (fix Makefile!)"
- #endif
- 
-+#define efi_variable_t my_efi_variable_t
- 
- typedef struct _var_entry {
- 	char		*name;
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/efibootmgr.git/commitdiff/4f32112602732761af754c8d9341edea6d610798



More information about the pld-cvs-commit mailing list