Use x86_64 as target for x86_64_v2 arch
This commit is contained in:
commit
11619cfcdf
@ -18,8 +18,6 @@ metadata:
|
||||
namespace: rhel-sst-cs-database-tenant
|
||||
spec:
|
||||
params:
|
||||
- name: application
|
||||
value: rhel-10
|
||||
- name: package-name
|
||||
value: star
|
||||
- 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/star:on-pr-{{ revision }}
|
||||
pipelineRef:
|
||||
resolver: git
|
||||
params:
|
||||
|
||||
@ -17,8 +17,6 @@ metadata:
|
||||
namespace: rhel-sst-cs-database-tenant
|
||||
spec:
|
||||
params:
|
||||
- name: application
|
||||
value: rhel-10
|
||||
- name: package-name
|
||||
value: star
|
||||
- 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/star:{{ revision }}
|
||||
pipelineRef:
|
||||
resolver: git
|
||||
params:
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
Summary: An archiving tool with ACL support
|
||||
Name: star
|
||||
Version: 1.6
|
||||
Release: 18%{?dist}.alma.1
|
||||
Release: 19%{?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
|
||||
* Fri Mar 28 2025 Eduard Abdullin <eabdullin@almalinux.org> - 2:1.6-18.alma.1
|
||||
* Thu May 22 2025 Eduard Abdullin <eabdullin@almalinux.org> - 2:1.6-19.alma.1
|
||||
- Use x86_64 as target for x86_64_v2 arch
|
||||
|
||||
* Thu May 15 2025 Pavel Raiskup <praiskup@redhat.com> - 1.6-19
|
||||
- Rebuild for Konflux (Resolves: RHEL-84822)
|
||||
|
||||
* Thu Mar 27 2025 Michal Srb <michal@redhat.com> - 1.6-18
|
||||
- Rebuild for Konflux (Resolves: RHEL-84822)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user