diff --git a/SPECS/buildah.spec b/SPECS/buildah.spec
index e6bfd67..0b159c6 100644
--- a/SPECS/buildah.spec
+++ b/SPECS/buildah.spec
@@ -25,7 +25,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback no_openssl ${BUIL
 
 Name:           %{repo}
 Version:        1.5
-Release:        5.git%{shortcommit}%{?dist}
+Release:        6.git%{shortcommit}%{?dist}
 Summary:        A command line tool used for creating OCI Images
 License:        ASL 2.0
 URL:            https://%{provider_prefix}
@@ -92,6 +92,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
 %{_datadir}/bash-completion/completions/%{name}
 
 %changelog
+* Tue Nov 26 2019 Jindrich Novy <jnovy@redhat.com> - 1.5-6.gite94b4f9
+- rebuild because of CVE-2019-9512 and CVE-2019-9514
+- Resolves: #1766309
+
 * Tue Sep 17 2019 Jindrich Novy <jnovy@redhat.com> - 1.5-5.gite94b4f9
 - Use autosetup macro again.