|
|
@ -1,6 +1,6 @@
|
|
|
|
Summary: OCI runtime written in C
|
|
|
|
Summary: OCI runtime written in C
|
|
|
|
Name: crun
|
|
|
|
Name: crun
|
|
|
|
Version: 1.6
|
|
|
|
Version: 1.8.3
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Source0: https://github.com/containers/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
|
|
|
|
Source0: https://github.com/containers/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
@ -18,10 +18,14 @@ BuildRequires: systemd-devel
|
|
|
|
BuildRequires: yajl-devel
|
|
|
|
BuildRequires: yajl-devel
|
|
|
|
BuildRequires: libseccomp-devel
|
|
|
|
BuildRequires: libseccomp-devel
|
|
|
|
BuildRequires: libselinux-devel
|
|
|
|
BuildRequires: libselinux-devel
|
|
|
|
|
|
|
|
BuildRequires: criu-devel
|
|
|
|
BuildRequires: python3-libmount
|
|
|
|
BuildRequires: python3-libmount
|
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: go-md2man
|
|
|
|
BuildRequires: /usr/bin/go-md2man
|
|
|
|
|
|
|
|
BuildRequires: libgcrypt-devel
|
|
|
|
Provides: oci-runtime
|
|
|
|
Provides: oci-runtime
|
|
|
|
|
|
|
|
Recommends: criu >= 3.17.1
|
|
|
|
|
|
|
|
Recommends: criu-libs
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
crun is a runtime for running OCI containers
|
|
|
|
crun is a runtime for running OCI containers
|
|
|
@ -46,9 +50,21 @@ rm -rf %{buildroot}%{_prefix}/lib*
|
|
|
|
%{_mandir}/man1/*
|
|
|
|
%{_mandir}/man1/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Sun Dec 10 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.6-1
|
|
|
|
* Sun Dec 10 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.8.3-1
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 14 2023 Jindrich Novy <jnovy@redhat.com> - 1.8.3-1
|
|
|
|
|
|
|
|
- fix could not find symbol criu_set_lsm_mount_context in libcriu.so
|
|
|
|
|
|
|
|
- Related: #2176055
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 20 2023 Jindrich Novy <jnovy@redhat.com> - 1.6-3
|
|
|
|
|
|
|
|
- add BR: criu-devel
|
|
|
|
|
|
|
|
- Related: #2176055
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Mar 15 2023 Jindrich Novy <jnovy@redhat.com> - 1.6-2
|
|
|
|
|
|
|
|
- update to https://github.com/containers/crun/releases/tag/1.6
|
|
|
|
|
|
|
|
- Related: #2176055
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Sep 09 2022 Jindrich Novy <jnovy@redhat.com> - 1.6-1
|
|
|
|
* Fri Sep 09 2022 Jindrich Novy <jnovy@redhat.com> - 1.6-1
|
|
|
|
- update to https://github.com/containers/crun/releases/tag/1.6
|
|
|
|
- update to https://github.com/containers/crun/releases/tag/1.6
|
|
|
|
- Related: #2123641
|
|
|
|
- Related: #2123641
|
|
|
|