Compare commits

..

3 Commits

Author SHA1 Message Date
Troy Dawson
1510bd457b Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
2024-10-29 09:07:24 -07:00
Karolina Surma
65a6cc4504 Add a simple smoke test 2024-07-31 11:45:35 +02:00
Karolina Surma
fd25f762f1 Add gating.yaml 2024-07-26 11:38:55 +02:00
4 changed files with 20 additions and 1 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

5
gating.yaml Normal file
View File

@ -0,0 +1,5 @@
--- !Policy
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

9
plan.fmf Normal file
View File

@ -0,0 +1,9 @@
discover:
how: shell
tests:
- name: import test
test: python3 -c 'import pathspec'
require:
- python3-pathspec
execute:
how: tmt

View File

@ -1,6 +1,6 @@
Name: python-pathspec
Version: 0.12.1
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Utility library for gitignore style pattern matching of file paths
License: MPL-2.0
@ -54,6 +54,10 @@ is derived from Rsync's wildmatch. Git uses wildmatch for its gitignore files.
%changelog
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.12.1-5
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.12.1-4
- Bump release for June 2024 mass rebuild