diff --git a/.tekton/rhel-10-gd-pull-request.yaml b/.tekton/rhel-10-gd-pull-request.yaml index 7485e78..95d34d6 100644 --- a/.tekton/rhel-10-gd-pull-request.yaml +++ b/.tekton/rhel-10-gd-pull-request.yaml @@ -18,8 +18,6 @@ metadata: namespace: rhel-sst-cs-database-tenant spec: params: - - name: application - value: rhel-10 - name: package-name value: gd - name: git-url @@ -28,6 +26,8 @@ spec: value: "{{ revision }}" - name: target-branch value: "{{ target_branch }}" + - name: ociStorage + value: quay.io/redhat-user-workloads/rhel-sst-cs-database-tenant/rhel-10/gd:on-pr-{{ revision }} pipelineRef: resolver: git params: diff --git a/.tekton/rhel-10-gd-push.yaml b/.tekton/rhel-10-gd-push.yaml index a7a283b..77c3598 100644 --- a/.tekton/rhel-10-gd-push.yaml +++ b/.tekton/rhel-10-gd-push.yaml @@ -17,8 +17,6 @@ metadata: namespace: rhel-sst-cs-database-tenant spec: params: - - name: application - value: rhel-10 - name: package-name value: gd - name: git-url @@ -27,6 +25,8 @@ spec: value: "{{ revision }}" - name: target-branch value: "{{ target_branch }}" + - name: ociStorage + value: quay.io/redhat-user-workloads/rhel-sst-cs-database-tenant/rhel-10/gd:{{ revision }} pipelineRef: resolver: git params: diff --git a/gd.spec b/gd.spec index 0cbbc55..9f4f395 100644 --- a/gd.spec +++ b/gd.spec @@ -18,7 +18,7 @@ Summary: A graphics library for quick creation of PNG or JPEG images Name: gd Version: 2.3.3 -Release: 20%{?prever}%{?short}%{?dist} +Release: 21%{?prever}%{?short}%{?dist} License: GD URL: http://libgd.github.io/ %if 0%{?commit:1} @@ -192,6 +192,9 @@ grep %{version} $RPM_BUILD_ROOT%{_libdir}/pkgconfig/gdlib.pc %changelog +* Thu May 15 2025 Pavel Raiskup - 2.3.3-21 +- Rebuild for Konflux (Resolves: RHEL-84822) + * Thu Mar 27 2025 Michal Srb - 2.3.3-20 - Rebuild for Konflux (Resolves: RHEL-84822)