Name: flypaper Version: 0.4.3 Release: 1 Summary: Externally bind or mark sockets on the fly License: GPLv3 URL: https://codeberg.org/iguanajuice/%{name} Source0: %{url}/archive/v%{version}.tar.gz BuildRequires: bpftool cjson-devel clang kernel-headers libbpf-devel meson Requires: cjson libbpf ExclusiveArch: x86_64 %description Bind applications to network interfaces or mark them for app-based routing via eBPF %prep %setup -q %build meson setup -Dsystemd=true build ninja -C build %install DESTDIR=%{buildroot} ninja -C build install %changelog * Sat Apr 18 2026 Dale Sweeney - 0.4.3-1 - First flypaper package