Skip to content

Commit ed307d3

Browse files
committed
F41 GA
1 parent 1a2e2a1 commit ed307d3

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

CHANGELOG

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
* Thu Oct 03 2024 Sérgio Basto <[email protected]> - 40.1-2
1+
* Sun Oct 27 2024 Sérgio Basto <[email protected]> - 41.1-1
2+
- F41 GA
3+
4+
* Thu Oct 03 2024 Sérgio Basto <[email protected]> - 41.0-1
25
- F41 Branched
36

47
* Sat Apr 20 2024 Sérgio Basto <[email protected]> - 40.1-1

Makefile

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

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

README.txt

+3-4
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@ sed -i "s/VERSION=.*/VERSION=$VERSION/" Makefile
1616

1717
Edit round.sh with BRANCHED="F38" and or edit el-round.sh ( for epel8 )
1818

19-
To have changelog , you may need run make to have mock-rpmfusion-free.spec
20-
rpmdev-bumpspec -c "$MSG" mock-rpmfusion-free.spec
21-
Edit CHANGELOG with result of rpmdev-bumpspec
22-
2319
To check if all good:
2420
make
2521
git status
2622

23+
rpmdev-bumpspec -c "$MSG" mock-rpmfusion-free.spec
24+
Edit CHANGELOG with result of rpmdev-bumpspec
25+
2726
To commit just code changes:
2827
git checkout etc/mock/
2928
git diff

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

0 commit comments

Comments
 (0)