diff --git a/.tekton/rhel-10-docbook-style-dsssl-pull-request.yaml b/.tekton/rhel-10-docbook-style-dsssl-pull-request.yaml deleted file mode 100644 index 1387558..0000000 --- a/.tekton/rhel-10-docbook-style-dsssl-pull-request.yaml +++ /dev/null @@ -1,43 +0,0 @@ ---- -apiVersion: tekton.dev/v1 -kind: PipelineRun -metadata: - annotations: - build.appstudio.openshift.io/repo: '{{ source_url }}/-/tree/{{ revision }}' - build.appstudio.redhat.com/commit_sha: '{{ revision }}' - build.appstudio.redhat.com/pull_request_number: '{{ pull_request_number }}' - build.appstudio.redhat.com/target_branch: '{{ target_branch }}' - pipelinesascode.tekton.dev/max-keep-runs: "3" - pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" - creationTimestamp: null - labels: - appstudio.openshift.io/application: rhel-10 - appstudio.openshift.io/component: rhel-10-docbook-style-dsssl - pipelines.appstudio.openshift.io/type: build - name: rhel-10-docbook-style-dsssl-on-pull-request - namespace: rhel-sst-cs-database-tenant -spec: - params: - - name: package-name - value: docbook-style-dsssl - - name: git-url - value: "{{ source_url }}" - - name: revision - value: "{{ revision }}" - - name: target-branch - value: "{{ target_branch }}" - - name: ociStorage - value: quay.io/redhat-user-workloads/rhel-sst-cs-database-tenant/rhel-10/docbook-style-dsssl:on-pr-{{ revision }} - pipelineRef: - resolver: git - params: - - name: url - value: "https://gitlab.cee.redhat.com/rhel-on-konflux/rpmbuild-pipeline.git" - - name: revision - value: main - - name: pathInRepo - value: pipeline/build-rhel-package.yaml - workspaces: - - name: git-auth - secret: - secretName: '{{ git_auth_secret }}' diff --git a/.tekton/rhel-10-docbook-style-dsssl-push.yaml b/.tekton/rhel-10-docbook-style-dsssl-push.yaml deleted file mode 100644 index 045f44d..0000000 --- a/.tekton/rhel-10-docbook-style-dsssl-push.yaml +++ /dev/null @@ -1,42 +0,0 @@ ---- -apiVersion: tekton.dev/v1 -kind: PipelineRun -metadata: - annotations: - build.appstudio.openshift.io/repo: '{{ source_url }}/-/tree/{{ revision }}' - 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 == "c10s" - creationTimestamp: null - labels: - appstudio.openshift.io/application: rhel-10 - appstudio.openshift.io/component: rhel-10-docbook-style-dsssl - pipelines.appstudio.openshift.io/type: build - name: rhel-10-docbook-style-dsssl-on-push - namespace: rhel-sst-cs-database-tenant -spec: - params: - - name: package-name - value: docbook-style-dsssl - - name: git-url - value: "{{ source_url }}" - - name: revision - value: "{{ revision }}" - - name: target-branch - value: "{{ target_branch }}" - - name: ociStorage - value: quay.io/redhat-user-workloads/rhel-sst-cs-database-tenant/rhel-10/docbook-style-dsssl:{{ revision }} - pipelineRef: - resolver: git - params: - - name: url - value: "https://gitlab.cee.redhat.com/rhel-on-konflux/rpmbuild-pipeline.git" - - name: revision - value: main - - name: pathInRepo - value: pipeline/build-rhel-package.yaml - workspaces: - - name: git-auth - secret: - secretName: '{{ git_auth_secret }}' diff --git a/docbook-style-dsssl.spec b/docbook-style-dsssl.spec index 37ed70c..27c2d85 100644 --- a/docbook-style-dsssl.spec +++ b/docbook-style-dsssl.spec @@ -1,6 +1,6 @@ Name: docbook-style-dsssl Version: 1.79 -Release: 44%{?dist} +Release: 45%{?dist} Summary: Norman Walsh's modular stylesheets for DocBook @@ -65,6 +65,9 @@ fi exit 0 %changelog +* Wed Jun 25 2025 Veronika Kabatova - 1.79-45 +- Konflux RHEL on GitLab onboarding rebuild (Resolves: RHEL-84822) + * Thu May 15 2025 Pavel Raiskup - 1.79-44 - Rebuild for Konflux (Resolves: RHEL-84822)