Skip to content

Commit 43651e2

Browse files
committed
F42 branched
1 parent db7c99d commit 43651e2

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+
* Sun Feb 09 2025 Sérgio Basto <[email protected]> - 42.0-1
2+
- F42 branched
3+
14
* Sun Oct 27 2024 Sérgio Basto <[email protected]> - 41.1-1
25
- F41 GA
36

Makefile

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