import crun-1.0-1.module+el8.5.0+12582+56d94c81
This commit is contained in:
parent
57a84afcde
commit
a366b99678
@ -1 +1 @@
|
||||
48a601d8126bbd97972dbc52bd766e6d28f6595d SOURCES/crun-0.20.1.tar.gz
|
||||
c34de35a8489e23778b9c7b860945b870b3f3339 SOURCES/crun-1.0.tar.gz
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/crun-0.20.1.tar.gz
|
||||
SOURCES/crun-1.0.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: OCI runtime written in C
|
||||
Name: crun
|
||||
Version: 0.20.1
|
||||
Version: 1.0
|
||||
Release: 1%{?dist}
|
||||
Source0: https://github.com/containers/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||
License: GPLv2+
|
||||
@ -21,7 +21,7 @@ BuildRequires: libselinux-devel
|
||||
BuildRequires: python3-libmount
|
||||
BuildRequires: libtool
|
||||
BuildRequires: go-md2man
|
||||
Provides: oci-runtime = 2
|
||||
Provides: oci-runtime
|
||||
|
||||
%description
|
||||
crun is a runtime for running OCI containers
|
||||
@ -38,7 +38,7 @@ export CFLAGS="%{optflags} -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFF
|
||||
|
||||
%install
|
||||
%make_install
|
||||
rm -rf $RPM_BUILD_ROOT/usr/lib*
|
||||
rm -rf %{buildroot}%{_prefix}/lib*
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
@ -46,17 +46,42 @@ rm -rf $RPM_BUILD_ROOT/usr/lib*
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Thu Jul 01 2021 Jindrich Novy <jnovy@redhat.com> - 0.20.1-1
|
||||
* Thu Aug 26 2021 Jindrich Novy <jnovy@redhat.com> - 1.0-1
|
||||
- update to https://github.com/containers/crun/releases/tag/1.0
|
||||
- Related: #1934415
|
||||
|
||||
* Fri Aug 06 2021 Jindrich Novy <jnovy@redhat.com> - 0.21-3
|
||||
- remove BR: criu-devel and leave it just for RHEL9
|
||||
- Related: #1934415
|
||||
|
||||
* Fri Aug 06 2021 Jindrich Novy <jnovy@redhat.com> - 0.21-2
|
||||
- do not use versioned provide
|
||||
- BR: criu-devel
|
||||
- Related: #1934415
|
||||
|
||||
* Tue Jul 27 2021 Jindrich Novy <jnovy@redhat.com> - 0.21-1
|
||||
- update to https://github.com/containers/crun/releases/tag/0.21
|
||||
- Related: #1934415
|
||||
|
||||
* Thu Jun 10 2021 Jindrich Novy <jnovy@redhat.com> - 0.20.1-1
|
||||
- update to https://github.com/containers/crun/releases/tag/0.20.1
|
||||
- Related: #1954702
|
||||
- Related: #1934415
|
||||
|
||||
* Thu May 13 2021 Jindrich Novy <jnovy@redhat.com> - 0.18-2
|
||||
- revert back to the state of 3.0-8.4.0
|
||||
- Related: #1954702
|
||||
* Wed Jun 02 2021 Jindrich Novy <jnovy@redhat.com> - 0.20-1
|
||||
- update to https://github.com/containers/crun/releases/tag/0.20
|
||||
- Related: #1934415
|
||||
|
||||
* Thu Apr 29 2021 Jindrich Novy <jnovy@redhat.com> - 0.19.1-1
|
||||
* Mon Apr 26 2021 Jindrich Novy <jnovy@redhat.com> - 0.19.1-1
|
||||
- update to https://github.com/containers/crun/releases/tag/0.19.1
|
||||
- Related: #1954702
|
||||
- Related: #1934415
|
||||
|
||||
* Wed Apr 07 2021 Jindrich Novy <jnovy@redhat.com> - 0.19-2
|
||||
- remove unused patch reference from spec
|
||||
- Related: #1934415
|
||||
|
||||
* Tue Apr 06 2021 Jindrich Novy <jnovy@redhat.com> - 0.19-1
|
||||
- update to https://github.com/containers/crun/releases/tag/0.19
|
||||
- Related: #1934415
|
||||
|
||||
* Fri Feb 19 2021 Jindrich Novy <jnovy@redhat.com> - 0.18-1
|
||||
- allow to build without glibc-static (thanks to Giuseppe Scrivano)
|
||||
|
Loading…
Reference in New Issue
Block a user