Merge pull request #10825 from akallabeth/rpm-nightly-fix

[ci,nightly] fix build for fedora 41
This commit is contained in:
akallabeth 2024-11-06 11:15:17 +01:00 committed by GitHub
commit cbc5d6d48b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -140,7 +140,11 @@ based on freerdp and winpr.
%prep
%setup -q
cd %{_topdir}/BUILD
%if 0%{?fedora} >= 41
cp %{_topdir}/SOURCES/source_version freerdp-nightly-%{version}-build/.source_version
%else
cp %{_topdir}/SOURCES/source_version freerdp-nightly-%{version}/.source_version
%endif
%build