Skip to content

Commit 7007d10

Browse files
committed
nextspace-gnustep.spec: build on minimum version of Fedora 42.
1 parent 724c98d commit 7007d10

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ workflows:
99
jobs:
1010
build:
1111
docker:
12-
- image: amd64/fedora:39
12+
- image: amd64/fedora:42
1313
environment:
1414
BASH_ENV: /etc/profile.d/nextspace.sh
1515
steps:

Packaging/RedHat/SPECS/nextspace-gnustep.spec

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,8 @@
22
%global _hardened_build 0
33

44
%define GS_REPO https://github.com/gnustep
5-
%if 0%{?fedora} && 0%{?fedora} > 40
65
%define BASE_VERSION 1.31.1
76
%define BASE_TAG base-1_31_1
8-
%else
9-
%define BASE_VERSION 1.30.0
10-
%define BASE_TAG base-1_30_0
11-
%endif
127
%define GUI_VERSION 0.32.0
138
%define GUI_TAG gui-0_32_0
149
%define BACK_VERSION 0.32.0

0 commit comments

Comments
 (0)