3e3ae9181b1c25d983af6d8fd97bc6a2c3ed19da
All checks were successful
Build and Publish RPM / build-and-publish (push) Successful in 5s
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
hello
A program that prints "hello"
Languages
Shell
100%