Compare commits
3 Commits
imports/c1
...
c10s
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1510bd457b | ||
|
|
65a6cc4504 | ||
|
|
fd25f762f1 |
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
||||
1
|
||||
5
gating.yaml
Normal file
5
gating.yaml
Normal 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
9
plan.fmf
Normal file
@ -0,0 +1,9 @@
|
||||
discover:
|
||||
how: shell
|
||||
tests:
|
||||
- name: import test
|
||||
test: python3 -c 'import pathspec'
|
||||
require:
|
||||
- python3-pathspec
|
||||
execute:
|
||||
how: tmt
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user