blob: e1088d481ab66d9fbda905ceacefc8bd5bdc8c48 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
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 <team@meshbay.org> - %{version}-1
- Packaging overhaul: shared venv under /opt/meshbay-common/venv/
|