Update to 18.1.4

Related: https://issues.redhat.com/browse/RHEL-28670
This commit is contained in:
Konrad Kleine 2024-05-17 16:15:27 +02:00
parent 97c30cad9a
commit 8c2ac3ef16
4 changed files with 13 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/lit-*.tar.gz
/python-lit-*.src.rpm
/LICENSE.TXT

View File

@ -6,7 +6,7 @@
%{llvm_sb}
%endif
%global lit_version 17.0.6
%global lit_version 18.1.4
#global rc_ver 4
#global post_ver 0
@ -25,7 +25,7 @@ Version: %{lit_version}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~%
Release: 1%{?dist}
BuildArch: noarch
License: NCSA
License: Apache-2.0 WITH LLVM-exception OR NCSA
Summary: Tool for executing llvm test suites
URL: https://pypi.python.org/pypi/lit
%if %{without snapshot_build}
@ -82,6 +82,9 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitelib}/lit/*.p
%{_bindir}/lit
%changelog
* Fri May 17 2024 Konrad Kleine <kkleine@redhat.com> 18.1.4-1
- 18.1.4 release
* Tue Dec 05 2023 Timm Bäder <tbaeder@redhat.com> - 17.0.6-1
- Update to 17.0.6

View File

@ -1 +1 @@
SHA512 (lit-17.0.6.tar.gz) = ba88aa84f5ec54ed0ac5996432b4a024d042996e98d9eab13ef9b12239c9a811b752e9caa6f6a9a4e926f6f75245c7cbda69dc61a9de663957686fe352c203f0
SHA512 (lit-18.1.4.tar.gz) = 137ee1f2fee620f00f9a3dfeae3313decf749a00efe949771cb91bedc6e2098a9c79559ca33c827b55da138800bf2aa791cd7fd572ef03bc744cd19b5537716a

6
tests/README.md Normal file
View File

@ -0,0 +1,6 @@
# Gating testplans for python-lit
The tests for python-lit are in a separate repo: https://src.fedoraproject.org/tests/python-lit
This directory should contain only fmf plans (such as build-gating.fmf) which import
the tests from the tests repo. This can be done using the "url" parameter of the
plan's "discover" step. Reference: https://tmt.readthedocs.io/en/stable/spec/plans.html#fmf