efivar:update

This commit is contained in:
alihanozturk
2016-03-30 12:58:15 +03:00
parent 9034b09648
commit 927ad669f4
4 changed files with 66 additions and 5 deletions
+10 -4
View File
@@ -1,4 +1,3 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
@@ -13,14 +12,21 @@
<IsA>app:console</IsA>
<Summary>Tools and library to manipulate EFI variables</Summary>
<Description>Tools and library to manipulate EFI variables.</Description>
<Archive sha1sum="db9553acd4ac3fc39ed2bb3078da17348646d8ea" type="tarbz2">https://github.com/rhinstaller/efivar/releases/download/0.15/efivar-0.15.tar.bz2</Archive>
<Archive sha1sum="680a648e5e36a2b4b012fb7705b3e6610bcd42a2" type="tarbz2">https://github.com/rhinstaller/efivar/releases/download/0.23/efivar-0.23.tar.bz2</Archive>
<BuildDependencies>
<Dependency>popt-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">0001-Workaround-rename-of-linux-nvme.h.patch</Patch>
<Patch level="1">efivar-no-static.patch</Patch>
</Patches>
</Source>
<Package>
<Name>efivar</Name>
<RuntimeDependencies>
<Dependency>popt</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
@@ -37,8 +43,8 @@
<History>
<Update release="1">
<Date>2015-02-21</Date>
<Version>0.15</Version>
<Date>2016-03-29</Date>
<Version>0.23</Version>
<Comment>First release</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>