Lukas Greve 3e3ae9181b
All checks were successful
Build and Publish RPM / build-and-publish (push) Successful in 5s
Fixed source archive creation: Instead of directly tarring hello.sh, I now create a proper directory structure hello-0.0.1/ with the file inside, which is what %setup expects.
Fixed the %install section: Changed cp hello.sh $RPM_BUILD_ROOT/%{_bindir}/hello to remove the .sh extension as it's a more conventional name for executable files.

Fixed the %files section: Updated to reference %{_bindir}/hello instead of %{_bindir}/hello.sh
2025-11-27 20:04:25 +01:00
2025-11-27 19:55:16 +01:00
2025-11-27 20:02:14 +01:00
2025-07-09 08:35:40 +00:00
2025-07-09 08:35:40 +00:00

hello

A program that prints "hello"

Description
A program that prints "hello"
Readme GPL-3.0 58 KiB
Languages
Shell 100%