This commit is contained in:
groni
2017-01-24 23:05:07 +01:00
parent e992aea6e5
commit 2dd6fe9dc5
3 changed files with 239 additions and 2 deletions
+13 -2
View File
@@ -12,13 +12,17 @@
<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="7a87b0c4b0990d484e7a83d156e77e7719834964" type="targz">https://github.com/rhinstaller/efibootmgr/archive/14.tar.gz</Archive>
<Archive sha1sum="e4d96361e7d71117027ccf02a63545270e1eac5e" type="targz">https://github.com/rhinstaller/efibootmgr/archive/efibootmgr-0.12.tar.gz</Archive>
<BuildDependencies>
<Dependency>pciutils-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>popt-devel</Dependency>
<Dependency>efivar-devel</Dependency>
</BuildDependencies>
<Patches>
<!--<Patch level="1">efibootmgr-fix-usage-of-efi_loadopt_path-again.patch</Patch>-->
<Patch level="1">efibootmgr-fix-efivar-0.24.patch</Patch>
</Patches>
</Source>
<Package>
@@ -40,9 +44,16 @@
</Package>
<History>
<Update release="4">
<Date>2017-01-24</Date>
<Version>0.12</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-01-24</Date>
<Version>0.14</Version>
<Version>0.12</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>