Skip to content

Commit d7a6f5e

Browse files
committed
F39 GA
1 parent 4972336 commit d7a6f5e

11 files changed

+14
-11
lines changed

Diff for: CHANGELOG

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* Sun Nov 05 2023 Sérgio Basto <[email protected]> - 39.1-1
2+
- F39 GA
3+
14
* Sun Sep 24 2023 Sérgio Basto <[email protected]> - 39.0-1
25
- F39 Branched
36

Diff for: Makefile

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

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

Diff for: etc/mock/fedora+rpmfusion_free-39-aarch64.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
include('fedora-39-aarch64.cfg')
2-
include('templates/rpmfusion_free-branched.tpl')
2+
include('templates/rpmfusion_free-stable.tpl')

Diff for: etc/mock/fedora+rpmfusion_free-39-i386.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
include('fedora-39-i386.cfg')
2-
include('templates/rpmfusion_free-branched.tpl')
2+
include('templates/rpmfusion_free-stable.tpl')

Diff for: etc/mock/fedora+rpmfusion_free-39-ppc64le.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
include('fedora-39-ppc64le.cfg')
2-
include('templates/rpmfusion_free-branched.tpl')
2+
include('templates/rpmfusion_free-stable.tpl')

Diff for: etc/mock/fedora+rpmfusion_free-39-x86_64.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
include('fedora-39-x86_64.cfg')
2-
include('templates/rpmfusion_free-branched.tpl')
2+
include('templates/rpmfusion_free-stable.tpl')

Diff for: etc/mock/fedora+rpmfusion_nonfree-39-aarch64.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
include('fedora+rpmfusion_free-39-aarch64.cfg')
2-
include('templates/rpmfusion_nonfree-branched.tpl')
2+
include('templates/rpmfusion_nonfree-stable.tpl')

Diff for: etc/mock/fedora+rpmfusion_nonfree-39-i386.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
include('fedora+rpmfusion_free-39-i386.cfg')
2-
include('templates/rpmfusion_nonfree-branched.tpl')
2+
include('templates/rpmfusion_nonfree-stable.tpl')

Diff for: etc/mock/fedora+rpmfusion_nonfree-39-ppc64le.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
include('fedora+rpmfusion_free-39-ppc64le.cfg')
2-
include('templates/rpmfusion_nonfree-branched.tpl')
2+
include('templates/rpmfusion_nonfree-stable.tpl')

Diff for: etc/mock/fedora+rpmfusion_nonfree-39-x86_64.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
include('fedora+rpmfusion_free-39-x86_64.cfg')
2-
include('templates/rpmfusion_nonfree-branched.tpl')
2+
include('templates/rpmfusion_nonfree-stable.tpl')

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

0 commit comments

Comments
 (0)