import slirp4netns-1.1.8-1.module+el8.4.0+10198+36d1d0e3
This commit is contained in:
parent
4571d05e11
commit
786f1fa735
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/v1.1.1.tar.gz
|
SOURCES/v1.1.8.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
bc41b2a8bef156274859aca1931336deed5716ae SOURCES/v1.1.1.tar.gz
|
9f7965d1151311e6af4be9d3c0093ff86f1a3e4d SOURCES/v1.1.8.tar.gz
|
||||||
|
@ -1,11 +1,13 @@
|
|||||||
%global git0 https://github.com/rootless-containers/%{name}
|
%global git0 https://github.com/rootless-containers/%{name}
|
||||||
|
|
||||||
Name: slirp4netns
|
Name: slirp4netns
|
||||||
Version: 1.1.1
|
Version: 1.1.8
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: slirp for network namespaces
|
Summary: slirp for network namespaces
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: %{git0}
|
URL: %{git0}
|
||||||
|
# build fails on i686 with: No matching package to install: 'go-md2man'
|
||||||
|
ExcludeArch: i686
|
||||||
Source0: %{git0}/archive/v%{version}.tar.gz
|
Source0: %{git0}/archive/v%{version}.tar.gz
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
@ -36,6 +38,8 @@ building other packages which use import path with
|
|||||||
%autosetup -Sgit
|
%autosetup -Sgit
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
export CFLAGS="%{optflags} -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
|
||||||
|
export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now"
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
./configure --prefix=%{_usr} --libdir=%{_libdir}
|
./configure --prefix=%{_usr} --libdir=%{_libdir}
|
||||||
%{__make} generate-man
|
%{__make} generate-man
|
||||||
@ -55,6 +59,45 @@ make DESTDIR=%{buildroot} install install-man
|
|||||||
%{_mandir}/man1/%{name}.1.gz
|
%{_mandir}/man1/%{name}.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 04 2020 Jindrich Novy <jnovy@redhat.com> - 1.1.8-1
|
||||||
|
- update to
|
||||||
|
https://github.com/rootless-containers/slirp4netns/releases/tag/v1.1.8
|
||||||
|
- Related: #1883490
|
||||||
|
|
||||||
|
* Thu Dec 03 2020 Jindrich Novy <jnovy@redhat.com> - 1.1.7-2
|
||||||
|
- exclude i686 because of build failures
|
||||||
|
- Related: #1883490
|
||||||
|
|
||||||
|
* Thu Nov 26 2020 Jindrich Novy <jnovy@redhat.com> - 1.1.7-1
|
||||||
|
- update to
|
||||||
|
https://github.com/rootless-containers/slirp4netns/releases/tag/v1.1.7
|
||||||
|
- Related: #1883490
|
||||||
|
|
||||||
|
* Mon Nov 09 2020 Jindrich Novy <jnovy@redhat.com> - 1.1.6-2
|
||||||
|
- - be sure to harden the linked binary
|
||||||
|
- Related: #1883490
|
||||||
|
|
||||||
|
* Thu Nov 05 2020 Jindrich Novy <jnovy@redhat.com> - 1.1.6-1
|
||||||
|
- update to
|
||||||
|
https://github.com/rootless-containers/slirp4netns/releases/tag/v1.1.6
|
||||||
|
- Related: #1883490
|
||||||
|
|
||||||
|
* Tue Aug 11 2020 Jindrich Novy <jnovy@redhat.com> - 1.1.4-2
|
||||||
|
- use proper CFLAGS
|
||||||
|
- Related: #1821193
|
||||||
|
|
||||||
|
* Mon Jul 13 2020 Jindrich Novy <jnovy@redhat.com> - 1.1.4-1
|
||||||
|
- update to https://github.com/rootless-containers/slirp4netns/releases/tag/v1.1.4
|
||||||
|
- Related: #1821193
|
||||||
|
|
||||||
|
* Thu Jul 09 2020 Jindrich Novy <jnovy@redhat.com> - 1.1.3-1
|
||||||
|
- update to https://github.com/rootless-containers/slirp4netns/releases/tag/v1.1.3
|
||||||
|
- Related: #1821193
|
||||||
|
|
||||||
|
* Mon Jul 06 2020 Jindrich Novy <jnovy@redhat.com> - 1.1.2-1
|
||||||
|
- update to https://github.com/rootless-containers/slirp4netns/releases/tag/v1.1.2
|
||||||
|
- Related: #1821193
|
||||||
|
|
||||||
* Fri Jun 05 2020 Jindrich Novy <jnovy@redhat.com> - 1.1.1-1
|
* Fri Jun 05 2020 Jindrich Novy <jnovy@redhat.com> - 1.1.1-1
|
||||||
- update to https://github.com/rootless-containers/slirp4netns/releases/tag/v1.1.1
|
- update to https://github.com/rootless-containers/slirp4netns/releases/tag/v1.1.1
|
||||||
- Related: #1821193
|
- Related: #1821193
|
||||||
|
Loading…
Reference in New Issue
Block a user