ModemManager,libqmi,rsync ver. bump
This commit is contained in:
@@ -9,7 +9,7 @@ from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
WorkDir = "lsof_%s_src" % get.srcVERSION()
|
||||
# WorkDir = "lsof_%s_src" % get.srcVERSION()
|
||||
|
||||
def setup():
|
||||
shelltools.export("LINUX_BASE", "/proc")
|
||||
@@ -26,5 +26,5 @@ def install():
|
||||
|
||||
pisitools.insinto("/usr/share/lsof/scripts", "scripts/*")
|
||||
|
||||
pisitools.doman("lsof.8")
|
||||
pisitools.doman("Lsof.8")
|
||||
pisitools.dodoc("00*")
|
||||
|
||||
@@ -12,7 +12,10 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Lists open files for running Unix processes</Summary>
|
||||
<Description>lsof is a Unix-specific diagnostic tool. Its name stands for LiSt Open Files, and it does just that. It lists information about any files that are open by processes currently running on the system. It can also list communications open by each process.</Description>
|
||||
<Archive sha1sum="4fee7d38e48e621a92d35159a49ae0649784d2df" type="tar">https://sourceforge.net/projects/pisilinux/files/source/lsof_4.91_src.tar/download</Archive>
|
||||
<Archive sha1sum="b3953287c7c2aaa8784b0caf591ede4a37cf03e4" type="targz">https://github.com/lsof-org/lsof/archive/refs/tags/4.96.3.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libtirpc-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<!-- This got in
|
||||
<Patches>
|
||||
<Patch level="1">lsof_4.81-threads.patch</Patch>
|
||||
@@ -22,6 +25,9 @@
|
||||
|
||||
<Package>
|
||||
<Name>lsof</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libtirpc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/sbin</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
@@ -31,6 +37,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2022-09-20</Date>
|
||||
<Version>4.96.3</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2020-01-14</Date>
|
||||
<Version>4.91</Version>
|
||||
|
||||
Reference in New Issue
Block a user