We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db7c99d commit 43651e2Copy full SHA for 43651e2
CHANGELOG
@@ -1,3 +1,6 @@
1
+* Sun Feb 09 2025 Sérgio Basto <[email protected]> - 42.0-1
2
+- F42 branched
3
+
4
* Sun Oct 27 2024 Sérgio Basto <[email protected]> - 41.1-1
5
- F41 GA
6
Makefile
@@ -1,4 +1,4 @@
-VERSION=41.1
+VERSION=42.0
RELEASE=1
.ONESHELL: # Applies to every targets in the file!
round.sh
@@ -1,9 +1,9 @@
#!/bin/sh
ARCHES="i386 x86_64 aarch64 armhfp ppc64le"
-FVERSION="39 40 41"
-BRANCHED=""
-RAWHIDE="42"
+FVERSION="40 41"
+BRANCHED="42"
+RAWHIDE="43"
7
REPOS="rpmfusion_free rpmfusion_nonfree"
8
etc_mock=../mock/mock-core-configs/etc/mock
9
# uncomment the next line to compare mock fedora configurations on /etc/mock
0 commit comments