We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e51a79f commit 8ead5e0Copy full SHA for 8ead5e0
CHANGELOG
@@ -1,3 +1,6 @@
1
+* Thu Oct 03 2024 Sérgio Basto <[email protected]> - 40.1-2
2
+- F41 Branched
3
+
4
* Sat Apr 20 2024 Sérgio Basto <[email protected]> - 40.1-1
5
- F40 GA
6
Makefile
@@ -1,4 +1,4 @@
-VERSION=40.1
+VERSION=41.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="38 39 40"
-BRANCHED=""
-RAWHIDE="41"
+FVERSION="39 40"
+BRANCHED="41"
+RAWHIDE="42"
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