From 243036f7897ca682d9cfb2b7b4518b558ec34348 Mon Sep 17 00:00:00 2001 From: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Date: Thu, 11 Apr 2024 23:16:26 +0000 Subject: [PATCH 1/2] powershell/7.4.2 package update Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> --- powershell.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/powershell.yaml b/powershell.yaml index 2f009716f8a..93aef45abe1 100644 --- a/powershell.yaml +++ b/powershell.yaml @@ -1,6 +1,6 @@ package: name: powershell - version: 7.4.1 + version: 7.4.2 epoch: 0 description: 'cross-platform automation and configuration tool/framework' copyright: @@ -32,7 +32,7 @@ pipeline: with: repository: https://github.com/powershell/powershell tag: v${{package.version}} - expected-commit: 5668713d3c906d63cd68e37d415206a95ac061d0 + expected-commit: 8ea1598964590b7551ffacda2d2007b94da1e5fa destination: powershell - working-directory: /home/build/powershell From 2a4b749da8178226d7d0f0ec34d3f1da9ac0fa58 Mon Sep 17 00:00:00 2001 From: Debasish Biswas Date: Mon, 29 Apr 2024 14:27:27 +0530 Subject: [PATCH 2/2] Update powershell.yaml Signed-off-by: Debasish Biswas --- powershell.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powershell.yaml b/powershell.yaml index 93aef45abe1..2ea4f1c2af9 100644 --- a/powershell.yaml +++ b/powershell.yaml @@ -68,7 +68,7 @@ pipeline: install -dm 755 "${{targets.destdir}}"/usr/lib "${{targets.destdir}}"/usr/bin # library copy - cp -ar /home/build/powershell/src/powershell-unix/bin/Linux/*/wolfi* "${{targets.destdir}}"/usr/lib/${{package.name}} + cp -ar /home/build/powershell/src/powershell-unix/bin/Linux/*/linux* "${{targets.destdir}}"/usr/lib/${{package.name}} # already provided by 'libpsl-native' aport rm -f "${{targets.destdir}}"/usr/lib/$pkgname/libpsl-native.so