exfatprogs: version bump to 1.2.1, kpmcore and partitionmanager: rebuild..
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
from pisi.actionsapi import autotools, pisitools, get
|
||||
|
||||
def setup():
|
||||
autotools.configure("--disable-static")
|
||||
autotools.configure("--sbindir=/usr/bin \
|
||||
--disable-static")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<PartOf>hardware.disk</PartOf>
|
||||
<Summary>exFAT filesystem userspace utilities.</Summary>
|
||||
<Description>As new exfat filesystem is merged into linux-5.7 kernel, exfatprogs is created as an official userspace utilities that contain all of the standard utilities for creating and fixing and debugging exfat filesystem in linux system.</Description>
|
||||
<Archive sha1sum="75f25a4a0dce021019cd11e1aac59676118e82d4" type="tarxz">https://github.com/exfatprogs/exfatprogs/releases/download/1.2.0/exfatprogs-1.2.0.tar.xz</Archive>
|
||||
<Archive sha1sum="1f9d1a5f6382675d11fa5caae33dc77efbaf89a6" type="tarxz">https://github.com/exfatprogs/exfatprogs/releases/download/1.2.1/exfatprogs-1.2.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<!-- <Dependency></Dependency> -->
|
||||
</BuildDependencies>
|
||||
@@ -28,13 +28,20 @@
|
||||
<!-- <Dependency></Dependency> -->
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/sbin</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="man">/usr/share/man/man8</Path>
|
||||
<Path fileType="doc">/usr/share/doc/exfatprogs/NEWS</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2023-07-02</Date>
|
||||
<Version>1.2.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2022-10-28</Date>
|
||||
<Version>1.2.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user