Rebuild with gating.yaml

Related: RHEL-6988
This commit is contained in:
Jakub Kadlcik 2023-12-05 12:28:03 +01:00
parent e228585280
commit bfd3048e58

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,6 +199,9 @@ 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