!4 Upgrade to 1.10.0
From: @jianli-97 Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
4c2cbc62fd
@ -1,5 +1,5 @@
|
|||||||
Name: bats
|
Name: bats
|
||||||
Version: 1.9.0
|
Version: 1.10.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Bash Automated Testing System
|
Summary: Bash Automated Testing System
|
||||||
|
|
||||||
@ -21,13 +21,12 @@ when testing software written in Bash, but you can use it to test any UNIX
|
|||||||
program.
|
program.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n bats-core-%{version}
|
%autosetup -n bats-core-%{version} -p1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
./install.sh %{buildroot}%{_prefix}
|
./install.sh %{buildroot}%{_prefix}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
export TERM=dumb
|
|
||||||
./bin/bats test
|
./bin/bats test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -40,5 +39,8 @@ export TERM=dumb
|
|||||||
%{_mandir}/man7/%{name}.7.gz
|
%{_mandir}/man7/%{name}.7.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Feb 25 2024 lijian <lijian2@kylinos.cn> - 1.10.0-1
|
||||||
|
- Upgrade to 1.10.0
|
||||||
|
|
||||||
* Mon Jul 10 2023 lijian <lijian2@kylinos.cn> - 1.9.0-1
|
* Mon Jul 10 2023 lijian <lijian2@kylinos.cn> - 1.9.0-1
|
||||||
- Package init.
|
- Package init.
|
||||||
|
|||||||
BIN
v1.10.0.tar.gz
Normal file
BIN
v1.10.0.tar.gz
Normal file
Binary file not shown.
BIN
v1.9.0.tar.gz
BIN
v1.9.0.tar.gz
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user