From 32dc07beb4643e2e7cf521674a04ede82cf1d7e2 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-dtds-push.yaml | 2 +- docbook-dtds.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.tekton/rhel-10-docbook-dtds-push.yaml b/.tekton/rhel-10-docbook-dtds-push.yaml index f83bb4f..b95d9ae 100644 --- a/.tekton/rhel-10-docbook-dtds-push.yaml +++ b/.tekton/rhel-10-docbook-dtds-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-dtds.spec b/docbook-dtds.spec index c74884e..8238fac 100644 --- a/docbook-dtds.spec +++ b/docbook-dtds.spec @@ -5,7 +5,7 @@ Name: docbook-dtds Version: 1.0 -Release: 89%{?dist} +Release: 90%{?dist} Summary: SGML and XML document type definitions for DocBook @@ -398,6 +398,9 @@ do done %changelog +* Thu Mar 27 2025 Michal Srb - 1.0-90 +- Rebuild for Konflux (Resolves: RHEL-84822) + * Mon Feb 17 2025 Tomas Kopecek - 1.0-89 - Rebuild for Konflux