diff options
Diffstat (limited to 'packaging/rpm')
| -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 |
4 files changed, 4 insertions, 4 deletions
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 |