## START: Set by rpmautospec ## (rpmautospec version 0.3.5) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # Building from fedora dependencies not possible # Latest upstream rtnetlink frequently required # sha2, zbus, zvariant are currently out of date # RHEL doesn't include the package rust-packaging which provides %%__cargo macro, but EPEL # does. So we set it separately here and skip rust-packaging dependency for RHEL. # Buildability without EPEL is essential for packit builds. # ELN doesn't need this. %if %{defined rhel} && 0%{?rhel} < 10 %define __cargo %{_bindir}/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now --cap-lints=warn' %{_bindir}/cargo %endif %global with_debug 1 %if 0%{?with_debug} %global _find_debuginfo_dwz_opts %{nil} %global _dwz_low_mem_die_limit 0 %else %global debug_package %{nil} %endif Name: netavark # Set a different Epoch for copr builds Version: 1.8.0 Release: %autorelease # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-3-Clause AND MIT %if %{defined golang_arches_future} ExclusiveArch: %{golang_arches_future} %else ExclusiveArch: aarch64 ppc64le s390x x86_64 %endif Summary: OCI network stack URL: https://github.com/containers/%{name} # Tarballs fetched from upstream's release page Source0: %{url}/archive/v%{version}.tar.gz Source1: %{url}/releases/download/v%{version}/%{name}-v%{version}-vendor.tar.gz BuildRequires: cargo BuildRequires: %{_bindir}/go-md2man # aardvark-dns and %%{name} are usually released in sync Recommends: aardvark-dns >= %{version}-1 Requires: (aardvark-dns >= %{version}-1 if fedora-release-identity-server) Provides: container-network-stack = 2 BuildRequires: make BuildRequires: protobuf-c BuildRequires: protobuf-compiler %if %{defined rhel} # rust-toolset requires the `local` repo enabled on non-koji ELN build environments BuildRequires: rust-toolset %else BuildRequires: rust-packaging BuildRequires: rust-srpm-macros %endif BuildRequires: git-core BuildRequires: systemd BuildRequires: systemd-devel %description %{summary} Netavark is a rust based network stack for containers. It is being designed to work with Podman but is also applicable for other OCI container management applications. Netavark is a tool for configuring networking for Linux containers. Its features include: * Configuration of container networks via JSON configuration file * Creation and management of required network interfaces, including MACVLAN networks * All required firewall configuration to perform NAT and port forwarding as required for containers * Support for iptables and firewalld at present, with support for nftables planned in a future release * Support for rootless containers * Support for IPv4 and IPv6 * Support for container DNS resolution via aardvark-dns. %prep %autosetup -Sgit %{name}-%{version} # Following steps are only required on environments like koji which have no # network access and thus depend on the vendored tarball. Copr pulls # dependencies directly from the network. tar fx %{SOURCE1} mkdir -p .cargo cat >.cargo/config << EOF [source.crates-io] replace-with = "vendored-sources" [source.vendored-sources] directory = "vendor" EOF %build %{__make} CARGO="%{__cargo}" build cd docs %{__make} %install %{__make} DESTDIR=%{buildroot} PREFIX=%{_prefix} install %preun %systemd_preun %{name}-dhcp-proxy.service %postun %systemd_postun %{name}-dhcp-proxy.service %files %license LICENSE %dir %{_libexecdir}/podman %{_libexecdir}/podman/%{name}* %{_mandir}/man1/%{name}.1* %{_unitdir}/%{name}-dhcp-proxy.service %{_unitdir}/%{name}-dhcp-proxy.socket %changelog * Tue Oct 24 2023 Benjamin A. Beasley - 1.8.0-1 - Don’t build online in COPR (for impact checks) * Thu Sep 28 2023 Lokesh Mandvekar - 102:1.8.0-2 - update sources * Wed Sep 27 2023 Packit - 102:1.8.0-1 - [packit] 1.8.0 upstream release * Tue Aug 22 2023 Lokesh Mandvekar - 1.7.0-3 - spdx compatible license * Thu Jul 20 2023 Fedora Release Engineering - 1.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jun 29 2023 Packit - 1.7.0-1 - [packit] 1.7.0 upstream release * Tue May 30 2023 Yaakov Selkowitz - 1.6.0-3 - Use rust-toolset in RHEL builds * Wed Apr 12 2023 Lokesh Mandvekar - 1.6.0-2 - BR: systemd[-devel] * Wed Apr 12 2023 Lokesh Mandvekar - 1.6.0-1 - bump to v1.6.0 * Tue Apr 11 2023 Lokesh Mandvekar - 1.5.0-7 - add dhcp-proxy unitfiles for upcoming v1.6 * Mon Mar 06 2023 Lokesh Mandvekar - 1.5.0-6 - exclusivearch: golang_arches_future * Mon Mar 06 2023 Lokesh Mandvekar - 1.5.0-5 - migrated to SPDX license * Wed Feb 08 2023 Lokesh Mandvekar - 1.5.0-4 - Resolves: #2167217 - enable debuginfo * Wed Feb 08 2023 Lokesh Mandvekar - 1.5.0-3 - Discontinue i686 * Thu Feb 02 2023 Lokesh Mandvekar - 1.5.0-2 - rebuild for github 404 on koji * Thu Feb 02 2023 Lokesh Mandvekar - 1.5.0-1 - bump to v1.5.0 * Thu Jan 19 2023 Fedora Release Engineering - 1.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Dec 12 2022 RH Container Bot - 1.4.0-1 - auto bump to v1.4.0 * Wed Nov 23 2022 Yaakov Selkowitz - 1.3.0-2 - Make md2man usage conditional on golang_arches * Tue Nov 15 2022 RH Container Bot - 1.3.0-1 - auto bump to v1.3.0 * Fri Oct 07 2022 Lokesh Mandvekar - 1.2.0-7 - Revert "auto bump to v1.2.0" * Fri Oct 07 2022 RH Container Bot - 1.2.0-6 - auto bump to v1.2.0 * Thu Oct 06 2022 Lokesh Mandvekar - 1.2.0-5 - make aardvark-dns hard requires on fedora-server * Tue Oct 04 2022 Lokesh Mandvekar - 1.2.0-4 - adjust macros for correct version * Tue Oct 04 2022 Lokesh Mandvekar - 1.2.0-3 - get rid of debbuild to comply with fedora guidelines * Mon Oct 03 2022 Lokesh Mandvekar - 1.2.0-2 - bump lookaside cache files * Wed Sep 28 2022 RH Container Bot - 1.2.0-1 - auto bump to v1.2.0 * Wed Aug 17 2022 Lokesh Mandvekar - 1.1.0-3 - use easier tag macros to make both fedora and debbuild happy * Tue Aug 16 2022 Lokesh Mandvekar - 1.1.0-2 - Fix debbuild maintainer issue * Thu Jul 28 2022 RH Container Bot - 1.1.0-1 - auto bump to v1.1.0 * Fri Jul 22 2022 Fedora Release Engineering - 1.0.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri May 27 2022 Lokesh Mandvekar - 1.0.3-4 - build deb packages using debbuild * Fri May 06 2022 Lokesh Mandvekar - 1.0.3-3 - add release tag info to aardvark dependency * Fri May 06 2022 Lokesh Mandvekar - 1.0.3-2 - bump to v1.0.3 * Thu May 05 2022 RH Container Bot - 1.0.3-1 - auto bump to v1.0.3 * Wed Mar 23 2022 Lokesh Mandvekar - 1.0.2-1 - bump to v1.0.2 * Fri Feb 25 2022 Lokesh Mandvekar - 1.0.1-1 - bump to v1.0.1, use upstream provided separate vendor tarball * Wed Feb 16 2022 Lokesh Mandvekar - 1.0.0-1 - bump to v1.0.0 * Fri Feb 11 2022 Lokesh Mandvekar - 1.0.0~rc2-1 - bump to v1.0.0-rc2 * Thu Feb 10 2022 Lokesh Mandvekar - 1.0.0~rc1-3 - aardvark-dns should be a weak-dep * Wed Feb 02 2022 Lokesh Mandvekar - 1.0.0~rc1-2 - Provides: container-network-stack = 2 * Tue Feb 01 2022 Lokesh Mandvekar - 1.0.0~rc1-1 - Resolves: #2048794 - initial build