efivar and efibootmgr update

This commit is contained in:
Ertuğrul Erata
2017-12-09 22:56:49 +03:00
parent 88832185c6
commit 64aeaf9e6d
3 changed files with 29 additions and 10 deletions
+14 -2
View File
@@ -12,13 +12,12 @@
<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="96abfdad3140ed5b9f034668b0f0a951cdafdec1" type="tarbz2">https://github.com/rhinstaller/efibootmgr/releases/download/14/efibootmgr-14.tar.bz2</Archive>
<Archive sha1sum="9dc7ca7b14a47fc178a5bb7b9c0a79cc05e2b272" type="tarbz2">https://github.com/rhinstaller/efibootmgr/releases/download/15/efibootmgr-15.tar.bz2</Archive>
<BuildDependencies>
<Dependency>pciutils-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>popt-devel</Dependency>
<Dependency>efivar-devel</Dependency>
<Dependency>efivar</Dependency>
</BuildDependencies>
</Source>
@@ -26,6 +25,7 @@
<Name>efibootmgr</Name>
<RuntimeDependencies>
<Dependency>efivar</Dependency>
<Dependency>popt</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/sbin</Path>
@@ -35,12 +35,24 @@
</Package>
<Package>
<Name>efibootmgr-devel</Name>
<RuntimeDependencies>
<Dependency>popt-devel</Dependency>
<Dependency>efivar-devel</Dependency>
<Dependency release="current">efibootmgr</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<History>
<Update release="8">
<Date>2017-12-09</Date>
<Version>15</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="7">
<Date>2017-02-14</Date>
<Version>14</Version>