Upgrade to 1.10.0

This commit is contained in:
jianli-97 2024-02-25 15:14:06 +08:00
parent 639a6553a4
commit 11e850dc0e
3 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Name: bats
Version: 1.9.0
Version: 1.10.0
Release: 1
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.
%prep
%autosetup -n bats-core-%{version}
%autosetup -n bats-core-%{version} -p1
%install
./install.sh %{buildroot}%{_prefix}
%check
export TERM=dumb
./bin/bats test
%files
@ -40,5 +39,8 @@ export TERM=dumb
%{_mandir}/man7/%{name}.7.gz
%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
- Package init.

BIN
v1.10.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.