Skip to content

Commit 178f3b6

Browse files
committed
F40 GA
1 parent 8db545b commit 178f3b6

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* Sat Apr 20 2024 Sérgio Basto <[email protected]> - 40.1-1
2+
- F40 GA
3+
14
* Thu Feb 15 2024 Sérgio Basto <[email protected]> - 40.0-1
25
- F40 Branched
36

Makefile

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

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

README.txt

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ git show
8282
rfpkg push && rfpkg build --nowait
8383

8484
# Build other branches
85+
git checkout f40 && git merge master && git push && rfpkg build --nowait; git checkout master
8586
git checkout f39 && git merge master && git push && rfpkg build --nowait; git checkout master
8687
git checkout f38 && git merge master && git push && rfpkg build --nowait; git checkout master
8788
git checkout el9 && git merge master && git push && rfpkg build --nowait; git checkout master

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="36 37 38 39"
5-
BRANCHED="40"
4+
FVERSION="38 39 40"
5+
BRANCHED=""
66
RAWHIDE="41"
77
REPOS="rpmfusion_free rpmfusion_nonfree"
88
etc_mock=../mock/mock-core-configs/etc/mock

0 commit comments

Comments
 (0)