|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
%global upstreamname bats-core
|
|
|
|
|
|
|
|
|
|
Name: bats
|
|
|
|
|
Version: 1.3.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 1.4.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Bash Automated Testing System
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
@ -13,7 +13,7 @@ BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
Requires: bash
|
|
|
|
|
Requires: parallel
|
|
|
|
|
BuildRequires: parallel
|
|
|
|
|
BuildRequires: parallel
|
|
|
|
|
BuildRequires: procps-ng
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -23,7 +23,7 @@ when testing software written in Bash, but you can use it to test any UNIX
|
|
|
|
|
program.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{upstreamname}-%{version}
|
|
|
|
|
%autosetup -n %{upstreamname}-%{version}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
./install.sh ${RPM_BUILD_ROOT}%{_prefix}
|
|
|
|
@ -43,6 +43,11 @@ program.
|
|
|
|
|
%{_mandir}/man7/%{name}.7.gz
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Sep 18 2021 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 1.4.1-1
|
|
|
|
|
- Update to 1.4.1 (BZ 1985582)
|
|
|
|
|
- Fix some spec warnings
|
|
|
|
|
- Add rpmlintrc to avoid hardcoded-library-path error
|
|
|
|
|
|
|
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
@ -57,8 +62,8 @@ program.
|
|
|
|
|
* Mon Aug 10 2020 Ondřej Míchal <harrymichal@seznam.cz> - 1.2.1-1
|
|
|
|
|
- Update to 1.2.1
|
|
|
|
|
- new dependency - GNU Parallel
|
|
|
|
|
- new upstream test in %check - parallel.bats
|
|
|
|
|
- remove the sed in %prep because shebang mangling is done automatically
|
|
|
|
|
- new upstream test in %%check - parallel.bats
|
|
|
|
|
- remove the sed in %%prep because shebang mangling is done automatically
|
|
|
|
|
- change the URL for Source0 so that it does not rely on hardcoded commit
|
|
|
|
|
|
|
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-5
|
|
|
|
|