Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
netdata
Commits:
0e036980 by Sven-Hendrik Haase at 2024-01-02T14:27:18+01:00
upgpkg: 1.44.1-2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = netdata
pkgdesc = Real-time performance monitoring, in the greatest possible
detail, over the web
pkgver = 1.44.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/netdata/netdata
arch = x86_64
license = GPL
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=netdata
pkgver=1.44.1
-pkgrel=1
+pkgrel=2
pkgdesc="Real-time performance monitoring, in the greatest possible detail,
over the web"
url="https://github.com/netdata/netdata"
arch=('x86_64')
@@ -68,4 +68,5 @@ package() {
setcap cap_dac_read_search,cap_sys_ptrace+ep
"${pkgdir}"/usr/lib/netdata/plugins.d/apps.plugin
setcap cap_dac_read_search,cap_sys_ptrace+ep
"${pkgdir}"/usr/lib/netdata/plugins.d/debugfs.plugin
setcap cap_dac_read_search,cap_sys_ptrace+ep
"${pkgdir}"/usr/lib/netdata/plugins.d/perf.plugin
+ setcap cap_dac_read_search,cap_sys_ptrace+ep
"${pkgdir}"/usr/lib/netdata/plugins.d/systemd-journal.plugin
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/netdata/-/commit/0e03698095a869d532bcfd8163a8b3da2e4faa3a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/netdata/-/commit/0e03698095a869d532bcfd8163a8b3da2e4faa3a
You're receiving this email because of your account on gitlab.archlinux.org.