diff options
| author | Thorsten Töpper <atsutane-aur@freethoughts.de> | 2024-09-06 10:01:01 +0200 |
|---|---|---|
| committer | Thorsten Töpper <atsutane@freethoughts.de> | 2024-09-06 10:01:01 +0200 |
| commit | b881636dc1b368b9cc98d273ad24519372e3de1a (patch) | |
| tree | 9362e3bd426b13639286a8f0a82b013af2d6d644 | |
| parent | 1a95cafac8876ac9ecca2b671b69d9c81a4a4113 (diff) | |
| download | systemd-git-b881636dc1b368b9cc98d273ad24519372e3de1a.tar.gz systemd-git-b881636dc1b368b9cc98d273ad24519372e3de1a.tar.bz2 | |
Fix systemd-libs-git: provides&conflicts were missing
| -rw-r--r-- | .SRCINFO | 30 | ||||
| -rw-r--r-- | PKGBUILD | 4 |
2 files changed, 19 insertions, 15 deletions
@@ -1,6 +1,6 @@ pkgbase = systemd-git pkgdesc = systemd (git version) - pkgver = 257.devel.r75997.144e53b333 + pkgver = 257.devel.r76068.195bb6f97e pkgrel = 1 url = https://www.github.com/systemd/systemd arch = x86_64 @@ -97,7 +97,7 @@ pkgname = systemd-git license = CC0-1.0 license = GPL-2.0-or-later license = MIT-0 - depends = systemd-libs-git=257.devel.r75997.144e53b333 + depends = systemd-libs-git=257.devel.r76068.195bb6f97e depends = acl depends = libacl.so depends = bash @@ -132,7 +132,7 @@ pkgname = systemd-git optdepends = libmicrohttpd: systemd-journal-gatewayd and systemd-journal-remote optdepends = quota-tools: kernel-level quota management optdepends = systemd-sysvcompat: symlink package to provide sysvinit binaries - optdepends = systemd-ukify-git=257.devel.r75997.144e53b333: combine kernel and initrd into a signed Unified Kernel Image + optdepends = systemd-ukify-git=257.devel.r76068.195bb6f97e: combine kernel and initrd into a signed Unified Kernel Image optdepends = polkit: allow administration as unprivileged user optdepends = python: Unified Kernel Image with ukify optdepends = curl: systemd-journal-upload, machinectl pull-tar and pull-raw @@ -146,9 +146,9 @@ pkgname = systemd-git optdepends = libp11-kit: support PKCS#11 optdepends = tpm2-tss: unlocking LUKS2 volumes with TPM2 provides = nss-myhostname - provides = systemd-tools=257.devel.r75997.144e53b333 - provides = udev=257.devel.r75997.144e53b333 - provides = systemd=257.devel.r75997.144e53b333 + provides = systemd-tools=257.devel.r76068.195bb6f97e + provides = udev=257.devel.r76068.195bb6f97e + provides = systemd=257.devel.r76068.195bb6f97e conflicts = nss-myhostname conflicts = systemd-tools conflicts = udev @@ -189,39 +189,41 @@ pkgname = systemd-libs-git provides = libsystemd provides = libsystemd.so provides = libudev.so + provides = systemd-libs=257.devel.r76068.195bb6f97e conflicts = libsystemd + conflicts = systemd-libs replaces = libsystemd pkgname = systemd-resolvconf-git pkgdesc = systemd resolvconf replacement (for use with systemd-resolved) (git version) - depends = systemd-git=257.devel.r75997.144e53b333 + depends = systemd-git=257.devel.r76068.195bb6f97e provides = openresolv provides = resolvconf - provides = systemd-resolvconf=257.devel.r75997.144e53b333 + provides = systemd-resolvconf=257.devel.r76068.195bb6f97e conflicts = resolvconf conflicts = systemd-resolvconf pkgname = systemd-sysvcompat-git pkgdesc = sysvinit compat for systemd (git version) - depends = systemd-git=257.devel.r75997.144e53b333 - provides = systemd-sysvcompat=257.devel.r75997.144e53b333 + depends = systemd-git=257.devel.r76068.195bb6f97e + provides = systemd-sysvcompat=257.devel.r76068.195bb6f97e conflicts = sysvinit conflicts = systemd-sysvcompat pkgname = systemd-tests-git pkgdesc = systemd tests (git version) - depends = systemd=257.devel.r75997.144e53b333 - provides = systemd-tests=257.devel.r75997.144e53b333 + depends = systemd=257.devel.r76068.195bb6f97e + provides = systemd-tests=257.devel.r76068.195bb6f97e conflicts = systemd-tests pkgname = systemd-ukify-git pkgdesc = Combine kernel and initrd into a signed Unified Kernel Image (git version) - depends = systemd-git=257.devel.r75997.144e53b333 + depends = systemd-git=257.devel.r76068.195bb6f97e depends = binutils depends = python-cryptography depends = python-pefile optdepends = python-pillow: Show the size of splash image optdepends = sbsigntools: Sign the embedded kernel provides = ukify - provides = systemd-ukify=257.devel.r75997.144e53b333 + provides = systemd-ukify=257.devel.r76068.195bb6f97e conflicts = systemd-ukify @@ -10,7 +10,7 @@ pkgname=('systemd-git' 'systemd-tests-git' 'systemd-ukify-git') pkgdesc='systemd (git version)' -pkgver=257.devel.r75997.144e53b333 +pkgver=257.devel.r76068.195bb6f97e pkgrel=1 arch=('x86_64') license=('LGPL-2.1-or-later') @@ -281,7 +281,9 @@ package_systemd-libs-git() { 'GPL-2.0-or-later WITH Linux-syscall-note' # src/basic/linux/* ) provides=('libsystemd' 'libsystemd.so' 'libudev.so') + provides+=("systemd-libs=${pkgver}") conflicts=('libsystemd') + conflicts+=('systemd-libs') replaces=('libsystemd') install -d -m0755 "$pkgdir"/usr/share/man |
