Skip to content

Commit 8ead5e0

Browse files
committed
F41 Branched
1 parent e51a79f commit 8ead5e0

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 Oct 03 2024 Sérgio Basto <[email protected]> - 40.1-2
2+
- F41 Branched
3+
14
* Sat Apr 20 2024 Sérgio Basto <[email protected]> - 40.1-1
25
- F40 GA
36

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=40.1
1+
VERSION=41.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="38 39 40"
5-
BRANCHED=""
6-
RAWHIDE="41"
4+
FVERSION="39 40"
5+
BRANCHED="41"
6+
RAWHIDE="42"
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)