import runc-1.1.4-1.el9

This commit is contained in:
CentOS Sources 2022-09-27 09:15:04 -04:00 committed by Stepan Oksanichenko
parent 85414f36c6
commit e1ff841516
3 changed files with 37 additions and 11 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/v1.1.0.tar.gz
SOURCES/v1.1.4.tar.gz

View File

@ -1 +1 @@
d4fa85406357bf801550e491d51fedbe482fd2e2 SOURCES/v1.1.0.tar.gz
fb65327930c41c8ec016badd6738bef83b556aed SOURCES/v1.1.4.tar.gz

View File

@ -1,8 +1,5 @@
%global with_check 0
%global _find_debuginfo_dwz_opts %{nil}
%global _dwz_low_mem_die_limit 0
%if 0%{?rhel} > 7 && ! 0%{?fedora}
%define gobuild(o:) \
go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl ${BUILDTAGS:-}" -ldflags "${LDFLAGS:-} -linkmode=external -compressdwarf=false -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '%__global_ldflags'" -a -v %{?**};
@ -20,10 +17,10 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
%global import_path %{provider}.%{provider_tld}/%{project}/%{repo}
%global git0 https://%{import_path}
Epoch: 3
Epoch: 4
Name: %{repo}
Version: 1.1.0
Release: 2%{?dist}
Version: 1.1.4
Release: 1%{?dist}
Summary: CLI for running Open Containers
# https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures
#ExclusiveArch: %%{go_arches}
@ -34,10 +31,11 @@ License: ASL 2.0
URL: %{git0}
Source0: %{git0}/archive/v%{version}.tar.gz
Provides: oci-runtime
BuildRequires: golang >= 1.12.12-4
BuildRequires: golang >= 1.17.7
BuildRequires: git
BuildRequires: go-md2man
BuildRequires: libseccomp-devel
BuildRequires: /usr/bin/go-md2man
BuildRequires: libseccomp-devel >= 2.5
Requires: libseccomp >= 2.5
Requires: criu
%description
@ -84,6 +82,34 @@ make install install-man install-bash DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix}
%{_datadir}/bash-completion/completions/%{name}
%changelog
* Fri Aug 26 2022 Jindrich Novy <jnovy@redhat.com> - 4:1.1.4-1
- update to https://github.com/opencontainers/runc/releases/tag/v1.1.4
- Related: #2061316
* Wed Jul 27 2022 Jindrich Novy <jnovy@redhat.com> - 4:1.1.3-2
- add patch in attempt to fix gating tests - thanks to Kir Kolyshkin
- Related: #2061316
* Thu Jun 09 2022 Jindrich Novy <jnovy@redhat.com> - 4:1.1.3-1
- update to https://github.com/opencontainers/runc/releases/tag/v1.1.3
- Related: #2061316
* Thu Jun 02 2022 Jindrich Novy <jnovy@redhat.com> - 4:1.1.2-1
- update to https://github.com/opencontainers/runc/releases/tag/v1.1.2
- Related: #2061316
* Fri May 13 2022 Jindrich Novy <jnovy@redhat.com> - 4:1.0.3-5
- Re-enable debuginfo
- Related: #2061316
* Wed May 11 2022 Jindrich Novy <jnovy@redhat.com> - 4:1.0.3-4
- BuildRequires: /usr/bin/go-md2man
- Related: #2061316
* Wed Feb 16 2022 Jindrich Novy <jnovy@redhat.com> - 4:1.0.3-3
- rollback runc due to failing gating tests
- Related: #2000051
* Wed Jan 26 2022 Jindrich Novy <jnovy@redhat.com> - 3:1.1.0-2
- Epoch: 3 as the oldest runc build in RHEL9 has Epoch: 2
- Related: #2000051