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