From 178f3b6e0596d95fbe85bbe5cf74d65bc3f679b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Sat, 20 Apr 2024 18:09:15 +0100 Subject: [PATCH] F40 GA --- CHANGELOG | 3 +++ Makefile | 2 +- README.txt | 1 + round.sh | 4 ++-- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index ece6144..3575afb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +* Sat Apr 20 2024 Sérgio Basto - 40.1-1 +- F40 GA + * Thu Feb 15 2024 Sérgio Basto - 40.0-1 - F40 Branched diff --git a/Makefile b/Makefile index ed9e7a0..db654f8 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=40.0 +VERSION=40.1 RELEASE=1 .ONESHELL: # Applies to every targets in the file! diff --git a/README.txt b/README.txt index 70e1d61..606e974 100644 --- a/README.txt +++ b/README.txt @@ -82,6 +82,7 @@ git show rfpkg push && rfpkg build --nowait # Build other branches +git checkout f40 && git merge master && git push && rfpkg build --nowait; git checkout master git checkout f39 && git merge master && git push && rfpkg build --nowait; git checkout master git checkout f38 && git merge master && git push && rfpkg build --nowait; git checkout master git checkout el9 && git merge master && git push && rfpkg build --nowait; git checkout master diff --git a/round.sh b/round.sh index 5bada8a..dde5d69 100755 --- a/round.sh +++ b/round.sh @@ -1,8 +1,8 @@ #!/bin/sh ARCHES="i386 x86_64 aarch64 armhfp ppc64le" -FVERSION="36 37 38 39" -BRANCHED="40" +FVERSION="38 39 40" +BRANCHED="" RAWHIDE="41" REPOS="rpmfusion_free rpmfusion_nonfree" etc_mock=../mock/mock-core-configs/etc/mock