Skip to content

Commit 56ea21a

Browse files
committed
F42 GA
1 parent 1c0486d commit 56ea21a

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* Sun Apr 13 2025 Sérgio Basto <[email protected]> - 42.1-1
2+
- F42 GA
3+
14
* Sun Feb 09 2025 Sérgio Basto <[email protected]> - 42.0-1
25
- F42 branched
36

Makefile

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

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

round.sh

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

33
ARCHES="i386 x86_64 aarch64 armhfp ppc64le"
4-
FVERSION="40 41"
5-
BRANCHED="42"
4+
FVERSION="40 41 42"
5+
BRANCHED=""
66
RAWHIDE="43"
77
REPOS="rpmfusion_free rpmfusion_nonfree"
88
etc_mock=../mock/mock-core-configs/etc/mock

0 commit comments

Comments
 (0)