import CS crun-1.8.7-1.module_el8+661+d1afb926
This commit is contained in:
parent
bcabfda5b7
commit
18a4be4fba
@ -1 +1 @@
|
|||||||
6c0bc97e56ac0ed2a44d0455675df8ed4c2a770f SOURCES/crun-1.8.tar.gz
|
c9775782ec9faedb38ea0ea7de48b5991babb65e SOURCES/crun-1.8.7.tar.gz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/crun-1.8.tar.gz
|
SOURCES/crun-1.8.7.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: OCI runtime written in C
|
Summary: OCI runtime written in C
|
||||||
Name: crun
|
Name: crun
|
||||||
Version: 1.8
|
Version: 1.8.7
|
||||||
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,6 +18,7 @@ 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: /usr/bin/go-md2man
|
BuildRequires: /usr/bin/go-md2man
|
||||||
@ -49,13 +50,41 @@ rm -rf %{buildroot}%{_prefix}/lib*
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Feb 02 2023 Jindrich Novy <jnovy@redhat.com> - 1.8-1
|
* Tue Aug 22 2023 Jindrich Novy <jnovy@redhat.com> - 1.8.7-1
|
||||||
- update to https://github.com/containers/crun/releases/tag/1.8
|
- update to https://github.com/containers/crun/releases/tag/1.8.7
|
||||||
- Related: #2123641
|
- Related: #2176055
|
||||||
|
|
||||||
* Thu Jan 05 2023 Jindrich Novy <jnovy@redhat.com> - 1.7.2-2
|
* Mon Jul 31 2023 Jindrich Novy <jnovy@redhat.com> - 1.8.6-1
|
||||||
- require libgcrypt-devel and add criu weak dep
|
- update to https://github.com/containers/crun/releases/tag/1.8.6
|
||||||
- Resolves: #2158084
|
- Related: #2176055
|
||||||
|
|
||||||
|
* Mon May 22 2023 Jindrich Novy <jnovy@redhat.com> - 1.8.5-1
|
||||||
|
- update to https://github.com/containers/crun/releases/tag/1.8.5
|
||||||
|
- Related: #2176055
|
||||||
|
|
||||||
|
* Mon Apr 24 2023 Jindrich Novy <jnovy@redhat.com> - 1.8.4-1
|
||||||
|
- update to https://github.com/containers/crun/releases/tag/1.8.4
|
||||||
|
- Related: #2176055
|
||||||
|
|
||||||
|
* Tue Apr 04 2023 Jindrich Novy <jnovy@redhat.com> - 1.8.3-2
|
||||||
|
- fix could not find symbol criu_set_lsm_mount_context in libcriu.so
|
||||||
|
- Resolves: #2183041
|
||||||
|
|
||||||
|
* Sun Mar 26 2023 Jindrich Novy <jnovy@redhat.com> - 1.8.3-1
|
||||||
|
- update to https://github.com/containers/crun/releases/tag/1.8.3
|
||||||
|
- Related: #2176055
|
||||||
|
|
||||||
|
* Fri Mar 24 2023 Jindrich Novy <jnovy@redhat.com> - 1.8.2-1
|
||||||
|
- update to https://github.com/containers/crun/releases/tag/1.8.2
|
||||||
|
- Related: #2176055
|
||||||
|
|
||||||
|
* Mon Mar 20 2023 Jindrich Novy <jnovy@redhat.com> - 1.8.1-2
|
||||||
|
- add BR: criu-devel
|
||||||
|
- Related: #2176055
|
||||||
|
|
||||||
|
* Thu Mar 09 2023 Jindrich Novy <jnovy@redhat.com> - 1.8.1-1
|
||||||
|
- update to https://github.com/containers/crun/releases/tag/1.8.1
|
||||||
|
- Related: #2176055
|
||||||
|
|
||||||
* Wed Nov 30 2022 Jindrich Novy <jnovy@redhat.com> - 1.7.2-1
|
* Wed Nov 30 2022 Jindrich Novy <jnovy@redhat.com> - 1.7.2-1
|
||||||
- update to https://github.com/containers/crun/releases/tag/1.7.2
|
- update to https://github.com/containers/crun/releases/tag/1.7.2
|
||||||
|
Loading…
Reference in New Issue
Block a user