efibootmgr ver. bump

This commit is contained in:
Rmys
2021-07-17 14:14:55 +03:00
committed by GitHub
parent 6a49fcc9b4
commit 558dcc786c
2 changed files with 10 additions and 1 deletions
+2
View File
@@ -10,6 +10,8 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def build():
shelltools.system("sed -e '/extern int efi_set_verbose/d' -i src/efibootmgr.c")
shelltools.export("CFLAGS", "-Os")
autotools.make("EFIDIR='/boot/EFI'")
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>Tool to modify UEFI Firmware Boot Manager Variables</Summary>
<Description>a Linux user-space application to modify the Intel Extensible Firmware Interface (EFI) Boot Manager.</Description>
<Archive sha1sum="3b023978c27af2514606de2a6be11801d881b5a3" type="tarbz2">https://github.com/rhinstaller/efibootmgr/releases/download/16/efibootmgr-16.tar.bz2</Archive>
<Archive sha1sum="9251d346285f96844049d305d5c021f434f7c6de" type="targz">https://github.com/rhboot/efibootmgr/archive/refs/tags/17.tar.gz</Archive>
<BuildDependencies>
<Dependency>pciutils-devel</Dependency>
<Dependency>zlib-devel</Dependency>
@@ -46,6 +46,13 @@
</Package>
<History>
<Update release="13">
<Date>2021-07-17</Date>
<Version>17</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="12">
<Date>2020-12-09</Date>
<Version>16</Version>