import CS catatonit-0.2.1-1.el9

This commit is contained in:
eabdullin 2025-03-11 07:03:38 +00:00
parent d6212639f0
commit 82255fdd71
3 changed files with 11 additions and 3 deletions

View File

@ -1 +1 @@
363375538ea675fe6128b4235d20a77956da44aa SOURCES/v0.2.0.tar.gz
0efd7357b4a8dbf09a25987515660255eb5b5395 SOURCES/v0.2.1.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/v0.2.0.tar.gz
SOURCES/v0.2.1.tar.gz

View File

@ -1,6 +1,6 @@
Name: catatonit
Epoch: 3
Version: 0.2.0
Version: 0.2.1
Release: 1%{?dist}
Summary: A signal-forwarding process manager for containers
License: GPLv3+
@ -52,6 +52,14 @@ install -p %{name} %{buildroot}%{_libexecdir}/%{name}
%{_libexecdir}/%{name}/%{name}
%changelog
* Mon Dec 16 2024 Jindrich Novy <jnovy@redhat.com> - 3:0.2.1-1
- update to https://github.com/openSUSE/catatonit/releases/tag/v0.2.1
- Related: RHEL-60277
* Mon Dec 09 2024 Jindrich Novy <jnovy@redhat.com> - 3:0.2.0-2
- add rpminspect.yaml
- Resolves: RHEL-70588
* Wed Oct 04 2023 Jindrich Novy <jnovy@redhat.com> - 3:0.2.0-1
- update to https://github.com/openSUSE/catatonit/releases/tag/v0.2.0
- Related: Jira:RHEL-2112