update btrfs-progs
This commit is contained in:
@@ -11,7 +11,7 @@ from pisi.actionsapi import shelltools
|
||||
|
||||
def setup():
|
||||
shelltools.system("./autogen.sh")
|
||||
autotools.configure()
|
||||
autotools.configure("--disable-zstd")
|
||||
|
||||
def build():
|
||||
autotools.make("CC=%s" % get.CC())
|
||||
@@ -26,4 +26,4 @@ def install():
|
||||
pisitools.insinto("/usr/bin", "show-blocks", "btrfs-show-blocks")
|
||||
|
||||
pisitools.dodoc("COPYING")
|
||||
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<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="8081d1324f6afca6fdbb51badce23252fa045954" type="tarxz">http://source.pisilinux.org/1.0/btrfs-progs-v4.1.2.tar.xz</Archive>
|
||||
<Archive sha1sum="feac20de1b85da8247e50505ceb6f8f967a371a2" type="targz">https://github.com/kdave/btrfs-progs/archive/v4.14.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>xmlto</Dependency>
|
||||
<Dependency>asciidoc</Dependency>
|
||||
@@ -52,6 +52,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-12-31</Date>
|
||||
<Version>4.14</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-03-19</Date>
|
||||
<Version>4.1.2</Version>
|
||||
|
||||
Reference in New Issue
Block a user