spec fixup

This commit is contained in:
TheK0tYaRa 2026-02-24 09:18:17 +03:00
parent 93a77913b5
commit 00eba43f9f

View file

@ -3,11 +3,11 @@ Version: 1.9.11
Release: alt1 Release: alt1
Summary: LiveKit WebRTC SFU media server Summary: LiveKit WebRTC SFU media server
License: Apache-2.0 License: Apache-2.0
Group: Servers Group: System/Servers
Url: https://github.com/livekit/livekit Url: https://github.com/livekit/livekit
#https://github.com/livekit/livekit/archive/refs/tags/v%{version}.tar.gz #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) # Vendored Go module deps (must contain ./vendor + vendor/modules.txt)
# Create once per version (outside hasher): # 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 %doc README.md CHANGELOG.md NOTICE LICENSE
%{_sbindir}/livekit-server %{_sbindir}/livekit-server
%config(noreplace) %{_sysconfdir}/livekit/livekit.yaml %config(noreplace) %{_sysconfdir}/livekit/livekit.yaml
%changelog
* Tue Feb 24 2026 Romenskiy Arseniy <romenskiy2012@altlinux.org> 1.9.11-alt1
- initial build