From a0a7c9489fd649291088b4a54ab2ba8cfb10acdc Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 17 May 2022 04:42:13 -0400 Subject: [PATCH] import crun-1.4.4-2.el9_0 --- .crun.metadata | 1 + .gitignore | 1 + SPECS/crun.spec | 166 ++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 168 insertions(+) create mode 100644 .crun.metadata create mode 100644 .gitignore create mode 100644 SPECS/crun.spec diff --git a/.crun.metadata b/.crun.metadata new file mode 100644 index 0000000..e9ecd5b --- /dev/null +++ b/.crun.metadata @@ -0,0 +1 @@ +e97d442ad4e8116561f5bb8b5a0ed0d358897ba0 SOURCES/crun-1.4.4.tar.gz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..edd4de3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/crun-1.4.4.tar.gz diff --git a/SPECS/crun.spec b/SPECS/crun.spec new file mode 100644 index 0000000..3b4359d --- /dev/null +++ b/SPECS/crun.spec @@ -0,0 +1,166 @@ +Summary: OCI runtime written in C +Name: crun +Version: 1.4.4 +Release: 2%{?dist} +Source0: https://github.com/containers/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz +License: GPLv2+ +URL: https://github.com/containers/crun +# https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures +ExclusiveArch: %{go_arches} +# We always run autogen.sh +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: gcc +BuildRequires: python3 +BuildRequires: git +BuildRequires: libcap-devel +BuildRequires: systemd-devel +BuildRequires: yajl-devel +BuildRequires: libseccomp-devel +BuildRequires: libselinux-devel +BuildRequires: criu-devel +BuildRequires: python3-libmount +BuildRequires: libtool +BuildRequires: go-md2man +Provides: oci-runtime + +%description +crun is a runtime for running OCI containers + +%prep +%autosetup -Sgit -n %{name}-%{version} + +%build +export CFLAGS="%{optflags} -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" +./autogen.sh +%configure --disable-silent-rules + +%make_build + +%install +%make_install +rm -rf %{buildroot}%{_prefix}/lib* + +%files +%license COPYING +%{_bindir}/%{name} +%{_mandir}/man1/* + +%changelog +* Fri Apr 01 2022 Jindrich Novy - 1.4.4-2 +- rebuild because of malfunctioning gating +- Related: #2067579 + +* Thu Mar 31 2022 Jindrich Novy - 1.4.4-1 +- update to https://github.com/containers/crun/releases/tag/1.4.4 +- Resolves: #2067579 + +* Wed Jan 26 2022 Jindrich Novy - 1.4.2-1 +- update to https://github.com/containers/crun/releases/tag/1.4.2 +- Related: #2000051 + +* Fri Jan 14 2022 Jindrich Novy - 1.4.1-1 +- update to https://github.com/containers/crun/releases/tag/1.4.1 +- Related: #2000051 + +* Wed Dec 22 2021 Jindrich Novy - 1.4-1 +- update to https://github.com/containers/crun/releases/tag/1.4 +- Related: #2000051 + +* Fri Nov 05 2021 Jindrich Novy - 1.3-1 +- update to https://github.com/containers/crun/releases/tag/1.3 +- Related: #2000051 + +* Mon Oct 11 2021 Jindrich Novy - 1.2-1 +- update to https://github.com/containers/crun/releases/tag/1.2 +- Related: #2000051 + +* Fri Oct 01 2021 Jindrich Novy - 1.1-3 +- perform only sanity/installability tests for now +- Related: #2000051 + +* Wed Sep 29 2021 Jindrich Novy - 1.1-2 +- add gating.yaml +- Related: #2000051 + +* Wed Sep 29 2021 Jindrich Novy - 1.1-1 +- update to https://github.com/containers/crun/releases/tag/1.1 +- Related: #2000051 + +* Fri Sep 03 2021 Jindrich Novy - 1.0-1 +- update to https://github.com/containers/crun/releases/tag/1.0 +- Related: #2000051 + +* Mon Aug 09 2021 Mohan Boddu - 0.21-4 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + +* Fri Aug 06 2021 Jindrich Novy - 0.21-3 +- do not use versioned provide +- Resolves: #1974951 + +* Fri Jul 30 2021 Jindrich Novy - 0.21-2 +- re-add versioned provide +- Related: #1970747 + +* Tue Jul 27 2021 Jindrich Novy - 0.21-1 +- update to https://github.com/containers/crun/releases/tag/0.21 +- Related: #1970747 + +* Tue Jun 22 2021 Lokesh Mandvekar - 0.20.1-4 +- Resolves: #1974951 - Versionless oci-runtime + +* Tue Jun 15 2021 Jindrich Novy - 0.20.1-3 +- add BR: criu-devel +- Resolves: #1944964 + +* Mon Jun 14 2021 Jindrich Novy - 0.20.1-2 +- update to https://github.com/containers/crun/releases/tag/0.20.1 +- Related: #1970747 + +* Thu Apr 15 2021 Mohan Boddu - 0.19-2 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + +* Tue Apr 06 2021 Jindrich Novy - 0.19-1 +- update to https://github.com/containers/crun/releases/tag/0.19 + +* Fri Feb 19 2021 Jindrich Novy - 0.18-2 +- allow to build without glibc-static (thanks to Giuseppe Scrivano) + +* Fri Feb 19 2021 Jindrich Novy - 0.18-1 +- update to https://github.com/containers/crun/releases/tag/0.18 + +* Tue Jan 26 2021 Jindrich Novy - 0.17-1 +- update to https://github.com/containers/crun/releases/tag/0.17 + +* Thu Dec 03 2020 Jindrich Novy - 0.16-2 +- exclude i686 because of build failures +- Related: #1883490 + +* Wed Nov 25 2020 Jindrich Novy - 0.16-1 +- update to https://github.com/containers/crun/releases/tag/0.16 + +* Wed Nov 04 2020 Jindrich Novy - 0.15.1-1 +- update to https://github.com/containers/crun/releases/tag/0.15.1 + +* Thu Oct 29 2020 Jindrich Novy - 0.15-2 +- backport "exec: check read bytes from sync" (gscrivan@redhat.com) + (https://github.com/containers/crun/issues/511) + +* Wed Sep 23 2020 Jindrich Novy - 0.15-1 +- update to https://github.com/containers/crun/releases/tag/0.15 + +* Tue Aug 11 2020 Jindrich Novy - 0.14.1-2 +- use proper CFLAGS +- Related: #1821193 + +* Wed Jul 08 2020 Jindrich Novy - 0.14.1-1 +- update to https://github.com/containers/crun/releases/tag/v0.14.1 +- Related: #1821193 + +* Thu Jul 02 2020 Jindrich Novy - 0.14-1 +- update to https://github.com/containers/crun/releases/tag/v0.14 +- Related: #1821193 + +* Tue Jun 16 2020 Giuseppe Scrivano - 0.13-1 +- initial import