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