import slirp4netns-0.4.2-1.git21fdece.module+el8.2.0+5117+641821b3
This commit is contained in:
commit
4fd6ba9570
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
SOURCES/slirp4netns-21fdece.tar.gz
|
1
.slirp4netns.metadata
Normal file
1
.slirp4netns.metadata
Normal file
@ -0,0 +1 @@
|
||||
aa1f45a8411788e9fef6bdd69b2b1608b657a2b1 SOURCES/slirp4netns-21fdece.tar.gz
|
91
SPECS/slirp4netns.spec
Normal file
91
SPECS/slirp4netns.spec
Normal file
@ -0,0 +1,91 @@
|
||||
%global git0 https://github.com/rootless-containers/%{name}
|
||||
%global commit0 21fdece2737dc24ffa3f01a341b8a6854f8b13b4
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
Name: slirp4netns
|
||||
Version: 0.4.2
|
||||
Release: 1.git%{shortcommit0}%{?dist}
|
||||
Summary: slirp for network namespaces
|
||||
License: GPLv2
|
||||
URL: %{git0}
|
||||
Source0: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: gcc
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: git
|
||||
BuildRequires: go-md2man
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: libseccomp-devel
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
slirp for network namespaces, without copying buffers across the namespaces.
|
||||
|
||||
%package devel
|
||||
Summary: %{summary}
|
||||
BuildArch: noarch
|
||||
|
||||
%description devel
|
||||
%{summary}
|
||||
|
||||
This package contains library source intended for
|
||||
building other packages which use import path with
|
||||
%{import_path} prefix.
|
||||
|
||||
%prep
|
||||
%autosetup -Sgit -n %{name}-%{commit0}
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
./configure --prefix=%{_usr} --libdir=%{_libdir}
|
||||
%{__make} generate-man
|
||||
|
||||
%install
|
||||
make DESTDIR=%{buildroot} install install-man
|
||||
|
||||
%check
|
||||
|
||||
#define license tag if not already defined
|
||||
%{!?_licensedir:%global license %doc}
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc README.md
|
||||
%{_bindir}/%{name}
|
||||
%{_mandir}/man1/%{name}.1.gz
|
||||
|
||||
%changelog
|
||||
* Sat Dec 07 2019 Jindrich Novy <jnovy@redhat.com> - 0.4.2-1.git21fdece
|
||||
- update to latest 0.4.2, fixes bug 1763454
|
||||
- Related: RHELPLAN-25139
|
||||
|
||||
* Thu Oct 31 2019 Jindrich Novy <jnovy@redhat.com> - 0.4.0-2
|
||||
- add new BR: libseccomp-devel
|
||||
- Related: #1766774
|
||||
|
||||
* Wed Oct 30 2019 Jindrich Novy <jnovy@redhat.com> - 0.4.0-1
|
||||
- update to v.0.4.0
|
||||
- sync with fedora spec
|
||||
- drop applied CVE-2019-14378 patch
|
||||
- Resolves: #1766774
|
||||
|
||||
* Thu Sep 26 2019 Jindrich Novy <jnovy@redhat.com> - 0.3.0-4
|
||||
- Fix CVE-2019-14378 (#1755595).
|
||||
|
||||
* Fri Jun 07 2019 Lokesh Mandvekar <lsm5@redhat.com> - 0.3.0-3
|
||||
- Resolves: #1683217 - BR: glib2-devel
|
||||
|
||||
* Fri Jun 07 2019 Lokesh Mandvekar <lsm5@redhat.com> - 0.3.0-2
|
||||
- Resolves: #1683217 - bump slirp4netns to v0.3.0
|
||||
|
||||
* Thu Feb 28 2019 Lokesh Mandvekar <lsm5@redhat.com> - 0.3.0-1.alpha.2.git30883b5
|
||||
- bump to v0.3.0-alpha.2
|
||||
|
||||
* Fri Nov 16 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.1-2.dev.gitc4e1bc5
|
||||
- changed summary
|
||||
|
||||
* Fri Aug 10 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.1-1.dev.gitc4e1bc5
|
||||
- First package for RHEL 8
|
||||
- import from Fedora rawhide
|
||||
- Exclude ix86 and ppc64
|
Loading…
Reference in New Issue
Block a user