diff options
Diffstat (limited to 'packaging')
| -rw-r--r-- | packaging/deb/meshbay-client/DEBIAN/control | 2 | ||||
| -rw-r--r-- | packaging/deb/meshbay-common/DEBIAN/control | 2 | ||||
| -rw-r--r-- | packaging/deb/meshbay-hub/DEBIAN/control | 2 | ||||
| -rw-r--r-- | packaging/deb/meshbay-node/DEBIAN/control | 2 | ||||
| -rw-r--r-- | packaging/rpm/meshbay-client.spec | 2 | ||||
| -rw-r--r-- | packaging/rpm/meshbay-common.spec | 2 | ||||
| -rw-r--r-- | packaging/rpm/meshbay-hub.spec | 2 | ||||
| -rw-r--r-- | packaging/rpm/meshbay-node.spec | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/packaging/deb/meshbay-client/DEBIAN/control b/packaging/deb/meshbay-client/DEBIAN/control index e6a49b9..aeb5865 100644 --- a/packaging/deb/meshbay-client/DEBIAN/control +++ b/packaging/deb/meshbay-client/DEBIAN/control @@ -3,7 +3,7 @@ Version: __VERSION__ Section: net Priority: optional Architecture: __ARCH__ -Maintainer: MeshBay Team <team@meshbay.org> +Maintainer: MeshBay Team <devel@meshbay.org> Homepage: https://meshbay.org Depends: libgtk-3-0, libnotify4, libnss3, libxss1, libxtst6, libatspi2.0-0, libdrm2, libgbm1, libasound2 diff --git a/packaging/deb/meshbay-common/DEBIAN/control b/packaging/deb/meshbay-common/DEBIAN/control index 4089f4b..b497235 100644 --- a/packaging/deb/meshbay-common/DEBIAN/control +++ b/packaging/deb/meshbay-common/DEBIAN/control @@ -3,7 +3,7 @@ Version: __VERSION__ Section: python Priority: optional Architecture: __ARCH__ -Maintainer: MeshBay Team <team@meshbay.org> +Maintainer: MeshBay Team <devel@meshbay.org> Homepage: https://meshbay.org Depends: python3 (>= 3.12) Description: MeshBay shared Python runtime and libraries diff --git a/packaging/deb/meshbay-hub/DEBIAN/control b/packaging/deb/meshbay-hub/DEBIAN/control index c5f60fa..c114be1 100644 --- a/packaging/deb/meshbay-hub/DEBIAN/control +++ b/packaging/deb/meshbay-hub/DEBIAN/control @@ -3,7 +3,7 @@ Version: __VERSION__ Section: net Priority: optional Architecture: all -Maintainer: MeshBay Team <team@meshbay.org> +Maintainer: MeshBay Team <devel@meshbay.org> Homepage: https://meshbay.org Depends: meshbay-common (= __VERSION__), adduser Recommends: caddy, postgresql diff --git a/packaging/deb/meshbay-node/DEBIAN/control b/packaging/deb/meshbay-node/DEBIAN/control index 76b2005..3eda3fa 100644 --- a/packaging/deb/meshbay-node/DEBIAN/control +++ b/packaging/deb/meshbay-node/DEBIAN/control @@ -3,7 +3,7 @@ Version: __VERSION__ Section: net Priority: optional Architecture: all -Maintainer: MeshBay Team <team@meshbay.org> +Maintainer: MeshBay Team <devel@meshbay.org> Homepage: https://meshbay.org Depends: meshbay-common (= __VERSION__) Recommends: ffmpeg diff --git a/packaging/rpm/meshbay-client.spec b/packaging/rpm/meshbay-client.spec index 8788e67..867205f 100644 --- a/packaging/rpm/meshbay-client.spec +++ b/packaging/rpm/meshbay-client.spec @@ -49,5 +49,5 @@ gtk-update-icon-cache -f -t /usr/share/icons/hicolor 2>/dev/null || true /usr/lib/firewalld/services/meshbay-cast.xml %changelog -* Sun Aug 31 2026 MeshBay Team <team@meshbay.org> - %{version}-1 +* Sun Aug 31 2026 MeshBay Team <devel@meshbay.org> - %{version}-1 - Initial packaging of the desktop client diff --git a/packaging/rpm/meshbay-common.spec b/packaging/rpm/meshbay-common.spec index e1088d4..948de9a 100644 --- a/packaging/rpm/meshbay-common.spec +++ b/packaging/rpm/meshbay-common.spec @@ -21,5 +21,5 @@ cp -a %{_staging_root}/* %{buildroot}/ /opt/meshbay-common %changelog -* Sun Aug 31 2026 MeshBay Team <team@meshbay.org> - %{version}-1 +* Sun Aug 31 2026 MeshBay Team <devel@meshbay.org> - %{version}-1 - Packaging overhaul: shared venv under /opt/meshbay-common/venv/ diff --git a/packaging/rpm/meshbay-hub.spec b/packaging/rpm/meshbay-hub.spec index 50bd977..90a4f08 100644 --- a/packaging/rpm/meshbay-hub.spec +++ b/packaging/rpm/meshbay-hub.spec @@ -60,5 +60,5 @@ install -d -o root -g meshbay -m 750 /etc/meshbay %config %attr(0644, root, meshbay) /etc/meshbay/hub.toml.example %changelog -* Sun Aug 31 2026 MeshBay Team <team@meshbay.org> - %{version}-1 +* Sun Aug 31 2026 MeshBay Team <devel@meshbay.org> - %{version}-1 - Packaging overhaul: installs into shared venv under /opt diff --git a/packaging/rpm/meshbay-node.spec b/packaging/rpm/meshbay-node.spec index 7910a83..6ac13fb 100644 --- a/packaging/rpm/meshbay-node.spec +++ b/packaging/rpm/meshbay-node.spec @@ -46,5 +46,5 @@ fi /usr/lib/firewalld/services/meshbay-node.xml %changelog -* Sun Aug 31 2026 MeshBay Team <team@meshbay.org> - %{version}-1 +* Sun Aug 31 2026 MeshBay Team <devel@meshbay.org> - %{version}-1 - Packaging overhaul: installs into shared venv under /opt |