efibootmgr:update

This commit is contained in:
alihanozturk
2016-04-01 23:02:55 +03:00
parent 543f5266f3
commit 72527fafa0
+8 -6
View File
@@ -1,4 +1,3 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd"> <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI> <PISI>
@@ -13,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="1a4c2792d0f8f4db2b18882803a99132c7a4f3a3" type="targz">http://source.pisilinux.org/1.0/efibootmgr.tar.gz</Archive> <Archive sha1sum="e4d96361e7d71117027ccf02a63545270e1eac5e" type="targz">https://github.com/rhinstaller/efibootmgr/archive/efibootmgr-0.12.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>pciutils-devel</Dependency> <Dependency>pciutils-devel</Dependency>
<Dependency>zlib-devel</Dependency> <Dependency>zlib-devel</Dependency>
@@ -24,6 +23,9 @@
<Package> <Package>
<Name>efibootmgr</Name> <Name>efibootmgr</Name>
<RuntimeDependencies>
<Dependency>efivar</Dependency>
</RuntimeDependencies>
<Files> <Files>
<Path fileType="executable">/usr/sbin</Path> <Path fileType="executable">/usr/sbin</Path>
<Path fileType="man">/usr/share/man</Path> <Path fileType="man">/usr/share/man</Path>
@@ -39,11 +41,11 @@
<History> <History>
<Update release="1"> <Update release="1">
<Date>2014-09-27</Date> <Date>2016-04-01</Date>
<Version>0.7.0.16</Version> <Version>0.12</Version>
<Comment>First release</Comment> <Comment>First release</Comment>
<Name>Aydın Demirel</Name> <Name>Alihan Öztürk</Name>
<Email>aydin.demirel@pisilinux.org</Email> <Email>alihan@pisilinux.org</Email>
</Update> </Update>
</History> </History>
</PISI> </PISI>