import runc-1.1.4-1.module+el8.8.0+17821+de1b53f1

This commit is contained in:
CentOS Sources 2023-03-28 12:58:32 +00:00 committed by Stepan Oksanichenko
parent 292bbf2922
commit debca48f0a
3 changed files with 8 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/v1.1.3.tar.gz
SOURCES/v1.1.4.tar.gz

View File

@ -1 +1 @@
9ad2300d41deb361ced92112366d0c8801d00050 SOURCES/v1.1.3.tar.gz
fb65327930c41c8ec016badd6738bef83b556aed SOURCES/v1.1.4.tar.gz

View File

@ -22,8 +22,8 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
Epoch: 1
Name: %{repo}
Version: 1.1.3
Release: 2%{?dist}
Version: 1.1.4
Release: 1%{?dist}
Summary: CLI for running Open Containers
# https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures
#ExclusiveArch: %%{go_arches}
@ -86,6 +86,10 @@ make install install-man install-bash DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix}
%{_datadir}/bash-completion/completions/%{name}
%changelog
* Mon Aug 29 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.1.4-1
- update to https://github.com/opencontainers/runc/releases/tag/v1.1.4
- Related: #2061390
* Mon Jun 13 2022 Jindrich Novy <jnovy@redhat.com> - 1:1.1.3-2
- update to https://github.com/opencontainers/runc/releases/tag/v1.1.3
- Related: #2061390