Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
systemd


Commits:
24931486 by Christian Hesse at 2025-12-18T20:38:48+01:00
the dependency on libcap is gone

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -17,7 +17,6 @@ pkgbase = systemd
        makedepends = iptables
        makedepends = kmod
        makedepends = libarchive
-       makedepends = libcap
        makedepends = libidn2
        makedepends = libgcrypt
        makedepends = libmicrohttpd
@@ -113,7 +112,6 @@ pkgname = systemd
        depends = kbd
        depends = kmod
        depends = hwdata
-       depends = libcap
        depends = libgcrypt
        depends = libxcrypt
        depends = libcrypt.so
@@ -178,7 +176,6 @@ pkgname = systemd-libs
        license = GPL-2.0-or-later WITH Linux-syscall-note
        depends = glibc
        depends = gcc-libs
-       depends = libcap
        depends = libgcrypt
        depends = lz4
        depends = xz


=====================================
PKGBUILD
=====================================
@@ -24,7 +24,7 @@ arch=('x86_64')
 license=('LGPL-2.1-or-later')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'apparmor' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 
'pam' 'libelf'
-             'intltool' 'iptables' 'kmod' 'libarchive' 'libcap' 'libidn2' 
'libgcrypt'
+             'intltool' 'iptables' 'kmod' 'libarchive' 'libidn2' 'libgcrypt'
              'libmicrohttpd' 'libxcrypt' 'libxslt' 'util-linux' 
'linux-api-headers'
              'python-jinja' 'python-lxml' 'quota-tools' 'shadow' 'git'
              'meson' 'libseccomp' 'pcre2' 'audit' 'kexec-tools' 'libxkbcommon'
@@ -199,7 +199,7 @@ package_systemd() {
   )
   depends=("systemd-libs=${pkgver}"
            'acl' 'bash' 'cryptsetup' 'libcryptsetup.so' 'dbus'
-           'dbus-units' 'kbd' 'kmod' 'hwdata' 'libcap'
+           'dbus-units' 'kbd' 'kmod' 'hwdata'
            'libgcrypt' 'libxcrypt' 'libcrypt.so' 'libidn2' 'lz4' 'pam'
            'libelf' 'libseccomp' 'util-linux' 'xz' 'pcre2' 'audit'
            'openssl' 'libcrypto.so' 'libssl.so')
@@ -309,7 +309,7 @@ package_systemd() {
 
 package_systemd-libs() {
   pkgdesc='systemd client libraries'
-  depends=('glibc' 'gcc-libs' 'libcap' 'libgcrypt' 'lz4' 'xz' 'zstd')
+  depends=('glibc' 'gcc-libs' 'libgcrypt' 'lz4' 'xz' 'zstd')
   license+=(
     'CC0-1.0' # siphash
     'GPL-2.0-or-later WITH Linux-syscall-note' # src/basic/linux/*



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/systemd/-/commit/2493148684e88e4e3b1e69a2be9f9f0c5e8e4645

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/systemd/-/commit/2493148684e88e4e3b1e69a2be9f9f0c5e8e4645
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to