diff --git a/SPECS/runc.spec b/SPECS/runc.spec index 9f46992..ae1734a 100644 --- a/SPECS/runc.spec +++ b/SPECS/runc.spec @@ -26,7 +26,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback no_openssl ${BUIL Name: %{repo} Version: 1.0.0 -Release: 65.rc10%{?dist} +Release: 66.rc10%{?dist} Summary: CLI for running Open Containers ExcludeArch: %{ix86} License: ASL 2.0 @@ -38,7 +38,6 @@ BuildRequires: git BuildRequires: go-md2man BuildRequires: libseccomp-devel Requires: criu -Requires(pre): container-selinux >= 2:2.2-2 %description The runc command can be used to start containers which are packaged @@ -89,6 +88,10 @@ install -p -m 0644 contrib/completions/bash/%{name} %{buildroot}%{_datadir}/bash %{_datadir}/bash-completion/completions/%{name} %changelog +* Fri May 01 2020 Jindrich Novy - 1.0.0-66.rc10 +- drop container-selinux runtime dependency +- Related: #1806044 + * Wed Feb 12 2020 Jindrich Novy - 1.0.0-65.rc10 - address CVE-2019-19921 by updating to rc10 - Resolves: #1801887