diff --git a/.tekton/rhel-10-docbook-style-xsl-push.yaml b/.tekton/rhel-10-docbook-style-xsl-push.yaml index 3861ec3..644758a 100644 --- a/.tekton/rhel-10-docbook-style-xsl-push.yaml +++ b/.tekton/rhel-10-docbook-style-xsl-push.yaml @@ -7,7 +7,7 @@ metadata: build.appstudio.redhat.com/commit_sha: '{{ revision }}' build.appstudio.redhat.com/target_branch: '{{ target_branch }}' pipelinesascode.tekton.dev/max-keep-runs: "3" - pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "{{ target_branch }}" + pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "c10s" creationTimestamp: null labels: appstudio.openshift.io/application: rhel-10-workload-text-processing diff --git a/docbook-style-xsl.spec b/docbook-style-xsl.spec index 3ee4f38..5bfb03f 100644 --- a/docbook-style-xsl.spec +++ b/docbook-style-xsl.spec @@ -1,6 +1,6 @@ Name: docbook-style-xsl Version: 1.79.2 -Release: 25%{?dist} +Release: 26%{?dist} Summary: Norman Walsh's XSL stylesheets for DocBook XML @@ -137,6 +137,9 @@ if [ "$1" = 0 ]; then fi %changelog +* Thu Mar 27 2025 Michal Srb - 1.79.2-26 +- Rebuild for Konflux (Resolves: RHEL-84822) + * Mon Feb 17 2025 Tomas Kopecek - 1.79.2-25 - Rebuild for Konflux