diff --git a/.tekton/rhel-10-docbook-style-dsssl-push.yaml b/.tekton/rhel-10-docbook-style-dsssl-push.yaml index 9458ef5..bc06da2 100644 --- a/.tekton/rhel-10-docbook-style-dsssl-push.yaml +++ b/.tekton/rhel-10-docbook-style-dsssl-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 diff --git a/docbook-style-dsssl.spec b/docbook-style-dsssl.spec index e663898..eaea64f 100644 --- a/docbook-style-dsssl.spec +++ b/docbook-style-dsssl.spec @@ -1,6 +1,6 @@ Name: docbook-style-dsssl Version: 1.79 -Release: 42%{?dist} +Release: 43%{?dist} Summary: Norman Walsh's modular stylesheets for DocBook @@ -65,6 +65,9 @@ fi exit 0 %changelog +* Thu Mar 27 2025 Michal Srb - 1.79-43 +- Rebuild for Konflux (Resolves: RHEL-84822) + * Mon Feb 17 2025 Tomas Kopecek - 1.79-42 - Rebuild for Konflux