gptfdisk need libutil-linux-devel

In file included from parttypes.h:13:0,
                 from gptpart.h:22,
                 from gptpart.cc:27:
guid.h:29:23: fatal error: uuid/uuid.h: No such file or directory
This commit is contained in:
Ertuğrul Erata
2015-09-11 10:58:32 +03:00
parent 58cff6d04f
commit 921fe4b954
+3 -1
View File
@@ -12,6 +12,7 @@
<Description>A text-mode partitioning tool that works on GUID Partition Table (GPT) disks</Description>
<BuildDependencies>
<Dependency>util-linux</Dependency>
<Dependency>libutil-linux-devel</Dependency>
</BuildDependencies>
<Archive sha1sum="97f25db2def1c1939ed3954520bfd9948806d95a" type="targz">http://sourceforge.net/projects/gptfdisk/files/gptfdisk/1.0.0/gptfdisk-1.0.0.tar.gz</Archive>
</Source>
@@ -20,6 +21,7 @@
<Name>gptfdisk</Name>
<RuntimeDependencies>
<Dependency>util-linux</Dependency>
<Dependency>libutil-linux</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="man">/usr/share/man</Path>
@@ -30,7 +32,7 @@
<History>
<Update release="2">
<Date>2015-05-01</Date>
<Date>2015-09-11</Date>
<Version>1.0.0</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>