Use x86_64 as target for x86_64_v2 arch
This commit is contained in:
commit
b8e2021f09
@ -11,7 +11,7 @@ metadata:
|
|||||||
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request"
|
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request"
|
||||||
creationTimestamp: null
|
creationTimestamp: null
|
||||||
labels:
|
labels:
|
||||||
appstudio.openshift.io/application: rhel-10-workload-apps-unsorted
|
appstudio.openshift.io/application: rhel-10
|
||||||
appstudio.openshift.io/component: rhel-10-star
|
appstudio.openshift.io/component: rhel-10-star
|
||||||
pipelines.appstudio.openshift.io/type: build
|
pipelines.appstudio.openshift.io/type: build
|
||||||
name: rhel-10-star-on-pull-request
|
name: rhel-10-star-on-pull-request
|
||||||
@ -19,7 +19,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
params:
|
params:
|
||||||
- name: application
|
- name: application
|
||||||
value: rhel-10-workload-apps-unsorted
|
value: rhel-10
|
||||||
- name: package-name
|
- name: package-name
|
||||||
value: star
|
value: star
|
||||||
- name: git-url
|
- name: git-url
|
||||||
|
@ -7,10 +7,10 @@ metadata:
|
|||||||
build.appstudio.redhat.com/commit_sha: '{{ revision }}'
|
build.appstudio.redhat.com/commit_sha: '{{ revision }}'
|
||||||
build.appstudio.redhat.com/target_branch: '{{ target_branch }}'
|
build.appstudio.redhat.com/target_branch: '{{ target_branch }}'
|
||||||
pipelinesascode.tekton.dev/max-keep-runs: "3"
|
pipelinesascode.tekton.dev/max-keep-runs: "3"
|
||||||
pipelinesascode.tekton.dev/on-cel-expression: event == "push"
|
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "c10s"
|
||||||
creationTimestamp: null
|
creationTimestamp: null
|
||||||
labels:
|
labels:
|
||||||
appstudio.openshift.io/application: rhel-10-workload-apps-unsorted
|
appstudio.openshift.io/application: rhel-10
|
||||||
appstudio.openshift.io/component: rhel-10-star
|
appstudio.openshift.io/component: rhel-10-star
|
||||||
pipelines.appstudio.openshift.io/type: build
|
pipelines.appstudio.openshift.io/type: build
|
||||||
name: rhel-10-star-on-push
|
name: rhel-10-star-on-push
|
||||||
@ -18,7 +18,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
params:
|
params:
|
||||||
- name: application
|
- name: application
|
||||||
value: rhel-10-workload-apps-unsorted
|
value: rhel-10
|
||||||
- name: package-name
|
- name: package-name
|
||||||
value: star
|
value: star
|
||||||
- name: git-url
|
- name: git-url
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
Summary: An archiving tool with ACL support
|
Summary: An archiving tool with ACL support
|
||||||
Name: star
|
Name: star
|
||||||
Version: 1.6
|
Version: 1.6
|
||||||
Release: 17%{?dist}.alma.1
|
Release: 18%{?dist}.alma.1
|
||||||
License: CDDL-1.0 AND GPL-2.0-only
|
License: CDDL-1.0 AND GPL-2.0-only
|
||||||
URL: http://freecode.com/projects/star
|
URL: http://freecode.com/projects/star
|
||||||
Source: https://downloads.sourceforge.net/s-tar/%{name}-%{version}.tar.bz2
|
Source: https://downloads.sourceforge.net/s-tar/%{name}-%{version}.tar.bz2
|
||||||
@ -216,9 +216,12 @@ fi
|
|||||||
%{_sysconfdir}/rmt
|
%{_sysconfdir}/rmt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Feb 18 2025 Eduard Abdullin <eabdullin@almalinux.org> - 2:1.6-17.alma.1
|
* Fri Mar 28 2025 Eduard Abdullin <eabdullin@almalinux.org> - 2:1.6-18.alma.1
|
||||||
- Use x86_64 as target for x86_64_v2 arch
|
- Use x86_64 as target for x86_64_v2 arch
|
||||||
|
|
||||||
|
* Thu Mar 27 2025 Michal Srb <michal@redhat.com> - 1.6-18
|
||||||
|
- Rebuild for Konflux (Resolves: RHEL-84822)
|
||||||
|
|
||||||
* Mon Feb 17 2025 Michal Srb <michal@redhat.com> - 1.6-17
|
* Mon Feb 17 2025 Michal Srb <michal@redhat.com> - 1.6-17
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user