7583a1
Summary: OCI runtime written in C
7583a1
Name: crun
7956f5
Version: 1.7.2
c78f96
Release: 1%{?dist}
9a7b26
Source0: https://github.com/containers/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
7583a1
License: GPLv2+
7583a1
URL: https://github.com/containers/crun
9a7b26
# https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures
9a7b26
ExclusiveArch: %{go_arches}
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
7093d7
BuildRequires: /usr/bin/go-md2man
ba2ebf
Provides: oci-runtime
7583a1
7583a1
%description
7583a1
crun is a runtime for running OCI containers
7583a1
7583a1
%prep
9a7b26
%autosetup -Sgit -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
ba2ebf
rm -rf %{buildroot}%{_prefix}/lib*
7583a1
7583a1
%files
7583a1
%license COPYING
7583a1
%{_bindir}/%{name}
7583a1
%{_mandir}/man1/*
7583a1
7583a1
%changelog
7956f5
* Wed Nov 30 2022 Jindrich Novy <jnovy@redhat.com> - 1.7.2-1
7956f5
- update to https://github.com/containers/crun/releases/tag/1.7.2
7956f5
- Related: #2123641
7956f5
7956f5
* Mon Nov 28 2022 Jindrich Novy <jnovy@redhat.com> - 1.7.1-1
7956f5
- update to https://github.com/containers/crun/releases/tag/1.7.1
7956f5
- Related: #2123641
7956f5
7956f5
* Tue Nov 08 2022 Jindrich Novy <jnovy@redhat.com> - 1.7-1
7956f5
- update to https://github.com/containers/crun/releases/tag/1.7
7956f5
- Related: #2123641
7956f5
7956f5
* Thu Sep 08 2022 Jindrich Novy <jnovy@redhat.com> - 1.6-1
7956f5
- update to https://github.com/containers/crun/releases/tag/1.6
7956f5
- Related: #2123641
7956f5
7093d7
* Tue Jul 26 2022 Jindrich Novy <jnovy@redhat.com> - 1.5-1
7093d7
- update to https://github.com/containers/crun/releases/tag/1.5
7093d7
- Related: #2061390
7093d7
7093d7
* Wed May 11 2022 Jindrich Novy <jnovy@redhat.com> - 1.4.5-2
7093d7
- BuildRequires: /usr/bin/go-md2man
7093d7
- Related: #2061390
7093d7
7093d7
* Wed Apr 27 2022 Jindrich Novy <jnovy@redhat.com> - 1.4.5-1
7093d7
- update to https://github.com/containers/crun/releases/tag/1.4.5
7093d7
- Related: #2061390
7093d7
7093d7
* Thu Mar 24 2022 Jindrich Novy <jnovy@redhat.com> - 1.4.4-1
7093d7
- update to https://github.com/containers/crun/releases/tag/1.4.4
7093d7
- Related: #2061390
7093d7
272673
* Mon Mar 07 2022 Jindrich Novy <jnovy@redhat.com> - 1.4.3-1
272673
- update to https://github.com/containers/crun/releases/tag/1.4.3
272673
- Related: #2061390
272673
272673
* Wed Jan 26 2022 Jindrich Novy <jnovy@redhat.com> - 1.4.2-1
272673
- update to https://github.com/containers/crun/releases/tag/1.4.2
272673
- Related: #2001445
272673
272673
* Fri Jan 14 2022 Jindrich Novy <jnovy@redhat.com> - 1.4.1-1
272673
- update to https://github.com/containers/crun/releases/tag/1.4.1
272673
- Related: #2001445
272673
272673
* Wed Dec 22 2021 Jindrich Novy <jnovy@redhat.com> - 1.4-1
272673
- update to https://github.com/containers/crun/releases/tag/1.4
272673
- Related: #2001445
272673
272673
* Mon Nov 08 2021 Jindrich Novy <jnovy@redhat.com> - 1.3-1
272673
- update to https://github.com/containers/crun/releases/tag/1.3
272673
- Related: #2001445
272673
36c625
* Mon Oct 11 2021 Jindrich Novy <jnovy@redhat.com> - 1.2-1
36c625
- update to https://github.com/containers/crun/releases/tag/1.2
36c625
- Related: #2001445
36c625
36c625
* Mon Sep 27 2021 Jindrich Novy <jnovy@redhat.com> - 1.1-1
36c625
- update to https://github.com/containers/crun/releases/tag/1.1
36c625
- Related: #2001445
36c625
c78f96
* Thu Aug 26 2021 Jindrich Novy <jnovy@redhat.com> - 1.0-1
c78f96
- update to https://github.com/containers/crun/releases/tag/1.0
c78f96
- Related: #1934415
c78f96
ba2ebf
* Fri Aug 06 2021 Jindrich Novy <jnovy@redhat.com> - 0.21-3
ba2ebf
- remove BR: criu-devel and leave it just for RHEL9
ba2ebf
- Related: #1934415
ba2ebf
ba2ebf
* Fri Aug 06 2021 Jindrich Novy <jnovy@redhat.com> - 0.21-2
ba2ebf
- do not use versioned provide
ba2ebf
- BR: criu-devel
ba2ebf
- Related: #1934415
ba2ebf
bbf8c3
* Tue Jul 27 2021 Jindrich Novy <jnovy@redhat.com> - 0.21-1
bbf8c3
- update to https://github.com/containers/crun/releases/tag/0.21
bbf8c3
- Related: #1934415
bbf8c3
820483
* Thu Jun 10 2021 Jindrich Novy <jnovy@redhat.com> - 0.20.1-1
820483
- update to https://github.com/containers/crun/releases/tag/0.20.1
820483
- Related: #1934415
820483
820483
* Wed Jun 02 2021 Jindrich Novy <jnovy@redhat.com> - 0.20-1
820483
- update to https://github.com/containers/crun/releases/tag/0.20
820483
- Related: #1934415
820483
820483
* Mon Apr 26 2021 Jindrich Novy <jnovy@redhat.com> - 0.19.1-1
820483
- update to https://github.com/containers/crun/releases/tag/0.19.1
820483
- Related: #1934415
820483
820483
* Wed Apr 07 2021 Jindrich Novy <jnovy@redhat.com> - 0.19-2
820483
- remove unused patch reference from spec
820483
- Related: #1934415
820483
820483
* Tue Apr 06 2021 Jindrich Novy <jnovy@redhat.com> - 0.19-1
820483
- update to https://github.com/containers/crun/releases/tag/0.19
820483
- Related: #1934415
820483
9a7b26
* Fri Feb 19 2021 Jindrich Novy <jnovy@redhat.com> - 0.18-1
9a7b26
- allow to build without glibc-static (thanks to Giuseppe Scrivano)
9a7b26
- Related: #1883490
9a7b26
9a7b26
* Fri Feb 19 2021 Jindrich Novy <jnovy@redhat.com> - 0.17-2
9a7b26
- reverting back to 0.17 as there's no glibc-static in RHEL
9a7b26
- Related: #1883490
9a7b26
9a7b26
* Fri Feb 19 2021 Jindrich Novy <jnovy@redhat.com> - 0.18-1
9a7b26
- update to https://github.com/containers/crun/releases/tag/0.18
9a7b26
- Related: #1883490
9a7b26
3745b5
* Fri Jan 22 2021 Jindrich Novy <jnovy@redhat.com> - 0.17-1
3745b5
- update to https://github.com/containers/crun/releases/tag/0.17
3745b5
- Related: #1883490
3745b5
e1b5cf
* Thu Dec 03 2020 Jindrich Novy <jnovy@redhat.com> - 0.16-2
e1b5cf
- exclude i686 because of build failures
1d19a3
- Related: #1883490
e1b5cf
e1b5cf
* Wed Nov 25 2020 Jindrich Novy <jnovy@redhat.com> - 0.16-1
e1b5cf
- update to https://github.com/containers/crun/releases/tag/0.16
1d19a3
- Related: #1883490
e1b5cf
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
1d19a3
- Related: #1883490
eb4e14
eb4e14
* Thu Oct 29 2020 Jindrich Novy <jnovy@redhat.com> - 0.15-2
1d19a3
- synchronize with stream-container-tools-rhel8
1d19a3
- Related: #1883490
eb4e14
1d19a3
* Wed Oct 21 2020 Jindrich Novy <jnovy@redhat.com> - 0.15-1
1d19a3
- synchronize with stream-container-tools-rhel8
1d19a3
- Related: #1883490
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