7583a1
Summary: OCI runtime written in C
7583a1
Name: crun
eb4e14
Version: 0.15.1
eb4e14
Release: 1%{?dist}
7583a1
Source0: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.gz
7583a1
License: GPLv2+
7583a1
URL: https://github.com/containers/crun
7583a1
7583a1
# We always run autogen.sh
7583a1
BuildRequires: autoconf
7583a1
BuildRequires: automake
7583a1
BuildRequires: gcc
7583a1
BuildRequires: python3
7583a1
BuildRequires: git
7583a1
BuildRequires: libcap-devel
7583a1
BuildRequires: systemd-devel
7583a1
BuildRequires: yajl-devel
7583a1
BuildRequires: libseccomp-devel
7583a1
BuildRequires: libselinux-devel
7583a1
BuildRequires: python3-libmount
7583a1
BuildRequires: libtool
7583a1
BuildRequires: go-md2man
7583a1
Provides: oci-runtime = 2
7583a1
7583a1
%description
7583a1
crun is a runtime for running OCI containers
7583a1
7583a1
%prep
7583a1
%autosetup -p1 -n %{name}-%{version}
7583a1
7583a1
%build
7583a1
export CFLAGS="%{optflags} -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
7583a1
./autogen.sh
7583a1
%configure --disable-silent-rules
7583a1
7583a1
%make_build
7583a1
7583a1
%install
7583a1
%make_install
7583a1
rm -rf $RPM_BUILD_ROOT/usr/lib*
7583a1
7583a1
%files
7583a1
%license COPYING
7583a1
%{_bindir}/%{name}
7583a1
%{_mandir}/man1/*
7583a1
7583a1
%changelog
eb4e14
* Wed Nov 04 2020 Jindrich Novy <jnovy@redhat.com> - 0.15.1-1
eb4e14
- update to https://github.com/containers/crun/releases/tag/0.15.1
eb4e14
- Related: #1888571
eb4e14
eb4e14
* Thu Oct 29 2020 Jindrich Novy <jnovy@redhat.com> - 0.15-2
eb4e14
- backport "exec: check read bytes from sync" (gscrivan@redhat.com)
eb4e14
  (https://github.com/containers/crun/issues/511)
eb4e14
- Related: #1888571
eb4e14
eb4e14
* Thu Oct 22 2020 Jindrich Novy <jnovy@redhat.com> - 0.15-1
eb4e14
- synchronize with stream-container-tools-rhel8-rhel-8.4.0
eb4e14
- Related: #1888571
eb4e14
7583a1
* Tue Aug 11 2020 Jindrich Novy <jnovy@redhat.com> - 0.14.1-2
7583a1
- use proper CFLAGS
7583a1
- Related: #1821193
7583a1
7583a1
* Wed Jul 08 2020 Jindrich Novy <jnovy@redhat.com> - 0.14.1-1
7583a1
- update to https://github.com/containers/crun/releases/tag/v0.14.1
7583a1
- Related: #1821193
7583a1
7583a1
* Thu Jul 02 2020 Jindrich Novy <jnovy@redhat.com> - 0.14-1
7583a1
- update to https://github.com/containers/crun/releases/tag/v0.14
7583a1
- Related: #1821193
7583a1
7583a1
* Tue Jun 16 2020 Giuseppe Scrivano <gscrivan@redhat.com> - 0.13-1
7583a1
- initial import