diff --git a/.tekton/rhel-10-gdbm-pull-request.yaml b/.tekton/rhel-10-gdbm-pull-request.yaml deleted file mode 100644 index af9979a..0000000 --- a/.tekton/rhel-10-gdbm-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-gdbm - pipelines.appstudio.openshift.io/type: build - name: rhel-10-gdbm-on-pull-request - namespace: rhel-sst-cs-database-tenant -spec: - params: - - name: package-name - value: gdbm - - 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/gdbm: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-gdbm-push.yaml b/.tekton/rhel-10-gdbm-push.yaml deleted file mode 100644 index f7ba27a..0000000 --- a/.tekton/rhel-10-gdbm-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-gdbm - pipelines.appstudio.openshift.io/type: build - name: rhel-10-gdbm-on-push - namespace: rhel-sst-cs-database-tenant -spec: - params: - - name: package-name - value: gdbm - - 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/gdbm:{{ 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/gdbm.spec b/gdbm.spec index 2007d8a..88ef08d 100644 --- a/gdbm.spec +++ b/gdbm.spec @@ -3,7 +3,7 @@ Summary: A GNU set of database routines which use extensible hashing Name: gdbm Version: 1.23 -Release: 13%{?dist} +Release: 14%{?dist} Epoch: 1 License: GPL-3.0-or-later URL: http://www.gnu.org/software/gdbm/ @@ -116,6 +116,9 @@ make check %{_mandir}/man3/* %changelog +* Wed Jun 25 2025 Veronika Kabatova - 1:1.23-14 +- Konflux RHEL on GitLab onboarding rebuild (Resolves: RHEL-84822) + * Thu May 15 2025 Pavel Raiskup - 1:1.23-13 - Rebuild for Konflux (Resolves: RHEL-84822)