import UBI slirp4netns-1.2.3-1.el9

This commit is contained in:
eabdullin 2024-04-30 15:26:42 +00:00
parent 1e1da264d0
commit 759cd530de
3 changed files with 11 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/v1.2.1.tar.gz
SOURCES/v1.2.3.tar.gz

View File

@ -1 +1 @@
b172110c84cb86d8cfd90b8b3e286fcb3b381e21 SOURCES/v1.2.1.tar.gz
58ff0e5c7cf857d4fab48f44c531962999918128 SOURCES/v1.2.3.tar.gz

View File

@ -1,7 +1,7 @@
%global git0 https://github.com/rootless-containers/%{name}
Name: slirp4netns
Version: 1.2.1
Version: 1.2.3
Release: 1%{?dist}
Summary: slirp for network namespaces
License: GPLv2
@ -59,6 +59,14 @@ make DESTDIR=%{buildroot} install install-man
%{_mandir}/man1/%{name}.1.gz
%changelog
* Fri Feb 09 2024 Jindrich Novy <jnovy@redhat.com> - 1.2.3-1
- update to https://github.com/rootless-containers/slirp4netns/releases/tag/v1.2.3
- Related: RHEL-2112
* Fri Sep 15 2023 Jindrich Novy <jnovy@redhat.com> - 1.2.2-1
- update to https://github.com/rootless-containers/slirp4netns/releases/tag/v1.2.2
- Related: Jira:RHEL-2112
* Mon Aug 21 2023 Jindrich Novy <jnovy@redhat.com> - 1.2.1-1
- update to https://github.com/rootless-containers/slirp4netns/releases/tag/v1.2.1
- Related: #2176063