From 09527f6d66499ebe349415e4cc470cc4afb3bd31 Mon Sep 17 00:00:00 2001 From: Anton Voylenko Date: Mon, 7 Feb 2022 09:46:45 +0200 Subject: [PATCH 1/2] FIx bogus date --- el/rtpengine.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/el/rtpengine.spec b/el/rtpengine.spec index f359f3258..f30eac178 100644 --- a/el/rtpengine.spec +++ b/el/rtpengine.spec @@ -286,7 +286,7 @@ true %endif %changelog -* Wed Nov 11 2021 Anton Voylenko +* Thu Nov 11 2021 Anton Voylenko - update packages metadata - remove the "archname" variable - do not override service configuration From b2ef2a743ee10a3601e2732ab39ef67c3f4d2625 Mon Sep 17 00:00:00 2001 From: Anton Voylenko Date: Mon, 7 Feb 2022 09:50:15 +0200 Subject: [PATCH 2/2] Following configuration rename --- el/rtpengine.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/el/rtpengine.spec b/el/rtpengine.spec index f30eac178..05a81ca17 100644 --- a/el/rtpengine.spec +++ b/el/rtpengine.spec @@ -151,10 +151,10 @@ mkdir -p %{buildroot}%{_sharedstatedir}/%{name} mkdir -p %{buildroot}%{_var}/spool/%{binname} # Install config files -install -D -p -m644 etc/%{binname}.sample.conf \ +install -D -p -m644 etc/%{binname}.conf \ %{buildroot}%{_sysconfdir}/%{binname}/%{binname}.conf %if 0%{?with_transcoding} > 0 -install -D -p -m644 etc/%{binname}-recording.sample.conf \ +install -D -p -m644 etc/%{binname}-recording.conf \ %{buildroot}%{_sysconfdir}/%{binname}/%{binname}-recording.conf %endif