Upgrade to 1.6.0
Build and provide rpm of the official nextcloud modsecurity plugin / Build src rpm and send it to COPR (f43) (release) Successful in 4m28s
Build and provide rpm of the official nextcloud modsecurity plugin / Build src rpm and send it to COPR (f44) (release) Successful in 6m1s
Build and provide rpm of the official nextcloud modsecurity plugin / Build src rpm and send it to COPR (rawhide) (release) Successful in 4m10s
Build and provide rpm of the official nextcloud modsecurity plugin / Build src rpm and send it to COPR (f43) (release) Successful in 4m28s
Build and provide rpm of the official nextcloud modsecurity plugin / Build src rpm and send it to COPR (f44) (release) Successful in 6m1s
Build and provide rpm of the official nextcloud modsecurity plugin / Build src rpm and send it to COPR (rawhide) (release) Successful in 4m10s
Consolidate gitea workflows
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
name: Build and provide rpm of the official nextcloud modsecurity plugin
|
||||
run-name: Build nextcloud modsecurity plugin from ${{ gitea.repository }} on COPR
|
||||
on: [release]
|
||||
jobs:
|
||||
rpmbuild:
|
||||
runs-on: f43-minimal-copr
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: https://git.demus.dk/actions/git-clone@main
|
||||
- name: Build src.rpm and send to COPR
|
||||
uses: https://git.demus.dk/actions/copr-build@main
|
||||
with:
|
||||
copr_config: ${{ secrets.COPR_API_CONFIG }}
|
||||
copr_project: packages
|
||||
fedora_release: f43
|
||||
@@ -1,15 +0,0 @@
|
||||
name: Build and provide rpm of the official nextcloud modsecurity plugin
|
||||
run-name: Build nextcloud modsecurity plugin from ${{ gitea.repository }} on COPR
|
||||
on: [release]
|
||||
jobs:
|
||||
rpmbuild:
|
||||
runs-on: rawhide-minimal-copr
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: https://git.demus.dk/actions/git-clone@main
|
||||
- name: Build src.rpm and send to COPR
|
||||
uses: https://git.demus.dk/actions/copr-build@main
|
||||
with:
|
||||
copr_config: ${{ secrets.COPR_API_CONFIG }}
|
||||
copr_project: packages
|
||||
fedora_release: rawhide
|
||||
@@ -3,17 +3,20 @@ run-name: Build nextcloud modsecurity plugin from ${{ gitea.repository }} on COP
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
fedora_release:
|
||||
fedoraversion:
|
||||
type: choice
|
||||
description: "Choose a fedora release"
|
||||
description: "Choose a fedora version"
|
||||
required: true
|
||||
options:
|
||||
- "f42"
|
||||
- "f43"
|
||||
- "rawhide"
|
||||
options: [ f43, f44, rawhide ]
|
||||
coprproject:
|
||||
type: choice
|
||||
description: "Which repo"
|
||||
required: true
|
||||
options: [ packages, packages-test ]
|
||||
jobs:
|
||||
rpmbuild:
|
||||
runs-on: ${{ inputs.fedora_release }}-minimal-copr
|
||||
name: Build src rpm and send it to COPR
|
||||
runs-on: ${{ inputs.fedoraversion }}-minimal-copr
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: https://git.demus.dk/actions/git-clone@main
|
||||
@@ -21,5 +24,5 @@ jobs:
|
||||
uses: https://git.demus.dk/actions/copr-build@main
|
||||
with:
|
||||
copr_config: ${{ secrets.COPR_API_CONFIG }}
|
||||
copr_project: packages
|
||||
fedora_release: ${{ inputs.fedora_release }}
|
||||
copr_project: ${{ inputs.coprproject }}
|
||||
fedora_release: ${{ inputs.fedoraversion }}
|
||||
|
||||
@@ -2,8 +2,12 @@ name: Build and provide rpm of the official nextcloud modsecurity plugin
|
||||
run-name: Build nextcloud modsecurity plugin from ${{ gitea.repository }} on COPR
|
||||
on: [release]
|
||||
jobs:
|
||||
rpmbuild:
|
||||
runs-on: f42-minimal-copr
|
||||
coprbuild:
|
||||
name: Build src rpm and send it to COPR
|
||||
strategy:
|
||||
matrix:
|
||||
fedoraversion: [ f43, f44, rawhide ]
|
||||
runs-on: ${{ matrix.fedoraversion }}-minimal-copr
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: https://git.demus.dk/actions/git-clone@main
|
||||
@@ -12,4 +16,4 @@ jobs:
|
||||
with:
|
||||
copr_config: ${{ secrets.COPR_API_CONFIG }}
|
||||
copr_project: packages
|
||||
fedora_release: f42
|
||||
fedora_release: ${{ matrix.fedoraversion }}
|
||||
@@ -2,7 +2,7 @@
|
||||
%global plugin_name %{plugin_id}-rule-exclusions
|
||||
|
||||
Name: mod_security_crs_plugin_%{gsub %{plugin_id} - _}
|
||||
Version: 1.5.0
|
||||
Version: 1.6.0
|
||||
Release: %autorelease
|
||||
Summary: OWASP CRS Nextcloud Rule Exclusions Plugin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user