LICENSE file is not markdown
Build and provide rpm of bats-assert / Build src rpm and send it to COPR (f42) (release) Successful in 2m9s
Build and provide rpm of bats-assert / Build src rpm and send it to COPR (f43) (release) Successful in 2m12s
Build and provide rpm of bats-assert / Build src rpm and send it to COPR (f44) (release) Successful in 2m13s
Build and provide rpm of bats-assert / Build src rpm and send it to COPR (rawhide) (release) Successful in 2m10s

This commit is contained in:
2026-03-21 20:57:30 +01:00
parent 543b6bebf5
commit 4a75727cbc
+3 -3
View File
@@ -27,8 +27,8 @@ bats-assert is a helper library providing common assertions for Bats.
%autosetup -n %{upstreamname}-%{version} -p1
%install
%{__install} -D -m 0755 -t %{buildroot}%{bats_libdir} load.bash
%{__install} -D -m 0755 -t %{buildroot}%{bats_libdir}/src src/*
%{__install} -D -m 0644 -t %{buildroot}%{bats_libdir} load.bash
%{__install} -D -m 0644 -t %{buildroot}%{bats_libdir}/src src/*
%dnl Should turn up with the next release
%dnl ./install.sh ${RPM_BUILD_ROOT}%{_prefix}
@@ -37,7 +37,7 @@ bats test
%files
%doc README.md docs/CONTRIBUTING.md
%license LICENSE.md
%license LICENSE
%{bats_libdir}
%changelog