diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/.tekton/rhel-10-star-pull-request.yaml b/.tekton/rhel-10-star-pull-request.yaml new file mode 100644 index 0000000..3c024ed --- /dev/null +++ b/.tekton/rhel-10-star-pull-request.yaml @@ -0,0 +1,43 @@ +--- +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-workload-apps-unsorted + 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: application + value: rhel-10-workload-apps-unsorted + - name: package-name + value: star + - name: git-url + value: "{{ source_url }}" + - name: revision + value: "{{ revision }}" + - name: target-branch + value: "{{ target_branch }}" + 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 new file mode 100644 index 0000000..23a068b --- /dev/null +++ b/.tekton/rhel-10-star-push.yaml @@ -0,0 +1,42 @@ +--- +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" + creationTimestamp: null + labels: + appstudio.openshift.io/application: rhel-10-workload-apps-unsorted + 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: application + value: rhel-10-workload-apps-unsorted + - name: package-name + value: star + - name: git-url + value: "{{ source_url }}" + - name: revision + value: "{{ revision }}" + - name: target-branch + value: "{{ target_branch }}" + 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/gating.yaml b/gating.yaml new file mode 100644 index 0000000..b413593 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,7 @@ +--- !Policy +product_versions: + - rhel-10 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/all.functional} + diff --git a/plan/all.fmf b/plan/all.fmf new file mode 100644 index 0000000..ee6f634 --- /dev/null +++ b/plan/all.fmf @@ -0,0 +1,7 @@ +summary: test plan with all tests +discover: + how: fmf + url: https://pkgs.devel.redhat.com/git/tests/star +execute: + how: tmt + diff --git a/star.spec b/star.spec index 5edb085..beb5aa0 100644 --- a/star.spec +++ b/star.spec @@ -3,7 +3,7 @@ Summary: An archiving tool with ACL support Name: star Version: 1.6 -Release: 16%{?dist}.alma.1 +Release: 17%{?dist}.alma.1 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 @@ -216,9 +216,12 @@ fi %{_sysconfdir}/rmt %changelog -* Tue Dec 10 2024 Eduard Abdullin - 1.6-16.alma.1 +* Tue Feb 18 2025 Eduard Abdullin - 2:1.6-17.alma.1 - Use x86_64 as target for x86_64_v2 arch +* Mon Feb 17 2025 Michal Srb - 1.6-17 +- rebuilt + * Tue Oct 29 2024 Troy Dawson - 1.6-16 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018