9 upstream release
- Remove host runner links, now being auto-detected - Cleanup spec file to not mix spaces and tabs
This commit is contained in:
parent
dcaac7adde
commit
c8f8ac3402
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/6.tar.gz
|
||||
/7.tar.gz
|
||||
/osbuild-8.tar.gz
|
||||
/osbuild-9.tar.gz
|
||||
|
21
osbuild.spec
21
osbuild.spec
@ -1,6 +1,6 @@
|
||||
%global forgeurl https://github.com/osbuild/osbuild
|
||||
|
||||
Version: 8
|
||||
Version: 9
|
||||
|
||||
%forgemeta
|
||||
|
||||
@ -70,20 +70,6 @@ install -p -m 0755 $(find sources -type f) %{buildroot}%{pkgdir}/sources
|
||||
mkdir -p %{buildroot}%{pkgdir}/stages/osbuild
|
||||
mkdir -p %{buildroot}%{pkgdir}/assemblers/osbuild
|
||||
|
||||
# install host runner
|
||||
%if 0%{?fc30}
|
||||
ln -s org.osbuild.fedora30 %{buildroot}%{pkgdir}/runners/org.osbuild.host
|
||||
%endif
|
||||
%if 0%{?fc31}
|
||||
ln -s org.osbuild.fedora31 %{buildroot}%{pkgdir}/runners/org.osbuild.host
|
||||
%endif
|
||||
%if 0%{?fc32}
|
||||
ln -s org.osbuild.fedora32 %{buildroot}%{pkgdir}/runners/org.osbuild.host
|
||||
%endif
|
||||
%if 0%{?el8}
|
||||
ln -s org.osbuild.rhel82 %{buildroot}%{pkgdir}/runners/org.osbuild.host
|
||||
%endif
|
||||
|
||||
%check
|
||||
exit 0
|
||||
# We have some integration tests, but those require running a VM, so that would
|
||||
@ -101,6 +87,11 @@ exit 0
|
||||
%{python3_sitelib}/%{pypi_name}/
|
||||
|
||||
%changelog
|
||||
* Thu Mar 5 2020 Christian Kellner <ckellner@redhat.com> - 9-1
|
||||
- new upstream release: 8
|
||||
- Remove host runner link, it now is being auto-detected
|
||||
- Cleanup use of mixed use of spaces/tabs
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 7-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (osbuild-8.tar.gz) = c553f6599149e29f3d299a22e9aa543163af38cdd0a5e17530c89c536436c1bc0278166a3bea036b470d5ce7beca5cfca936c5e77c21661c26a0ca85e4c14304
|
||||
SHA512 (osbuild-9.tar.gz) = f20fd6c6dbca2cb3b0b88614558495e7f97644a25d2bc8af1af3e15e52f49eacbdb3e3eb93bda19a4085b5a8e086e56442b1cb7e2fd1e51204efe44b4191bea6
|
||||
|
Loading…
Reference in New Issue
Block a user