diff --git a/.tekton/rhel-10-gd-push.yaml b/.tekton/rhel-10-gd-push.yaml index 946c9b7..a7a283b 100644 --- a/.tekton/rhel-10-gd-push.yaml +++ b/.tekton/rhel-10-gd-push.yaml @@ -7,7 +7,7 @@ metadata: 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 == "{{ target_branch }}" + pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "c10s" creationTimestamp: null labels: appstudio.openshift.io/application: rhel-10 diff --git a/gd.spec b/gd.spec index 3d54dbb..0cbbc55 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: 19%{?prever}%{?short}%{?dist} +Release: 20%{?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 Mar 27 2025 Michal Srb - 2.3.3-20 +- Rebuild for Konflux (Resolves: RHEL-84822) + * Mon Feb 17 2025 Michal Srb - 2.3.3-19 - Rebuild for Konflux