Rename to jasonkerns variant
Build and provide rpm of bats-mock / Build src rpm and send it to COPR (f42) (release) Successful in 1m56s
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 2m18s
Build and provide rpm of bats-mock / Build src rpm and send it to COPR (rawhide) (release) Successful in 2m4s

This commit is contained in:
2026-03-26 20:56:15 +01:00
parent bad7f6d3c0
commit 61ccf4d9c8
+3 -1
View File
@@ -2,7 +2,7 @@
%global upstreamname bats-mock
%global bats_libdir %{_batslibdir}/%{upstreamname}
Name: %upstreamname
Name: %{upstreamname}+%{variant}
Version: 1.2.5
Release: %autorelease
Summary: Bash Automated Testing System mocking helper
@@ -16,6 +16,8 @@ BuildArch: noarch
Requires: bats-filesystem parallel
BuildRequires: bats-filesystem
Provides: %{upstreamname}
Conflicts: %{upstreamname}+buildkite-plugins
%description
Bats is a TAP-compliant testing framework for Bash. It provides a simple way to