Upgrade to 1.10.0
This commit is contained in:
parent
639a6553a4
commit
11e850dc0e
@ -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
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