We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d268621 commit 21bbbccCopy full SHA for 21bbbcc
CHANGELOG
@@ -1,3 +1,6 @@
1
+* Thu Feb 15 2024 Sérgio Basto <[email protected]> - 40.0-1
2
+- F40 Branched
3
+
4
* Sun Nov 05 2023 Sérgio Basto <[email protected]> - 39.1-1
5
- F39 GA
6
Makefile
@@ -1,4 +1,4 @@
-VERSION=39.1
+VERSION=40.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="35 36 37 38 39"
-BRANCHED=""
-RAWHIDE="40"
+FVERSION="36 37 38 39"
+BRANCHED="40"
+RAWHIDE="41"
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