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