From eea626e69368a2f58eb2e99ac67d219227ef83f2 Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Thu, 27 Mar 2025 21:09:04 +0100 Subject: [PATCH] Rebuild for Konflux Resolves: RHEL-84822 Signed-off-by: Michal Srb --- .tekton/rhel-10-docbook-style-xsl-push.yaml | 2 +- docbook-style-xsl.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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