Import rpm: 270f3290bd64142133c18fe41d45aeaf3a6cdac5
This commit is contained in:
parent
17c04637d5
commit
807fa3d3e4
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/lit-14.0.0.tar.gz
|
||||
SOURCES/lit-15.0.7.tar.gz
|
||||
|
@ -1,4 +1,4 @@
|
||||
%global lit_version 14.0.0
|
||||
%global lit_version 15.0.7
|
||||
#global rc_ver 1
|
||||
#%%global post_ver 1
|
||||
|
||||
@ -46,7 +46,7 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitelib}/lit/*.p
|
||||
|
||||
%if %{with check}
|
||||
%check
|
||||
%{__python3} lit.py tests
|
||||
%{__python3} lit.py -v tests
|
||||
%endif
|
||||
|
||||
%files -n python3-lit
|
||||
@ -56,6 +56,15 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitelib}/lit/*.p
|
||||
%{_bindir}/lit
|
||||
|
||||
%changelog
|
||||
* Thu Jan 19 2023 Tom Stellard <tstellar@redhat.com> - 15.0.7-1
|
||||
- Update to lit 15.0.7
|
||||
|
||||
* Tue Sep 06 2022 Nikita Popov <npopov@redhat.com> - 15.0.0-1
|
||||
- Update to lit 15.0.0
|
||||
|
||||
* Mon Jun 27 2022 Tom Stellard <tstellar@redhat.com> - 14.0.6-1
|
||||
- Update to 14.0.6
|
||||
|
||||
* Thu Apr 07 2022 Timm Bäder <tbaeder@redhat.com> - 14.0.0-1
|
||||
- Update to 14.0.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user