Skip to content

Commit 21bbbcc

Browse files
committed
F40 Branched
1 parent d268621 commit 21bbbcc

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* Thu Feb 15 2024 Sérgio Basto <[email protected]> - 40.0-1
2+
- F40 Branched
3+
14
* Sun Nov 05 2023 Sérgio Basto <[email protected]> - 39.1-1
25
- F39 GA
36

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=39.1
1+
VERSION=40.0
22
RELEASE=1
33

44
.ONESHELL: # Applies to every targets in the file!

round.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/sh
22

33
ARCHES="i386 x86_64 aarch64 armhfp ppc64le"
4-
FVERSION="35 36 37 38 39"
5-
BRANCHED=""
6-
RAWHIDE="40"
4+
FVERSION="36 37 38 39"
5+
BRANCHED="40"
6+
RAWHIDE="41"
77
REPOS="rpmfusion_free rpmfusion_nonfree"
88
etc_mock=../mock/mock-core-configs/etc/mock
99
# uncomment the next line to compare mock fedora configurations on /etc/mock

0 commit comments

Comments
 (0)