From 978ebefeff6e903f646c87a432b0db1a93703c51 Mon Sep 17 00:00:00 2001 From: Rmys Date: Fri, 16 Aug 2024 18:50:33 +0300 Subject: [PATCH] kmod-33 --- system/base/kmod/actions.py | 9 +++++++-- system/base/kmod/pspec.xml | 13 +++++++++++-- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/system/base/kmod/actions.py b/system/base/kmod/actions.py index 0240a451..6229f1f7 100644 --- a/system/base/kmod/actions.py +++ b/system/base/kmod/actions.py @@ -9,10 +9,15 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import shelltools from pisi.actionsapi import get + +Libdir = "/usr/lib32" if get.buildTYPE() == "emul32" else "/usr/lib" + def setup(): options = "--sysconfdir=/etc \ --with-zlib \ - --with-xz" + --with-pkgconfigdir=/%s/pkgconfig \ + --with-noarch-pkgconfigdir=/%s/pkgconfig \ + --with-xz" % (Libdir, Libdir) if get.buildTYPE() == "emul32": options += " --bindir=/usr/emul32 \ @@ -46,4 +51,4 @@ def install(): pisitools.makedirs("%s/etc/depmod.d" % get.installDIR()) pisitools.makedirs("%s/etc/modprobe.d" % get.installDIR()) - pisitools.dodoc("NEWS", "README*", "TODO", "COPYING") + pisitools.dodoc("NEWS", "README*", "COPYING") diff --git a/system/base/kmod/pspec.xml b/system/base/kmod/pspec.xml index 4b9f6045..a82a807b 100644 --- a/system/base/kmod/pspec.xml +++ b/system/base/kmod/pspec.xml @@ -12,8 +12,9 @@ app:console Linux kernel module management utilities Linux kernel module management utilities - https://www.kernel.org/pub/linux/utils/kernel/kmod/kmod-30.tar.xz + https://www.kernel.org/pub/linux/utils/kernel/kmod/kmod-33.tar.xz + scdoc chrpath xz-devel @@ -22,7 +23,7 @@ kernel-module-headers - kmod-configure-c99.patch + @@ -83,6 +84,7 @@ xz zlib + zstd kmod libraries @@ -111,6 +113,13 @@ + + 2024-08-16 + 33 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2023-01-14 30