]> git.pld-linux.org Git - packages/efibootmgr.git/commitdiff
- updated to 0.12 auto/th/efibootmgr-0.12-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 29 Jun 2015 14:57:03 +0000 (16:57 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 29 Jun 2015 14:57:03 +0000 (16:57 +0200)
- removed obsolete efivar patch
- now it uses libefiboot from efivar 0.20+

efibootmgr-efivar.patch [deleted file]
efibootmgr.spec

diff --git a/efibootmgr-efivar.patch b/efibootmgr-efivar.patch
deleted file mode 100644 (file)
index 3272494..0000000
+++ /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;
index 62d9bc72029c70686b89f615693fda9b703edd14..360d8511af774321263a9953d75c4a4ae940375f 100644 (file)
@@ -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} \
This page took 0.136216 seconds and 4 git commands to generate.