From b76172d3d9a49ffb507061316a44ccb5ecdcd154 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Nov 15 2016 22:32:10 +0000 Subject: Revert patch to not env_replace in add_labels_in_df plugin --- diff --git a/atomic-reactor.spec b/atomic-reactor.spec index 11a8442..45d7e69 100644 --- a/atomic-reactor.spec +++ b/atomic-reactor.spec @@ -32,7 +32,7 @@ Name: %{project} Version: 1.6.17 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Improved builder for Docker images Group: Development/Tools @@ -40,8 +40,6 @@ License: BSD URL: https://github.com/%{owner}/%{project} Source0: https://github.com/%{owner}/%{project}/archive/%{commit}/%{project}-%{commit}.tar.gz -Patch0: atomic-reactor-1.6.17-env_replace-False.patch - BuildArch: noarch %if 0%{?with_check} @@ -220,9 +218,6 @@ Plugins for automated rebuilds %prep %setup -qn %{name}-%{commit} -%patch0 -p1 - - %build %py2_build %if 0%{?with_python3} @@ -400,6 +395,9 @@ LANG=en_US.utf8 py.test-%{python2_version} -vv tests %changelog +* Tue Nov 15 2016 Adam Miller - 1.6.17-3 +- Revert patch to not env_replace in add_labels_in_df plugin + * Mon Nov 14 2016 Adam Miller - 1.6.17-2 - Patch to not env_replace in add_labels_in_df plugin