Name: meshbay-common Version: __VERSION__ Release: 1%{?dist} Summary: MeshBay shared Python runtime and libraries License: AGPLv3+ URL: https://meshbay.org AutoReqProv: no %description Shared Python virtual environment, cryptographic primitives (Ed25519, X25519, GEK wrap/unwrap, ChaCha20-Poly1305), protocol types (MNP, MHP), and all pip dependencies used by meshbay-hub and meshbay-node. Installs to /opt/meshbay-common/venv/. %install cp -a %{_staging_root}/* %{buildroot}/ %files /opt/meshbay-common %changelog * Sun Aug 31 2026 MeshBay Team - %{version}-1 - Packaging overhaul: shared venv under /opt/meshbay-common/venv/