diff --git a/.tekton/rhel-10-libecpg-pull-request.yaml b/.tekton/rhel-10-libecpg-pull-request.yaml deleted file mode 100644 index a7af745..0000000 --- a/.tekton/rhel-10-libecpg-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-libecpg - pipelines.appstudio.openshift.io/type: build - name: rhel-10-libecpg-on-pull-request - namespace: rhel-sst-cs-database-tenant -spec: - params: - - name: package-name - value: libecpg - - 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/libecpg: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-libecpg-push.yaml b/.tekton/rhel-10-libecpg-push.yaml deleted file mode 100644 index 788c372..0000000 --- a/.tekton/rhel-10-libecpg-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-libecpg - pipelines.appstudio.openshift.io/type: build - name: rhel-10-libecpg-on-push - namespace: rhel-sst-cs-database-tenant -spec: - params: - - name: package-name - value: libecpg - - 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/libecpg:{{ 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/libecpg.spec b/libecpg.spec index a4a6f7c..90aad88 100644 --- a/libecpg.spec +++ b/libecpg.spec @@ -3,7 +3,7 @@ Summary: ECPG - Embedded SQL in C Name: libecpg Version: %majorversion.1 -Release: 15%{?dist} +Release: 16%{?dist} License: PostgreSQL Url: http://www.postgresql.org/ @@ -132,6 +132,9 @@ find_lang_bins %name-devel.lst ecpg %changelog +* Wed Jun 25 2025 Veronika Kabatova - 16.1-16 +- Konflux RHEL on GitLab onboarding rebuild (Resolves: RHEL-84822) + * Thu May 15 2025 Pavel Raiskup - 16.1-15 - Rebuild for Konflux (Resolves: RHEL-84822)