update spec

This commit is contained in:
Sergey Zhemoytel 2025-01-07 02:29:15 +03:00
parent ae0aa1048a
commit 82218eeebd

View file

@ -5,7 +5,7 @@
Name: aardvark-dns Name: aardvark-dns
Version: 1.13.1 Version: 1.13.1
Release: 1 Release: 2
License: ASL 2.0 License: ASL 2.0
Summary: Authoritative dns server for A/AAAA container records Summary: Authoritative dns server for A/AAAA container records
URL: https://github.com/containers/%{name} URL: https://github.com/containers/%{name}
@ -36,7 +36,7 @@ launch it automatically if both are installed.
%setup -q %setup -q
%if %{mdvver} <= 201610 %if %{mdvver} <= 201610
curl --proto '=https' --tlsv1.3 -sSf https://sh.rustup.rs |\ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs |\
sh -s -- -y --profile default --default-toolchain %{rustver} sh -s -- -y --profile default --default-toolchain %{rustver}
%endif %endif