1b69f5
Summary: OCI runtime written in C
1b69f5
Name: crun
294c20
Version: 1.8.1
1b69f5
Release: 1%{?dist}
1b69f5
Source0: https://github.com/containers/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
1b69f5
License: GPLv2+
1b69f5
URL: https://github.com/containers/crun
1b69f5
# https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures
1b69f5
ExclusiveArch: %{go_arches}
1b69f5
# We always run autogen.sh
1b69f5
BuildRequires: autoconf
1b69f5
BuildRequires: automake
1b69f5
BuildRequires: gcc
1b69f5
BuildRequires: python3
1b69f5
BuildRequires: git
1b69f5
BuildRequires: libcap-devel
1b69f5
BuildRequires: systemd-devel
1b69f5
BuildRequires: yajl-devel
1b69f5
BuildRequires: libseccomp-devel
1b69f5
BuildRequires: libselinux-devel
1b69f5
BuildRequires: criu-devel
1b69f5
BuildRequires: python3-libmount
1b69f5
BuildRequires: libtool
e4ad21
BuildRequires: /usr/bin/go-md2man
294c20
BuildRequires: libgcrypt-devel
1b69f5
Provides: oci-runtime
294c20
Recommends: criu >= 3.17.1
294c20
Recommends: criu-libs
1b69f5
1b69f5
%description
1b69f5
crun is a runtime for running OCI containers
1b69f5
1b69f5
%prep
1b69f5
%autosetup -Sgit -n %{name}-%{version}
1b69f5
1b69f5
%build
1b69f5
export CFLAGS="%{optflags} -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
1b69f5
./autogen.sh
1b69f5
%configure --disable-silent-rules
1b69f5
1b69f5
%make_build
1b69f5
1b69f5
%install
1b69f5
%make_install
1b69f5
rm -rf %{buildroot}%{_prefix}/lib*
1b69f5
1b69f5
%files
1b69f5
%license COPYING
1b69f5
%{_bindir}/%{name}
1b69f5
%{_mandir}/man1/*
1b69f5
1b69f5
%changelog
294c20
* Tue Feb 28 2023 Jindrich Novy <jnovy@redhat.com> - 1.8.1-1
294c20
- update to https://github.com/containers/crun/releases/tag/1.8.1
294c20
- Related: #2124478
294c20
294c20
* Wed Feb 01 2023 Jindrich Novy <jnovy@redhat.com> - 1.8-1
294c20
- update to https://github.com/containers/crun/releases/tag/1.8
294c20
- Related: #2124478
294c20
294c20
* Thu Jan 05 2023 Jindrich Novy <jnovy@redhat.com> - 1.7.2-2
294c20
- require libgcrypt-devel and add criu weak dep
294c20
- Resolves: #2158083
294c20
294c20
* Wed Nov 30 2022 Jindrich Novy <jnovy@redhat.com> - 1.7.2-1
294c20
- update to https://github.com/containers/crun/releases/tag/1.7.2
294c20
- Related: #2124478
294c20
294c20
* Mon Nov 28 2022 Jindrich Novy <jnovy@redhat.com> - 1.7.1-1
294c20
- update to https://github.com/containers/crun/releases/tag/1.7.1
294c20
- Related: #2124478
294c20
294c20
* Tue Nov 08 2022 Jindrich Novy <jnovy@redhat.com> - 1.7-1
294c20
- update to https://github.com/containers/crun/releases/tag/1.7
294c20
- Related: #2124478
294c20
294c20
* Tue Oct 18 2022 Jindrich Novy <jnovy@redhat.com> - 1.6-1
294c20
- update to https://github.com/containers/crun/releases/tag/1.6
294c20
- Related: #2124478
294c20
e4ad21
* Tue Aug 02 2022 Jindrich Novy <jnovy@redhat.com> - 1.5-1
e4ad21
- update to https://github.com/containers/crun/releases/tag/1.5
e4ad21
- Related: #2061316
e4ad21
e4ad21
* Wed May 11 2022 Jindrich Novy <jnovy@redhat.com> - 1.4.5-2
e4ad21
- BuildRequires: /usr/bin/go-md2man
e4ad21
- Related: #2061316
e4ad21
e4ad21
* Wed Apr 27 2022 Jindrich Novy <jnovy@redhat.com> - 1.4.5-1
e4ad21
- update to https://github.com/containers/crun/releases/tag/1.4.5
e4ad21
- Related: #2061316
e4ad21
e4ad21
* Thu Mar 24 2022 Jindrich Novy <jnovy@redhat.com> - 1.4.4-1
e4ad21
- update to https://github.com/containers/crun/releases/tag/1.4.4
e4ad21
- Related: #2061316
e4ad21
e4ad21
* Tue Mar 08 2022 Jindrich Novy <jnovy@redhat.com> - 1.4.3-1
e4ad21
- update to https://github.com/containers/crun/releases/tag/1.4.3
e4ad21
- Related: #2061316
e4ad21
869741
* Wed Jan 26 2022 Jindrich Novy <jnovy@redhat.com> - 1.4.2-1
869741
- update to https://github.com/containers/crun/releases/tag/1.4.2
869741
- Related: #2000051
869741
67ebd9
* Fri Jan 14 2022 Jindrich Novy <jnovy@redhat.com> - 1.4.1-1
67ebd9
- update to https://github.com/containers/crun/releases/tag/1.4.1
67ebd9
- Related: #2000051
67ebd9
b06b2c
* Wed Dec 22 2021 Jindrich Novy <jnovy@redhat.com> - 1.4-1
b06b2c
- update to https://github.com/containers/crun/releases/tag/1.4
b06b2c
- Related: #2000051
b06b2c
1b69f5
* Fri Nov 05 2021 Jindrich Novy <jnovy@redhat.com> - 1.3-1
1b69f5
- update to https://github.com/containers/crun/releases/tag/1.3
1b69f5
- Related: #2000051
1b69f5
1b69f5
* Mon Oct 11 2021 Jindrich Novy <jnovy@redhat.com> - 1.2-1
1b69f5
- update to https://github.com/containers/crun/releases/tag/1.2
1b69f5
- Related: #2000051
1b69f5
1b69f5
* Fri Oct 01 2021 Jindrich Novy <jnovy@redhat.com> - 1.1-3
1b69f5
- perform only sanity/installability tests for now
1b69f5
- Related: #2000051
1b69f5
1b69f5
* Wed Sep 29 2021 Jindrich Novy <jnovy@redhat.com> - 1.1-2
1b69f5
- add gating.yaml
1b69f5
- Related: #2000051
1b69f5
1b69f5
* Wed Sep 29 2021 Jindrich Novy <jnovy@redhat.com> - 1.1-1
1b69f5
- update to https://github.com/containers/crun/releases/tag/1.1
1b69f5
- Related: #2000051
1b69f5
1b69f5
* Fri Sep 03 2021 Jindrich Novy <jnovy@redhat.com> - 1.0-1
1b69f5
- update to https://github.com/containers/crun/releases/tag/1.0
1b69f5
- Related: #2000051
1b69f5
1b69f5
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.21-4
1b69f5
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
1b69f5
  Related: rhbz#1991688
1b69f5
1b69f5
* Fri Aug 06 2021 Jindrich Novy <jnovy@redhat.com> - 0.21-3
1b69f5
- do not use versioned provide
1b69f5
- Resolves: #1974951
1b69f5
1b69f5
* Fri Jul 30 2021 Jindrich Novy <jnovy@redhat.com> - 0.21-2
1b69f5
- re-add versioned provide
1b69f5
- Related: #1970747
1b69f5
1b69f5
* Tue Jul 27 2021 Jindrich Novy <jnovy@redhat.com> - 0.21-1
1b69f5
- update to https://github.com/containers/crun/releases/tag/0.21
1b69f5
- Related: #1970747
1b69f5
1b69f5
* Tue Jun 22 2021 Lokesh Mandvekar <lsm5@redhat.com> - 0.20.1-4
1b69f5
- Resolves: #1974951 - Versionless oci-runtime
1b69f5
1b69f5
* Tue Jun 15 2021 Jindrich Novy <jnovy@redhat.com> - 0.20.1-3
1b69f5
- add BR: criu-devel
1b69f5
- Resolves: #1944964
1b69f5
1b69f5
* Mon Jun 14 2021 Jindrich Novy <jnovy@redhat.com> - 0.20.1-2
1b69f5
- update to https://github.com/containers/crun/releases/tag/0.20.1
1b69f5
- Related: #1970747
1b69f5
1b69f5
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 0.19-2
1b69f5
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
1b69f5
1b69f5
* Tue Apr 06 2021 Jindrich Novy <jnovy@redhat.com> - 0.19-1
1b69f5
- update to https://github.com/containers/crun/releases/tag/0.19
1b69f5
1b69f5
* Fri Feb 19 2021 Jindrich Novy <jnovy@redhat.com> - 0.18-2
1b69f5
- allow to build without glibc-static (thanks to Giuseppe Scrivano)
1b69f5
1b69f5
* Fri Feb 19 2021 Jindrich Novy <jnovy@redhat.com> - 0.18-1
1b69f5
- update to https://github.com/containers/crun/releases/tag/0.18
1b69f5
1b69f5
* Tue Jan 26 2021 Jindrich Novy <jnovy@redhat.com> - 0.17-1
1b69f5
- update to https://github.com/containers/crun/releases/tag/0.17
1b69f5
1b69f5
* Thu Dec 03 2020 Jindrich Novy <jnovy@redhat.com> - 0.16-2
1b69f5
- exclude i686 because of build failures
1b69f5
- Related: #1883490
1b69f5
1b69f5
* Wed Nov 25 2020 Jindrich Novy <jnovy@redhat.com> - 0.16-1
1b69f5
- update to https://github.com/containers/crun/releases/tag/0.16
1b69f5
1b69f5
* Wed Nov 04 2020 Jindrich Novy <jnovy@redhat.com> - 0.15.1-1
1b69f5
- update to https://github.com/containers/crun/releases/tag/0.15.1
1b69f5
1b69f5
* Thu Oct 29 2020 Jindrich Novy <jnovy@redhat.com> - 0.15-2
1b69f5
- backport "exec: check read bytes from sync" (gscrivan@redhat.com)
1b69f5
  (https://github.com/containers/crun/issues/511)
1b69f5
1b69f5
* Wed Sep 23 2020 Jindrich Novy <jnovy@redhat.com> - 0.15-1
1b69f5
- update to https://github.com/containers/crun/releases/tag/0.15
1b69f5
1b69f5
* Tue Aug 11 2020 Jindrich Novy <jnovy@redhat.com> - 0.14.1-2
1b69f5
- use proper CFLAGS
1b69f5
- Related: #1821193
1b69f5
1b69f5
* Wed Jul 08 2020 Jindrich Novy <jnovy@redhat.com> - 0.14.1-1
1b69f5
- update to https://github.com/containers/crun/releases/tag/v0.14.1
1b69f5
- Related: #1821193
1b69f5
1b69f5
* Thu Jul 02 2020 Jindrich Novy <jnovy@redhat.com> - 0.14-1
1b69f5
- update to https://github.com/containers/crun/releases/tag/v0.14
1b69f5
- Related: #1821193
1b69f5
1b69f5
* Tue Jun 16 2020 Giuseppe Scrivano <gscrivan@redhat.com> - 0.13-1
1b69f5
- initial import