Thore Bödecker pushed to branch main at Arch Linux / Packaging / Packages /
lttng-ust
Commits:
96cae919 by Thore Bödecker at 2026-02-28T09:54:30+01:00
upgpkg: 2.15.0-1, bump to new upstream release 2.15.0
+ fix spdx license identifiers
+ package source licenses
+ add nvchecker integration
- - - - -
3 changed files:
- .SRCINFO
- + .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,11 +1,14 @@
pkgbase = lttng-ust
- pkgver = 2.14.0
- pkgrel = 2
+ pkgver = 2.15.0
+ pkgrel = 1
url = https://lttng.org/
arch = x86_64
- license = LGPL2.1
- license = GPL2
+ license = LGPL-2.1-only
license = MIT
+ license = GPL-2.0-only
+ license = BSD-3-Clause
+ license = BSD-2-Clause
+ license = GPL-3.0-or-later
makedepends = asciidoc
makedepends = xmlto
makedepends = libxml2
@@ -14,10 +17,10 @@ pkgbase = lttng-ust
makedepends = util-linux
makedepends = numactl
makedepends = python-setuptools
- source = https://lttng.org/files/lttng-ust/lttng-ust-2.14.0.tar.bz2
- source = https://lttng.org/files/lttng-ust/lttng-ust-2.14.0.tar.bz2.asc
+ source = https://lttng.org/files/lttng-ust/lttng-ust-2.15.0.tar.bz2
+ source = https://lttng.org/files/lttng-ust/lttng-ust-2.15.0.tar.bz2.asc
validpgpkeys = 2A0B4ED915F2D3FA45F5B16217280A9781186ACF
- sha512sums =
c64250ea127de75bd2023e2a1ca376667a2dcda45322bd7d4d6a8b38c9585e740b07d1321f42b5f3da0e656e91c9231ba8e199ebe025453165025f046e926409
+ sha512sums =
54e215b629016346dc95ee547430dc3bb613726b08d8ce12328a2113917f51ee4755a28d5f292b688f145efcb1b53e8e598610ff115a6cb9f2c212dc0dfd5011
sha512sums = SKIP
pkgname = lttng-ust
=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,5 @@
+[lttng-ust]
+source = "git"
+git = "https://github.com/lttng/lttng-ust.git"
+prefix = "v"
+exclude_regex = ".+-rc.*"
=====================================
PKGBUILD
=====================================
@@ -4,14 +4,14 @@
pkgbase='lttng-ust'
pkgname=('lttng-ust' 'python-lttngust')
-pkgver=2.14.0
-pkgrel=2
+pkgver=2.15.0
+pkgrel=1
arch=('x86_64')
url="https://lttng.org/"
-license=('LGPL2.1' 'GPL2' 'MIT')
+license=('LGPL-2.1-only' 'MIT' 'GPL-2.0-only' 'BSD-3-Clause' 'BSD-2-Clause'
'GPL-3.0-or-later')
makedepends=('asciidoc' 'xmlto' 'libxml2' 'python' 'liburcu>=0.7.2'
'util-linux' 'numactl' 'python-setuptools')
source=("https://lttng.org/files/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2"{,.asc})
-sha512sums=('c64250ea127de75bd2023e2a1ca376667a2dcda45322bd7d4d6a8b38c9585e740b07d1321f42b5f3da0e656e91c9231ba8e199ebe025453165025f046e926409'
+sha512sums=('54e215b629016346dc95ee547430dc3bb613726b08d8ce12328a2113917f51ee4755a28d5f292b688f145efcb1b53e8e598610ff115a6cb9f2c212dc0dfd5011'
'SKIP')
validpgpkeys=('2A0B4ED915F2D3FA45F5B16217280A9781186ACF')
@@ -41,6 +41,7 @@ package_lttng-ust() {
cd "${srcdir}/${pkgbase}-${pkgver}"
make DESTDIR="${pkgdir}" install
install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -D -m644 LICENSES/*.txt "${pkgdir}/usr/share/licenses/${pkgname}/"
}
package_python-lttngust() {
@@ -51,4 +52,5 @@ package_python-lttngust() {
cd "${srcdir}/${pkgbase}-${pkgver}"
install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -D -m644 LICENSES/*.txt "${pkgdir}/usr/share/licenses/${pkgname}/"
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lttng-ust/-/commit/96cae919b4b9bd9735065d14a20679f7188c251d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lttng-ust/-/commit/96cae919b4b9bd9735065d14a20679f7188c251d
You're receiving this email because of your account on gitlab.archlinux.org.