From 00eba43f9f96072f3d58795daa14c6e6d33b4ddf Mon Sep 17 00:00:00 2001 From: TheK0tYaRa Date: Tue, 24 Feb 2026 09:18:17 +0300 Subject: [PATCH] spec fixup --- livekit.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/livekit.spec b/livekit.spec index 1102330..2c580a4 100644 --- a/livekit.spec +++ b/livekit.spec @@ -3,11 +3,11 @@ Version: 1.9.11 Release: alt1 Summary: LiveKit WebRTC SFU media server License: Apache-2.0 -Group: Servers +Group: System/Servers Url: https://github.com/livekit/livekit #https://github.com/livekit/livekit/archive/refs/tags/v%{version}.tar.gz -Source: %name.tar +Source: %name-%version.tar # Vendored Go module deps (must contain ./vendor + vendor/modules.txt) # Create once per version (outside hasher): @@ -51,3 +51,7 @@ install -Dpm0644 config-sample.yaml %{buildroot}%{_sysconfdir}/livekit/livekit.y %doc README.md CHANGELOG.md NOTICE LICENSE %{_sbindir}/livekit-server %config(noreplace) %{_sysconfdir}/livekit/livekit.yaml + +%changelog +* Tue Feb 24 2026 Romenskiy Arseniy 1.9.11-alt1 +- initial build