Added missing json files

i9.5-beta changed/i9.5-beta/osbuild-composer-118-1.el9.inferit
Arkady L. Shane 2 months ago
parent 918baec6bd
commit 62b9a3d9d7
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -156,6 +156,16 @@ install -m 0755 -vp _bin/osbuild-jobsite-builder %{buildroot}%
# Only include repositories for the distribution and release
install -m 0755 -vd %{buildroot}%{_datadir}/osbuild-composer/repositories
# MSVSphere support block
%if 0%{?msvsphere}
# MSVSphere 9 supports building for all MSVSphere versions
%if 0%{?msvsphere} >= 9
install -m 0644 -vp repositories/msvsphere-* %{buildroot}%{_datadir}/osbuild-composer/repositories/
%else
# MSVSphere 8 only supports building for MSVSphere 8
install -m 0644 -vp repositories/msvsphere-%{msvsphere}* %{buildroot}%{_datadir}/osbuild-composer/repositories/
%endif
%else
# CentOS also defines rhel so we check for centos first
%if 0%{?centos}
@ -199,6 +209,7 @@ done
%endif
%endif
%endif
%endif
# Fedora can build for all included fedora releases
%if 0%{?fedora}

Loading…
Cancel
Save