Merge pull request #2077 from Rmys/master

lvm2 util-linux ver. bump
This commit is contained in:
Rmys
2025-01-16 12:34:33 +03:00
committed by GitHub
3 changed files with 20 additions and 5 deletions
+1
View File
@@ -11,6 +11,7 @@ from pisi.actionsapi import shelltools
pisitools.cflags.add("-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64")
pisitools.cflags.sub("-O[\d]", "-Os")
shelltools.export("PYTHON", "/usr/bin/python3")
def setup():
shelltools.export("SUID_CFLAGS", "-fpie")
+10 -3
View File
@@ -13,11 +13,11 @@
<IsA>library</IsA>
<Summary>Various useful Linux utilities</Summary>
<Description>The util-linux package contains a large variety of low-level system utilities that are necessary for a Linux system to function.</Description>
<Archive sha1sum="59d363aa55d8b74abd7663545c29b353524294af" type="tarxz">https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.40/util-linux-2.40.2.tar.xz</Archive>
<Archive sha1sum="1484b6d498527906d2e4c059ca3a3f3d05631e76" type="tarxz">https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.40/util-linux-2.40.4.tar.xz</Archive>
<BuildDependencies>
<Dependency>zlib-devel</Dependency>
<Dependency>eudev-devel</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>readline-devel</Dependency>
<Dependency>shadow</Dependency>
<Dependency>ncurses-devel</Dependency>
@@ -91,7 +91,7 @@
<IsA>library</IsA>
<Summary>util-linux runtime library</Summary>
<RuntimeDependencies>
<Dependency>python</Dependency>
<Dependency>python3</Dependency>
<Dependency>sqlite</Dependency>
</RuntimeDependencies>
<Replaces>
@@ -154,6 +154,13 @@
</Package>
<History>
<Update release="23">
<Date>2025-01-14</Date>
<Version>2.40.4</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="22">
<Date>2024-07-05</Date>
<Version>2.40.2</Version>