commit
a7c0ed8477
@ -0,0 +1 @@
|
|||||||
|
SOURCES/v1.3.1.tar.gz
|
@ -0,0 +1 @@
|
|||||||
|
d4686fc5038bae84f2ced5f090806c69d2cd4853 SOURCES/v1.3.1.tar.gz
|
@ -0,0 +1,63 @@
|
|||||||
|
Name: slirp4netns
|
||||||
|
Version: 1.3.1
|
||||||
|
Release: 3%{?dist}
|
||||||
|
License: GPL-2.0-only
|
||||||
|
Summary: slirp for network namespaces
|
||||||
|
URL: https://github.com/rootless-containers/%{name}
|
||||||
|
# Tarball fetched from upstream
|
||||||
|
Source0: %{url}/archive/v%{version}.tar.gz
|
||||||
|
ExclusiveArch: %{golang_arches_future}
|
||||||
|
BuildRequires: autoconf
|
||||||
|
BuildRequires: automake
|
||||||
|
BuildRequires: go-md2man
|
||||||
|
BuildRequires: gcc
|
||||||
|
BuildRequires: glib2-devel
|
||||||
|
BuildRequires: git-core
|
||||||
|
BuildRequires: libcap-devel
|
||||||
|
BuildRequires: libseccomp-devel
|
||||||
|
BuildRequires: libslirp-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 %{name}-%{built_tag_strip}
|
||||||
|
|
||||||
|
%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
|
||||||
|
* Fri Nov 08 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.3.1-3
|
||||||
|
- Rebuilt for MSVSphere 10
|
||||||
|
|
||||||
|
* Tue Oct 29 2024 Jindrich Novy <jnovy@redhat.com> - 1.3.1-3
|
||||||
|
- revive slirp4netns
|
||||||
|
- Resolves: RHEL-65176
|
Loading…
Reference in new issue