Import rpm: 5d0adee995bc8ca6744cccd391cb3a3a12d85b6f
This commit is contained in:
parent
0df015ccb9
commit
016afb5bb8
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/v1.1.8.tar.gz
|
||||
SOURCES/v1.2.0.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
%global git0 https://github.com/rootless-containers/%{name}
|
||||
|
||||
Name: slirp4netns
|
||||
Version: 1.1.8
|
||||
Version: 1.2.0
|
||||
Release: 2%{?dist}
|
||||
Summary: slirp for network namespaces
|
||||
License: GPLv2
|
||||
@ -9,13 +9,12 @@ URL: %{git0}
|
||||
# build fails on i686 with: No matching package to install: 'go-md2man'
|
||||
ExcludeArch: i686
|
||||
Source0: %{git0}/archive/v%{version}.tar.gz
|
||||
Patch0: 1.1.8-0001-Replace-deprecated-inet_ntoa-with-safer-inet_ntop.patch
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: gcc
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: git
|
||||
BuildRequires: go-md2man
|
||||
BuildRequires: /usr/bin/go-md2man
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: libseccomp-devel
|
||||
BuildRequires: make
|
||||
@ -60,6 +59,14 @@ make DESTDIR=%{buildroot} install install-man
|
||||
%{_mandir}/man1/%{name}.1.gz
|
||||
|
||||
%changelog
|
||||
* Wed May 11 2022 Jindrich Novy <jnovy@redhat.com> - 1.2.0-2
|
||||
- BuildRequires: /usr/bin/go-md2man
|
||||
- Related: #2061390
|
||||
|
||||
* Tue May 03 2022 Jindrich Novy <jnovy@redhat.com> - 1.2.0-1
|
||||
- update to https://github.com/rootless-containers/slirp4netns/releases/tag/v1.2.0
|
||||
- Related: #2061390
|
||||
|
||||
* Tue Feb 15 2022 Jindrich Novy <jnovy@redhat.com> - 1.1.8-2
|
||||
- fix gating - don't use insecure functions - thanks to Marc-André Lureau
|
||||
- Related: #2001445
|
||||
|
Loading…
Reference in New Issue
Block a user