Make binstub executable
Build and provide rpm of bats-mock / Build src rpm and send it to COPR (f42) (release) Successful in 2m32s
Build and provide rpm of bats-mock / Build src rpm and send it to COPR (f43) (release) Successful in 1m49s
Build and provide rpm of bats-mock / Build src rpm and send it to COPR (f44) (release) Successful in 1m52s
Build and provide rpm of bats-mock / Build src rpm and send it to COPR (rawhide) (release) Successful in 1m57s

This commit is contained in:
2026-03-24 20:47:13 +01:00
parent 95282b74bd
commit bad7f6d3c0
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -19,3 +19,5 @@ tags
# Persistent undo
[._]*.un~
.idea/
+1 -1
View File
@@ -31,7 +31,7 @@ Mocking/stubbing library for BATS.
%install
%{__install} -D -m 0644 -t %{buildroot}%{bats_libdir} %{SOURCE1}
%{__install} -D -m 0644 -t %{buildroot}%{bats_libdir}/src stub.bash
%{__install} -D -m 0644 -t %{buildroot}%{bats_libdir}/src binstub
%{__install} -D -m 0755 -t %{buildroot}%{bats_libdir}/src binstub
%files
%doc README.md docs/CODE_OF_CONDUCT.md