import slirp4netns-1.1.8-1.module+el8.3.1+9107+df0d2892
This commit is contained in:
parent
d9d7810e64
commit
d08cee18a0
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/v1.1.6.tar.gz
|
||||
SOURCES/v1.1.8.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
37692b2189a9116237f25609da12dbc060ce13ac SOURCES/v1.1.6.tar.gz
|
||||
9f7965d1151311e6af4be9d3c0093ff86f1a3e4d SOURCES/v1.1.8.tar.gz
|
||||
|
@ -1,11 +1,13 @@
|
||||
%global git0 https://github.com/rootless-containers/%{name}
|
||||
|
||||
Name: slirp4netns
|
||||
Version: 1.1.6
|
||||
Version: 1.1.8
|
||||
Release: 1%{?dist}
|
||||
Summary: slirp for network namespaces
|
||||
License: GPLv2
|
||||
URL: %{git0}
|
||||
# build fails on i686 with: No matching package to install: 'go-md2man'
|
||||
ExcludeArch: i686
|
||||
Source0: %{git0}/archive/v%{version}.tar.gz
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
@ -37,6 +39,7 @@ building other packages which use import path with
|
||||
|
||||
%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
|
||||
./configure --prefix=%{_usr} --libdir=%{_libdir}
|
||||
%{__make} generate-man
|
||||
@ -56,6 +59,24 @@ make DESTDIR=%{buildroot} install install-man
|
||||
%{_mandir}/man1/%{name}.1.gz
|
||||
|
||||
%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: #1888571
|
||||
|
||||
* Thu Dec 03 2020 Jindrich Novy <jnovy@redhat.com> - 1.1.7-2
|
||||
- exclude i686 because of build failures
|
||||
- Related: #1888571
|
||||
|
||||
* 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: #1888571
|
||||
|
||||
* Mon Nov 09 2020 Jindrich Novy <jnovy@redhat.com> - 1.1.6-2
|
||||
- - be sure to harden the linked binary
|
||||
- Related: #1888571
|
||||
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user