From d6a3afca84eb0de56a62f3949aac8e4f283529e3 Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Mon, 14 Aug 2023 13:50:42 -0400 Subject: [PATCH] IoT: Update rawhide for F-40 Signed-off-by: Paul Whalen --- config.ini | 2 +- fedora-39.repo => fedora-40.repo | 10 +++++----- fedora-iot-base.json | 4 ++-- fedora-iot.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) rename fedora-39.repo => fedora-40.repo (61%) diff --git a/config.ini b/config.ini index 7032043..fedaedd 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 = f39 +release = f40 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-39.repo b/fedora-40.repo similarity index 61% rename from fedora-39.repo rename to fedora-40.repo index 739626d..7a3c762 100644 --- a/fedora-39.repo +++ b/fedora-40.repo @@ -1,12 +1,12 @@ -[fedora-39] -name=Fedora 39 - $basearch +[fedora-40] +name=Fedora 40 - $basearch failovermethod=priority -#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/39/Everything/$basearch/os/ -metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-39&arch=$basearch +#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/40/Everything/$basearch/os/ +metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-40&arch=$basearch enabled=1 #metadata_expire=7d repo_gpgcheck=0 type=rpm gpgcheck=1 -gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-39-$basearch +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-40-$basearch skip_if_unavailable=False diff --git a/fedora-iot-base.json b/fedora-iot-base.json index 2b670e1..f6a05cf 100644 --- a/fedora-iot-base.json +++ b/fedora-iot-base.json @@ -12,8 +12,8 @@ "documentation": false, - "automatic_version_prefix": "39", - "mutate-os-release": "39", + "automatic_version_prefix": "40", + "mutate-os-release": "40", "initramfs-args": ["--no-hostonly", "--add", "ignition watchdog"], diff --git a/fedora-iot.json b/fedora-iot.json index 7e8c051..19a0373 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-39"], + "repos": ["fedora-40"], "include": "fedora-iot-base.json" }