Fix workflow texts and remove EOL'ed fedora releases
Build and provide rpm of demus-packaging-utils / Build and deploy an rpm to the demus.dk repo (f44) (release) Failing after 23s
Build and provide rpm of demus-packaging-utils / Build and deploy an rpm to the demus.dk repo (rawhide) (release) Has been cancelled

This commit is contained in:
2026-06-05 11:40:25 +02:00
parent 94bd492389
commit 1012b73760
3 changed files with 9 additions and 5 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
name: Build and provide rpm of demus-packaging-utils
run-name: Rpmbuild demus-packaging-utils at ${{ gitea.repository }} by ${{ github.actor }}
run-name: Rpmbuild demus-packaging-utils at ${{ gitea.repository }}
on:
workflow_dispatch:
inputs:
@@ -7,7 +7,7 @@ on:
type: choice
description: "Choose a fedora version"
required: true
options: [ f42, f43, f44, rawhide ]
options: [ f44, rawhide ]
jobs:
rpmbuild:
name: Build and deploy an rpm to the demus.dk repo
+2 -2
View File
@@ -1,12 +1,12 @@
name: Build and provide rpm of demus-packaging-utils
run-name: Rpmbuild demus-packaging-utils by ${{ github.actor }} by ${{ github.actor }}
run-name: Rpmbuild demus-packaging-utils by ${{ github.actor }}
on: [ release ]
jobs:
rpmbuild:
name: Build and deploy an rpm to the demus.dk repo
strategy:
matrix:
fedoraversion: [ f42, f43, f44, rawhide ]
fedoraversion: [ f44, rawhide ]
runs-on: ${{ matrix.fedoraversion }}-minimal-rpmbuild
steps:
- name: Check out repository code
+5 -1
View File
@@ -1,5 +1,9 @@
%global major 0
%global minor 1
%global release 1
Name: demus-packaging-utils
Version: 0.1.0
Version: %{major}.%{minor}.%{release}
Release: %autorelease
Summary: Aliases and scripts to assist in rpm packaging workflows