diff --git a/.gitignore b/.gitignore
index 44eabd5..90cf556 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/runc-9f9c962.tar.gz
+SOURCES/runc-4bb1fe4.tar.gz
diff --git a/.runc.metadata b/.runc.metadata
index 4ae0e87..7813385 100644
--- a/.runc.metadata
+++ b/.runc.metadata
@@ -1 +1 @@
-ea5fcf329841bf175d3e72afe7d0d75e00e98517 SOURCES/runc-9f9c962.tar.gz
+a4a4160775f6831926262c8a8a3aff0346aeaeba SOURCES/runc-4bb1fe4.tar.gz
diff --git a/SPECS/runc.spec b/SPECS/runc.spec
index aeaba77..dda07a5 100644
--- a/SPECS/runc.spec
+++ b/SPECS/runc.spec
@@ -30,12 +30,12 @@
 %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
 %global import_path     %{provider_prefix}
 %global git0 https://github.com/opencontainers/runc
-%global commit0 9f9c96235cc97674e935002fc3d78361b696a69e
+%global commit0 4bb1fe4ace1a32d3676bb98f5d3b6a4e32bf6c58
 %global shortcommit0    %(c=%{commit0}; echo ${c:0:7})
 
 Name: %{repo}
 Version: 1.0.0
-Release: 26.rc4.dev.git%{shortcommit0}%{?dist}
+Release: 27.rc5.dev.git%{shortcommit0}%{?dist}
 Summary: CLI for running Open Containers
 License: ASL 2.0
 URL: http//%{provider_prefix}
@@ -286,6 +286,12 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
 %endif
 
 %changelog
+* Tue Apr 17 2018 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.0.0-27.rc5.dev.git4bb1fe4
+- rebuilt, placed missing changelog entry back
+
+* Tue Feb 27 2018 Dan Walsh <dwalsh@redhat.name> - 2:1.0.0-26.rc5.git4bb1fe4
+- release v1.0.0~rc5
+
 * Wed Jan 24 2018 Dan Walsh <dwalsh@redhat.name> - 1.0.0-26.rc4.git9f9c962
 - Bump to the latest from upstream