Include patch to add Fedora 35 runner
Needed to actually run on rawhide (fedora 35).
This commit is contained in:
parent
bb2f87171b
commit
2a74b3dc26
23
Fedora-35-runner.patch
Normal file
23
Fedora-35-runner.patch
Normal file
@ -0,0 +1,23 @@
|
||||
From 337e0f05ea55f7b2ee107fbc1e989d82d1815193 Mon Sep 17 00:00:00 2001
|
||||
From: Christian Kellner <christian@kellner.me>
|
||||
Date: Wed, 17 Mar 2021 11:03:22 +0100
|
||||
Subject: [PATCH] runners: add Fedora 35 runner
|
||||
|
||||
New `org.osbuild.fedora35` which is re-using the f30 runner.
|
||||
Needed since Fedora 35 branched in early February.
|
||||
---
|
||||
runners/org.osbuild.fedora35 | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
create mode 120000 runners/org.osbuild.fedora35
|
||||
|
||||
diff --git a/runners/org.osbuild.fedora35 b/runners/org.osbuild.fedora35
|
||||
new file mode 120000
|
||||
index 0000000..d46777b
|
||||
--- /dev/null
|
||||
+++ b/runners/org.osbuild.fedora35
|
||||
@@ -0,0 +1 @@
|
||||
+org.osbuild.fedora30
|
||||
\ No newline at end of file
|
||||
--
|
||||
2.29.2
|
||||
|
@ -9,12 +9,14 @@ Version: 27
|
||||
%global pkgdir %{_prefix}/lib/%{pypi_name}
|
||||
|
||||
Name: %{pypi_name}
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: ASL 2.0
|
||||
|
||||
URL: %{forgeurl}
|
||||
|
||||
Source0: %{forgesource}
|
||||
# Fedora 35 runner, upstream commit 337e0f0
|
||||
Patch0: Fedora-35-runner.patch
|
||||
BuildArch: noarch
|
||||
Summary: A build system for OS images
|
||||
|
||||
@ -92,6 +94,7 @@ containers it uses to build OS artifacts.
|
||||
|
||||
%prep
|
||||
%forgesetup
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -187,6 +190,9 @@ fi
|
||||
%selinux_relabel_post -s %{selinuxtype}
|
||||
|
||||
%changelog
|
||||
* Wed Mar 17 2021 Christian Kellner <ckellner@redhat.com> - 27-2
|
||||
- Include Fedora 35 runner (upstream commit 337e0f0)
|
||||
|
||||
* Tue Mar 16 2021 Christian Kellner <ckellner@redhat.com> - 27-1
|
||||
- Upstream release 27
|
||||
- Various bug fixes related to the new container and installer
|
||||
|
Loading…
Reference in New Issue
Block a user