Fix push pipeline

Resolves: RHEL-84822

Signed-off-by: Michal Srb <michal@redhat.com>
This commit is contained in:
Michal Srb 2025-03-31 18:32:31 +02:00
parent 80dfa41251
commit 7ba2c35e17
2 changed files with 6 additions and 3 deletions

View File

@ -10,8 +10,8 @@ metadata:
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "c10s"
creationTimestamp: null
labels:
appstudio.openshift.io/application: rhel-10-workload-text-processing
appstudio.openshift.io/component: rhel-10
appstudio.openshift.io/application: rhel-10
appstudio.openshift.io/component: rhel-10-docbook-style-xsl
pipelines.appstudio.openshift.io/type: build
name: rhel-10-docbook-style-xsl-on-push
namespace: rhel-sst-cs-database-tenant

View File

@ -1,6 +1,6 @@
Name: docbook-style-xsl
Version: 1.79.2
Release: 27%{?dist}
Release: 28%{?dist}
Summary: Norman Walsh's XSL stylesheets for DocBook XML
@ -137,6 +137,9 @@ if [ "$1" = 0 ]; then
fi
%changelog
* Mon Mar 31 2025 Michal Srb <michal@redhat.com> - 1.79.2-28
- Rebuild for Konflux (Resolves: RHEL-84822)
* Mon Mar 31 2025 Michal Srb <michal@redhat.com> - 1.79.2-27
- Rebuild for Konflux (Resolves: RHEL-84822)