From d20568cbe10ee8fac6858e75bf6c685073c915a8 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 09 2021 09:47:35 +0000 Subject: import crun-1.0-1.module+el8.5.0+12582+56d94c81 --- diff --git a/.crun.metadata b/.crun.metadata index 2927668..36de69d 100644 --- a/.crun.metadata +++ b/.crun.metadata @@ -1 +1 @@ -48a601d8126bbd97972dbc52bd766e6d28f6595d SOURCES/crun-0.20.1.tar.gz +c34de35a8489e23778b9c7b860945b870b3f3339 SOURCES/crun-1.0.tar.gz diff --git a/.gitignore b/.gitignore index cecde1e..db0840a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/crun-0.20.1.tar.gz +SOURCES/crun-1.0.tar.gz diff --git a/SPECS/crun.spec b/SPECS/crun.spec index 58e7ba0..e0f9c54 100644 --- a/SPECS/crun.spec +++ b/SPECS/crun.spec @@ -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 - 0.20.1-1 +* Thu Aug 26 2021 Jindrich Novy - 1.0-1 +- update to https://github.com/containers/crun/releases/tag/1.0 +- Related: #1934415 + +* Fri Aug 06 2021 Jindrich Novy - 0.21-3 +- remove BR: criu-devel and leave it just for RHEL9 +- Related: #1934415 + +* Fri Aug 06 2021 Jindrich Novy - 0.21-2 +- do not use versioned provide +- BR: criu-devel +- Related: #1934415 + +* Tue Jul 27 2021 Jindrich Novy - 0.21-1 +- update to https://github.com/containers/crun/releases/tag/0.21 +- Related: #1934415 + +* Thu Jun 10 2021 Jindrich Novy - 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 - 0.18-2 -- revert back to the state of 3.0-8.4.0 -- Related: #1954702 +* Wed Jun 02 2021 Jindrich Novy - 0.20-1 +- update to https://github.com/containers/crun/releases/tag/0.20 +- Related: #1934415 -* Thu Apr 29 2021 Jindrich Novy - 0.19.1-1 +* Mon Apr 26 2021 Jindrich Novy - 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 - 0.19-2 +- remove unused patch reference from spec +- Related: #1934415 + +* Tue Apr 06 2021 Jindrich Novy - 0.19-1 +- update to https://github.com/containers/crun/releases/tag/0.19 +- Related: #1934415 * Fri Feb 19 2021 Jindrich Novy - 0.18-1 - allow to build without glibc-static (thanks to Giuseppe Scrivano)