Compare commits
No commits in common. "c8s-stream-0.92.3" and "c8s" have entirely different histories.
c8s-stream
...
c8s
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
||||
1
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/scour-0.35.tar.gz
|
||||
/scour-0.35.tar.gz
|
||||
|
@ -1 +0,0 @@
|
||||
76770a49c308ef6d181e1e0ef9085c1ed979a0b7 SOURCES/scour-0.35.tar.gz
|
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
15
plan.fmf
Normal file
15
plan.fmf
Normal file
@ -0,0 +1,15 @@
|
||||
/:
|
||||
inherit: false
|
||||
execute:
|
||||
how: tmt
|
||||
discover:
|
||||
how: shell
|
||||
tests:
|
||||
- name: binary exists
|
||||
test: scour --version
|
||||
require:
|
||||
- python3-scour
|
||||
- name: import works
|
||||
test: /usr/libexec/platform-python -c "import scour; print(scour.__file__)"
|
||||
require:
|
||||
- python3-scour
|
@ -10,7 +10,7 @@
|
||||
|
||||
Name: python-scour
|
||||
Version: 0.35
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
Summary: %{sum}
|
||||
|
||||
License: ASL 2.0
|
||||
@ -95,9 +95,14 @@ find . -type f -name '*.py' -exec sed -i /env\ python/d {} ';'
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Oct 19 2022 Lukas Zachar <lzachar@redhat.com> - 0.35.10
|
||||
- Add gating test
|
||||
- Related: rhbz#1891732
|
||||
|
||||
* Mon Oct 15 2018 Jan Horak <jhorak@redhat.com> - 0.35-9
|
||||
- Bump release
|
||||
* Tue Oct 18 2022 Tomas Popela <tpopela@redhat.com> - 0.35.9
|
||||
- Bump the release so we can resurrect the python3 subpackages that we need for
|
||||
newer Inkscape
|
||||
- Related: rhbz#1891732
|
||||
|
||||
* Sun Jul 22 2018 Charalampos Stratakis <cstratak@redhat.com> - 0.35-8
|
||||
- Conditionalize the python2 subpackage
|
Loading…
Reference in New Issue
Block a user