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