import crun-0.21-3.module+el8.5.0+12157+04f1d6be
This commit is contained in:
parent
ef58a27211
commit
b64ae712ce
@ -1,7 +1,7 @@
|
|||||||
Summary: OCI runtime written in C
|
Summary: OCI runtime written in C
|
||||||
Name: crun
|
Name: crun
|
||||||
Version: 0.21
|
Version: 0.21
|
||||||
Release: 1%{?dist}
|
Release: 3%{?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+
|
||||||
URL: https://github.com/containers/crun
|
URL: https://github.com/containers/crun
|
||||||
@ -21,7 +21,7 @@ BuildRequires: libselinux-devel
|
|||||||
BuildRequires: python3-libmount
|
BuildRequires: python3-libmount
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: go-md2man
|
BuildRequires: go-md2man
|
||||||
Provides: oci-runtime = 2
|
Provides: oci-runtime
|
||||||
|
|
||||||
%description
|
%description
|
||||||
crun is a runtime for running OCI containers
|
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
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
rm -rf $RPM_BUILD_ROOT/usr/lib*
|
rm -rf %{buildroot}%{_prefix}/lib*
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
@ -46,6 +46,15 @@ rm -rf $RPM_BUILD_ROOT/usr/lib*
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Tue Jul 27 2021 Jindrich Novy <jnovy@redhat.com> - 0.21-1
|
||||||
- update to https://github.com/containers/crun/releases/tag/0.21
|
- update to https://github.com/containers/crun/releases/tag/0.21
|
||||||
- Related: #1934415
|
- Related: #1934415
|
||||||
|
Loading…
Reference in New Issue
Block a user