|
|
754649 |
Summary: OCI runtime written in C
|
|
|
754649 |
Name: crun
|
|
|
754649 |
Version: 1.4.4
|
|
|
754649 |
Release: 1%{?dist}
|
|
|
754649 |
Source0: https://github.com/containers/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
|
|
|
754649 |
License: GPLv2+
|
|
|
754649 |
URL: https://github.com/containers/crun
|
|
|
754649 |
# https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures
|
|
|
754649 |
ExclusiveArch: %{go_arches}
|
|
|
754649 |
# We always run autogen.sh
|
|
|
754649 |
BuildRequires: autoconf
|
|
|
754649 |
BuildRequires: automake
|
|
|
754649 |
BuildRequires: gcc
|
|
|
754649 |
BuildRequires: python3
|
|
|
754649 |
BuildRequires: git
|
|
|
754649 |
BuildRequires: libcap-devel
|
|
|
754649 |
BuildRequires: systemd-devel
|
|
|
754649 |
BuildRequires: yajl-devel
|
|
|
754649 |
BuildRequires: libseccomp-devel
|
|
|
754649 |
BuildRequires: libselinux-devel
|
|
|
754649 |
BuildRequires: python3-libmount
|
|
|
754649 |
BuildRequires: libtool
|
|
|
754649 |
BuildRequires: go-md2man
|
|
|
754649 |
Provides: oci-runtime
|
|
|
754649 |
|
|
|
754649 |
%description
|
|
|
754649 |
crun is a runtime for running OCI containers
|
|
|
754649 |
|
|
|
754649 |
%prep
|
|
|
754649 |
%autosetup -Sgit -n %{name}-%{version}
|
|
|
754649 |
|
|
|
754649 |
%build
|
|
|
754649 |
export CFLAGS="%{optflags} -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
|
|
|
754649 |
./autogen.sh
|
|
|
754649 |
%configure --disable-silent-rules
|
|
|
754649 |
|
|
|
754649 |
%make_build
|
|
|
754649 |
|
|
|
754649 |
%install
|
|
|
754649 |
%make_install
|
|
|
754649 |
rm -rf %{buildroot}%{_prefix}/lib*
|
|
|
754649 |
|
|
|
754649 |
%files
|
|
|
754649 |
%license COPYING
|
|
|
754649 |
%{_bindir}/%{name}
|
|
|
754649 |
%{_mandir}/man1/*
|
|
|
754649 |
|
|
|
754649 |
%changelog
|
|
|
754649 |
* Thu Mar 31 2022 Jindrich Novy <jnovy@redhat.com> - 1.4.4-1
|
|
|
754649 |
- update to https://github.com/containers/crun/releases/tag/1.4.4
|
|
|
754649 |
- Resolves: #2067577
|
|
|
754649 |
- Related: #2001445
|
|
|
754649 |
|
|
|
754649 |
* Wed Jan 26 2022 Jindrich Novy <jnovy@redhat.com> - 1.4.2-1
|
|
|
754649 |
- update to https://github.com/containers/crun/releases/tag/1.4.2
|
|
|
754649 |
- Related: #2001445
|
|
|
754649 |
|
|
|
754649 |
* Fri Jan 14 2022 Jindrich Novy <jnovy@redhat.com> - 1.4.1-1
|
|
|
754649 |
- update to https://github.com/containers/crun/releases/tag/1.4.1
|
|
|
754649 |
- Related: #2001445
|
|
|
754649 |
|
|
|
754649 |
* Wed Dec 22 2021 Jindrich Novy <jnovy@redhat.com> - 1.4-1
|
|
|
754649 |
- update to https://github.com/containers/crun/releases/tag/1.4
|
|
|
754649 |
- Related: #2001445
|
|
|
754649 |
|
|
|
754649 |
* Mon Nov 15 2021 Jindrich Novy <jnovy@redhat.com> - 1.3-1
|
|
|
754649 |
- update to https://github.com/containers/crun/releases/tag/1.3
|
|
|
754649 |
- Related: #2001445
|
|
|
754649 |
|
|
|
754649 |
* Mon Oct 11 2021 Jindrich Novy <jnovy@redhat.com> - 1.2-1
|
|
|
754649 |
- update to https://github.com/containers/crun/releases/tag/1.2
|
|
|
754649 |
- Related: #2001445
|
|
|
754649 |
|
|
|
754649 |
* Mon Sep 27 2021 Jindrich Novy <jnovy@redhat.com> - 1.1-1
|
|
|
754649 |
- update to https://github.com/containers/crun/releases/tag/1.1
|
|
|
754649 |
- Related: #2001445
|
|
|
754649 |
|
|
|
754649 |
* Thu Aug 26 2021 Jindrich Novy <jnovy@redhat.com> - 1.0-1
|
|
|
754649 |
- update to https://github.com/containers/crun/releases/tag/1.0
|
|
|
754649 |
- Related: #1934415
|
|
|
754649 |
|
|
|
754649 |
* Fri Aug 06 2021 Jindrich Novy <jnovy@redhat.com> - 0.21-3
|
|
|
754649 |
- remove BR: criu-devel and leave it just for RHEL9
|
|
|
754649 |
- Related: #1934415
|
|
|
754649 |
|
|
|
754649 |
* Fri Aug 06 2021 Jindrich Novy <jnovy@redhat.com> - 0.21-2
|
|
|
754649 |
- do not use versioned provide
|
|
|
754649 |
- BR: criu-devel
|
|
|
754649 |
- Related: #1934415
|
|
|
754649 |
|
|
|
754649 |
* Tue Jul 27 2021 Jindrich Novy <jnovy@redhat.com> - 0.21-1
|
|
|
754649 |
- update to https://github.com/containers/crun/releases/tag/0.21
|
|
|
754649 |
- Related: #1934415
|
|
|
754649 |
|
|
|
754649 |
* Thu Jun 10 2021 Jindrich Novy <jnovy@redhat.com> - 0.20.1-1
|
|
|
754649 |
- update to https://github.com/containers/crun/releases/tag/0.20.1
|
|
|
754649 |
- Related: #1934415
|
|
|
754649 |
|
|
|
754649 |
* Wed Jun 02 2021 Jindrich Novy <jnovy@redhat.com> - 0.20-1
|
|
|
754649 |
- update to https://github.com/containers/crun/releases/tag/0.20
|
|
|
754649 |
- Related: #1934415
|
|
|
754649 |
|
|
|
754649 |
* Mon Apr 26 2021 Jindrich Novy <jnovy@redhat.com> - 0.19.1-1
|
|
|
754649 |
- update to https://github.com/containers/crun/releases/tag/0.19.1
|
|
|
754649 |
- Related: #1934415
|
|
|
754649 |
|
|
|
754649 |
* Wed Apr 07 2021 Jindrich Novy <jnovy@redhat.com> - 0.19-2
|
|
|
754649 |
- remove unused patch reference from spec
|
|
|
754649 |
- Related: #1934415
|
|
|
754649 |
|
|
|
754649 |
* Tue Apr 06 2021 Jindrich Novy <jnovy@redhat.com> - 0.19-1
|
|
|
754649 |
- update to https://github.com/containers/crun/releases/tag/0.19
|
|
|
754649 |
- Related: #1934415
|
|
|
754649 |
|
|
|
754649 |
* Fri Feb 19 2021 Jindrich Novy <jnovy@redhat.com> - 0.18-1
|
|
|
754649 |
- allow to build without glibc-static (thanks to Giuseppe Scrivano)
|
|
|
754649 |
- Related: #1883490
|
|
|
754649 |
|
|
|
754649 |
* Fri Feb 19 2021 Jindrich Novy <jnovy@redhat.com> - 0.17-2
|
|
|
754649 |
- reverting back to 0.17 as there's no glibc-static in RHEL
|
|
|
754649 |
- Related: #1883490
|
|
|
754649 |
|
|
|
754649 |
* Fri Feb 19 2021 Jindrich Novy <jnovy@redhat.com> - 0.18-1
|
|
|
754649 |
- update to https://github.com/containers/crun/releases/tag/0.18
|
|
|
754649 |
- Related: #1883490
|
|
|
754649 |
|
|
|
754649 |
* Fri Jan 22 2021 Jindrich Novy <jnovy@redhat.com> - 0.17-1
|
|
|
754649 |
- update to https://github.com/containers/crun/releases/tag/0.17
|
|
|
754649 |
- Related: #1883490
|
|
|
754649 |
|
|
|
754649 |
* Thu Dec 03 2020 Jindrich Novy <jnovy@redhat.com> - 0.16-2
|
|
|
754649 |
- exclude i686 because of build failures
|
|
|
754649 |
- Related: #1883490
|
|
|
754649 |
|
|
|
754649 |
* Wed Nov 25 2020 Jindrich Novy <jnovy@redhat.com> - 0.16-1
|
|
|
754649 |
- update to https://github.com/containers/crun/releases/tag/0.16
|
|
|
754649 |
- Related: #1883490
|
|
|
754649 |
|
|
|
754649 |
* Wed Nov 04 2020 Jindrich Novy <jnovy@redhat.com> - 0.15.1-1
|
|
|
754649 |
- update to https://github.com/containers/crun/releases/tag/0.15.1
|
|
|
754649 |
- Related: #1883490
|
|
|
754649 |
|
|
|
754649 |
* Thu Oct 29 2020 Jindrich Novy <jnovy@redhat.com> - 0.15-2
|
|
|
754649 |
- synchronize with stream-container-tools-rhel8
|
|
|
754649 |
- Related: #1883490
|
|
|
754649 |
|
|
|
754649 |
* Wed Oct 21 2020 Jindrich Novy <jnovy@redhat.com> - 0.15-1
|
|
|
754649 |
- synchronize with stream-container-tools-rhel8
|
|
|
754649 |
- Related: #1883490
|
|
|
754649 |
|
|
|
754649 |
* Tue Aug 11 2020 Jindrich Novy <jnovy@redhat.com> - 0.14.1-2
|
|
|
754649 |
- use proper CFLAGS
|
|
|
754649 |
- Related: #1821193
|
|
|
754649 |
|
|
|
754649 |
* Wed Jul 08 2020 Jindrich Novy <jnovy@redhat.com> - 0.14.1-1
|
|
|
754649 |
- update to https://github.com/containers/crun/releases/tag/v0.14.1
|
|
|
754649 |
- Related: #1821193
|
|
|
754649 |
|
|
|
754649 |
* Thu Jul 02 2020 Jindrich Novy <jnovy@redhat.com> - 0.14-1
|
|
|
754649 |
- update to https://github.com/containers/crun/releases/tag/v0.14
|
|
|
754649 |
- Related: #1821193
|
|
|
754649 |
|
|
|
754649 |
* Tue Jun 16 2020 Giuseppe Scrivano <gscrivan@redhat.com> - 0.13-1
|
|
|
754649 |
- initial import
|