On 18/07/2022 19:29, Ben Cotton wrote:
Update the Mumble voice chat application from 1.3 to 1.4.

+1. I'm using 1.4.x self-built and it works fine.

This change relocates that file in an RPM scriptlet to align with upstream.
The old path will become a compatibility symlink to the new path.

Please guard this scriptlet with %triggerun:

%triggerun -- %{name}-server < 1.3.4-8
# relocation of config file
if [ -f %{_sysconfdir}/murmur/murmur.ini ]; then
    mv %{_sysconfdir}/murmur/murmur.ini %{_sysconfdir}/murmur.ini
fi

--
Sincerely,
  Vitaly Zaitsev (vit...@easycoding.org)
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to