Compare commits

...

No commits in common. "c8" and "c9s" have entirely different histories.
c8 ... c9s

5 changed files with 39 additions and 2 deletions

27
.gitignore vendored
View File

@ -1 +1,26 @@
SOURCES/tracer-1.1.tar.gz
/tracer-0.5.4.tar.gz
/tracer-0.5.5.tar.gz
/tracer-0.5.6.tar.gz
/tracer-0.5.7.tar.gz
/tracer-0.5.8.tar.gz
/tracer-0.5.9.tar.gz
/tracer-0.6.2.tar.gz
/tracer-0.6.3.tar.gz
/tracer-0.6.4.tar.gz
/tracer-0.6.5.tar.gz
/tracer-0.6.6.tar.gz
/tracer-0.6.7.tar.gz
/tracer-0.6.8.tar.gz
/tracer-0.6.9.tar.gz
/tracer-0.6.10.tar.gz
/tracer-0.6.11.tar.gz
/tracer-0.6.12.tar.gz
/tracer-0.6.13.tar.gz
/tracer-0.6.13.1.tar.gz
/tracer-0.7.0.tar.gz
/tracer-0.7.1.tar.gz
/tracer-0.7.2.tar.gz
/tracer-0.7.3.tar.gz
/tracer-0.7.4.tar.gz
/tracer-0.7.5.tar.gz
/tracer-1.1.tar.gz

1
.tracer.metadata Normal file
View File

@ -0,0 +1 @@
b67fd9acef15b906f440d5ce19bb9402d9cf7045 tracer-1.1.tar.gz

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}

1
sources Normal file
View File

@ -0,0 +1 @@
SHA512 (tracer-1.1.tar.gz) = 9dcbefaeef5f3172fd96e8e826513c77d8b2a04fe7845a459d318e581ef7d58b6dcc17770d5fa76b7cd0ef8a2743e7bf1c0f7a6320b341502bb78716ab0e3fb7

View File

@ -18,7 +18,7 @@
Name: tracer
Version: 1.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Finds outdated running applications in your system
BuildArch: noarch
@ -199,8 +199,12 @@ make DESTDIR=%{buildroot}%{_datadir} mo
%changelog
* Tue Dec 05 2023 Jakub Kadlcik <jkadlcik@redhat.com> - 1.1-2
- Rebuild with gating.yaml
* Thu Oct 05 2023 Jakub Kadlcik <frostyx@email.cz> 1.1-1
- Fix parameters for specifying the target user (frostyx@email.cz)
- Resolves: RHEL-6988
* Fri Sep 15 2023 Jakub Kadlcik <frostyx@email.cz> 1.0-1
- Fix querying RPM files on EPEL7 (frostyx@email.cz)