From 97aeeeccb1a31a861173098d1df2d30e8cd1da1b Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 20 Aug 2021 08:54:29 +0100 Subject: [PATCH] IoT: Update rawhide for F-36 Signed-off-by: Peter Robinson --- config.ini | 2 +- fedora-35.repo => fedora-36.repo | 10 +++++----- fedora-iot-base.json | 4 ++-- fedora-iot.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) rename fedora-35.repo => fedora-36.repo (61%) diff --git a/config.ini b/config.ini index c3def07..d16b945 100644 --- a/config.ini +++ b/config.ini @@ -10,7 +10,7 @@ os_pretty_name = Fedora IoT tree_name = docker-host tree_file = %(os_name)s-%(tree_name)s.json arch = x86_64 -release = f35 +release = f36 ref = %(os_name)s/rawhide/%(arch)s/%(tree_name)s yum_baseurl = http://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/%(arch)s/os/ # lorax_additional_repos = http://127.0.0.1/fedora-iot/local-overrides diff --git a/fedora-35.repo b/fedora-36.repo similarity index 61% rename from fedora-35.repo rename to fedora-36.repo index 901cd0a..51639ff 100644 --- a/fedora-35.repo +++ b/fedora-36.repo @@ -1,12 +1,12 @@ -[fedora-35] -name=Fedora 35 - $basearch +[fedora-36] +name=Fedora 36 - $basearch failovermethod=priority -#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/35/Everything/$basearch/os/ -metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-35&arch=$basearch +#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/36/Everything/$basearch/os/ +metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-36&arch=$basearch enabled=1 #metadata_expire=7d repo_gpgcheck=0 type=rpm gpgcheck=1 -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-35-$basearch +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-36-$basearch skip_if_unavailable=False diff --git a/fedora-iot-base.json b/fedora-iot-base.json index c7675bc..52a1fe8 100644 --- a/fedora-iot-base.json +++ b/fedora-iot-base.json @@ -10,8 +10,8 @@ "documentation": false, - "automatic_version_prefix": "35", - "mutate-os-release": "35", + "automatic_version_prefix": "36", + "mutate-os-release": "36", "initramfs-args": ["--no-hostonly", "--add", "ignition watchdog"], diff --git a/fedora-iot.json b/fedora-iot.json index 1b7ca7a..df9035d 100644 --- a/fedora-iot.json +++ b/fedora-iot.json @@ -1,6 +1,6 @@ { "ref": "fedora/rawhide/${basearch}/iot", "ex-jigdo-spec": "fedora-iot.spec", - "repos": ["fedora-35"], + "repos": ["fedora-36"], "include": "fedora-iot-base.json" }