Update to 1.1.5
This commit is contained in:
parent
fba18d13f2
commit
fcc6af8d7c
1
.gitignore
vendored
1
.gitignore
vendored
@ -361,3 +361,4 @@
|
||||
/v1.1.3.tar.gz
|
||||
/runc-1.1.3.tar.gz
|
||||
/runc-1.1.4.tar.gz
|
||||
/runc-1.1.5.tar.gz
|
||||
|
@ -24,14 +24,14 @@
|
||||
%global import_path %{provider_prefix}
|
||||
%global git0 https://github.com/opencontainers/runc
|
||||
|
||||
%global built_tag v1.1.4
|
||||
%global built_tag v1.1.5
|
||||
%global built_tag_strip %(b=%{built_tag}; echo ${b:1})
|
||||
%global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"})
|
||||
|
||||
Name: %{repo}
|
||||
Epoch: 2
|
||||
Version: %{gen_version}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: CLI for running Open Containers
|
||||
License: Apache-2.0 and BSD-2-Clause and BSD-3-Clause and MIT
|
||||
URL: %{git0}
|
||||
@ -139,6 +139,9 @@ install -p -m 0644 contrib/completions/bash/%{name} %{buildroot}%{_datadir}/bash
|
||||
%{_datadir}/bash-completion/completions/%{name}
|
||||
|
||||
%changelog
|
||||
* Wed Apr 05 2023 Sonia Xu <sonix@amazon.com> - 2:1.1.5-1
|
||||
- Update to 1.1.5.
|
||||
|
||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.1.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (runc-1.1.4.tar.gz) = c8e79ad839964680d29ab56a4de255f91192741951673025da6889c544a232d4d392db2da8005d8e22999a37bfbc9c9fe7f6043b165bc4edc2f2a29261d8a3d6
|
||||
SHA512 (runc-1.1.5.tar.gz) = f3cc9b93b0fe8a4341d410010fe584febb8e975ec9e0fd569d7dff33ab74c5821a2e0c40b7aeafd6b90991a50eae9c352342437f09cf6884dc850ceccdc68944
|
||||
|
Loading…
Reference in New Issue
Block a user