efibootmgr version bump
This commit is contained in:
@@ -20,6 +20,6 @@ def install():
|
||||
shelltools.makedirs("%s/usr/share/man" % get.installDIR())
|
||||
shelltools.makedirs("%s/usr/include" % get.installDIR())
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
pisitools.insinto("/usr/lib", "src/lib/*.o")
|
||||
pisitools.insinto("/usr/share/man", "src/man/*")
|
||||
#pisitools.insinto("/usr/lib", "src/lib/*.o")
|
||||
#pisitools.insinto("/usr/share/man", "src/man/*")
|
||||
pisitools.insinto("/usr/include", "src/include/*.h")
|
||||
|
||||
@@ -12,28 +12,25 @@
|
||||
<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="e4d96361e7d71117027ccf02a63545270e1eac5e" type="targz">https://github.com/rhinstaller/efibootmgr/archive/efibootmgr-0.12.tar.gz</Archive>
|
||||
<Archive sha1sum="96abfdad3140ed5b9f034668b0f0a951cdafdec1" type="tarbz2">https://github.com/rhinstaller/efibootmgr/releases/download/14/efibootmgr-14.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>pciutils-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>popt-devel</Dependency>
|
||||
<Dependency versionFrom="26.5">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>
|
||||
<Dependency>efivar-devel</Dependency>
|
||||
<Dependency>efivar</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>efibootmgr</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency versionFrom="26.5">efivar</Dependency>
|
||||
<Dependency>efivar</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/sbin</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="library">/usr/lib/*</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
@@ -44,20 +41,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-01-24</Date>
|
||||
<Version>0.12</Version>
|
||||
<Update release="7">
|
||||
<Date>2017-01-25</Date>
|
||||
<Version>14</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<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>
|
||||
<Update release="2">
|
||||
<Date>2016-06-08</Date>
|
||||
<Version>0.12</Version>
|
||||
|
||||
Reference in New Issue
Block a user