btrfs-progs-5.13
This commit is contained in:
@@ -11,7 +11,7 @@ from pisi.actionsapi import shelltools
|
||||
|
||||
def setup():
|
||||
shelltools.system("./autogen.sh")
|
||||
autotools.configure("--disable-zstd")
|
||||
autotools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make("CC=%s" % get.CC())
|
||||
@@ -22,7 +22,7 @@ def install():
|
||||
autotools.rawInstall("prefix=/usr DESTDIR=%s" % get.installDIR())
|
||||
pisitools.remove("/usr/lib/*.a")
|
||||
|
||||
pisitools.insinto("/usr/bin", "bcp", "btrfs-bcp")
|
||||
#pisitools.insinto("/usr/bin", "bcp", "btrfs-bcp")
|
||||
pisitools.insinto("/usr/bin", "show-blocks", "btrfs-show-blocks")
|
||||
|
||||
pisitools.dodoc("COPYING")
|
||||
|
||||
@@ -12,15 +12,17 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Userspace utilities for btrfs</Summary>
|
||||
<Description>btrfs-progs package provides all the userspace programs needed to create, check, modify and correct any inconsistencies in the btrfs filesystem.</Description>
|
||||
<Archive sha1sum="67b6bcf0eefe7ea3bb4fe31446d985f101f77dbb" type="targz">https://github.com/kdave/btrfs-progs/archive/v5.2.1.tar.gz</Archive>
|
||||
<Archive sha1sum="f10e9f250c8418e32de004eb8f492e675e46b164" type="targz">https://github.com/kdave/btrfs-progs/archive/v5.13.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>xmlto</Dependency>
|
||||
<Dependency>asciidoc</Dependency>
|
||||
<Dependency>lzo-devel</Dependency>
|
||||
<Dependency>zstd-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>libutil-linux-devel</Dependency>
|
||||
<Dependency>util-linux</Dependency>
|
||||
<Dependency>libxslt</Dependency>
|
||||
<Dependency>reiserfsprogs</Dependency>
|
||||
<Dependency>e2fsprogs-devel</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
@@ -31,8 +33,10 @@
|
||||
<RuntimeDependencies>
|
||||
<Dependency>lzo</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>libutil-linux</Dependency>
|
||||
<Dependency>zstd</Dependency>
|
||||
<Dependency>e2fsprogs</Dependency>
|
||||
<Dependency>reiserfsprogs</Dependency>
|
||||
<Dependency>libutil-linux</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
@@ -55,6 +59,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2021-07-24</Date>
|
||||
<Version>5.13</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2020-02-01</Date>
|
||||
<Version>5.2.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user