Skip to content

Commit 3854430

Browse files
t-8chmasahir0y
authored andcommitted
kbuild: pacman-pkg: provide versioned linux-api-headers package
The Arch Linux glibc package contains a versioned dependency on "linux-api-headers". If the linux-api-headers package provided by pacman-pkg does not specify an explicit version this dependency is not satisfied. Fix the dependency by providing an explicit version. Fixes: c857853 ("kbuild: add script and target to generate pacman package") Signed-off-by: Thomas Weißschuh <[email protected]> Reviewed-by: Nathan Chancellor <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
1 parent 8fe1a63 commit 3854430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/package/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ _package-headers() {
103103

104104
_package-api-headers() {
105105
pkgdesc="Kernel headers sanitized for use in userspace"
106-
provides=(linux-api-headers)
106+
provides=(linux-api-headers="${pkgver}")
107107
conflicts=(linux-api-headers)
108108

109109
_prologue

0 commit comments

Comments
 (0)