From 5169bedc8551ffd1dca331a4b0c5ff00db781ecf Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Mon, 8 Aug 2022 17:04:49 -0500 Subject: [PATCH] Update to 1.1.3. --- runc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/runc.spec b/runc.spec index f3fc702..63d01bb 100644 --- a/runc.spec +++ b/runc.spec @@ -24,14 +24,14 @@ %global import_path %{provider_prefix} %global git0 https://github.com/opencontainers/runc -%global built_tag v1.1.2 +%global built_tag v1.1.3 %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: 4%{?dist} +Release: 1%{?dist} Summary: CLI for running Open Containers License: ASL 2.0 and BSD and MIT URL: %{git0} @@ -141,6 +141,9 @@ install -p -m 0644 contrib/completions/bash/%{name} %{buildroot}%{_datadir}/bash %{_datadir}/bash-completion/completions/%{name} %changelog +* Mon Aug 08 2022 Maxwell G - 2:1.1.3-1 +- Update to 1.1.3. + * Sat Jul 23 2022 Fedora Release Engineering - 2:1.1.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild