diff --git a/.tekton/rhel-10-star-pull-request.yaml b/.tekton/rhel-10-star-pull-request.yaml deleted file mode 100644 index ee03939..0000000 --- a/.tekton/rhel-10-star-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-star - pipelines.appstudio.openshift.io/type: build - name: rhel-10-star-on-pull-request - namespace: rhel-sst-cs-database-tenant -spec: - params: - - name: package-name - value: star - - 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/star: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-star-push.yaml b/.tekton/rhel-10-star-push.yaml deleted file mode 100644 index 6807137..0000000 --- a/.tekton/rhel-10-star-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-star - pipelines.appstudio.openshift.io/type: build - name: rhel-10-star-on-push - namespace: rhel-sst-cs-database-tenant -spec: - params: - - name: package-name - value: star - - 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/star:{{ 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/star.spec b/star.spec index e7639ff..debefe8 100644 --- a/star.spec +++ b/star.spec @@ -3,7 +3,7 @@ Summary: An archiving tool with ACL support Name: star Version: 1.6 -Release: 19%{?dist} +Release: 20%{?dist} License: CDDL-1.0 AND GPL-2.0-only URL: http://freecode.com/projects/star Source: https://downloads.sourceforge.net/s-tar/%{name}-%{version}.tar.bz2 @@ -202,6 +202,9 @@ fi %{_sysconfdir}/rmt %changelog +* Wed Jun 25 2025 Veronika Kabatova - 1.6-20 +- Konflux RHEL on GitLab onboarding rebuild (Resolves: RHEL-84822) + * Thu May 15 2025 Pavel Raiskup - 1.6-19 - Rebuild for Konflux (Resolves: RHEL-84822)