efibootmgr ver. bump
This commit is contained in:
@@ -10,6 +10,8 @@ from pisi.actionsapi import pisitools
|
|||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
|
shelltools.system("sed -e '/extern int efi_set_verbose/d' -i src/efibootmgr.c")
|
||||||
|
|
||||||
shelltools.export("CFLAGS", "-Os")
|
shelltools.export("CFLAGS", "-Os")
|
||||||
autotools.make("EFIDIR='/boot/EFI'")
|
autotools.make("EFIDIR='/boot/EFI'")
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<IsA>app:console</IsA>
|
<IsA>app:console</IsA>
|
||||||
<Summary>Tool to modify UEFI Firmware Boot Manager Variables</Summary>
|
<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>
|
<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>
|
<BuildDependencies>
|
||||||
<Dependency>pciutils-devel</Dependency>
|
<Dependency>pciutils-devel</Dependency>
|
||||||
<Dependency>zlib-devel</Dependency>
|
<Dependency>zlib-devel</Dependency>
|
||||||
@@ -46,6 +46,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="12">
|
||||||
<Date>2020-12-09</Date>
|
<Date>2020-12-09</Date>
|
||||||
<Version>16</Version>
|
<Version>16</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user