import CS slirp4netns-1.3.2-1.el9

This commit is contained in:
eabdullin 2025-03-11 08:12:46 +00:00
parent 801fd590cb
commit ca4ba8901e
3 changed files with 7 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/v1.3.1.tar.gz
SOURCES/v1.3.2.tar.gz

View File

@ -1 +1 @@
d4686fc5038bae84f2ced5f090806c69d2cd4853 SOURCES/v1.3.1.tar.gz
bfa5539ea00f789d5278685d86502d97addb0d93 SOURCES/v1.3.2.tar.gz

View File

@ -1,7 +1,7 @@
%global git0 https://github.com/rootless-containers/%{name}
Name: slirp4netns
Version: 1.3.1
Version: 1.3.2
Release: 1%{?dist}
Summary: slirp for network namespaces
License: GPLv2
@ -59,6 +59,10 @@ make DESTDIR=%{buildroot} install install-man
%{_mandir}/man1/%{name}.1.gz
%changelog
* Mon Feb 10 2025 Jindrich Novy <jnovy@redhat.com> - 1.3.2-1
- update to https://github.com/rootless-containers/slirp4netns/releases/tag/v1.3.2
- Related: RHEL-60277
* Wed May 29 2024 Jindrich Novy <jnovy@redhat.com> - 1.3.1-1
- update to https://github.com/rootless-containers/slirp4netns/releases/tag/v1.3.1
- Related: RHEL-27608