commit 2ea62ec1755db21dcb14877ba82a6ce763dd5c13 Author: Lokesh Mandvekar <l...@fedoraproject.org> Date: Fri Aug 1 02:20:36 2014 -0500
change %else if -> %else %if docker-io.spec | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) --- diff --git a/docker-io.spec b/docker-io.spec index ed31edd..ed92c58 100644 --- a/docker-io.spec +++ b/docker-io.spec @@ -11,7 +11,7 @@ Name: docker-io Version: 1.1.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Automates deployment of containerized applications License: ASL 2.0 Patch1: upstream-patched-archive-tar.patch @@ -50,11 +50,13 @@ BuildRequires: pandoc # Use appropriate NVR for systemd-units to ensure SocketUser and SocketGroup are available %if 0%{?fedora} >= 21 Requires: systemd-units >= 214 -%else if 0%{?fedora} == 20 +%else +%if 0%{?fedora} == 20 Requires: systemd-units >= 208-20 %else Requires: systemd-units >= 204-20 %endif +%endif # need xz to work with ubuntu images # https://bugzilla.redhat.com/show_bug.cgi?id=1045220 Requires: xz @@ -444,6 +446,9 @@ exit 0 %{gopath}/src/%{import_path}/pkg/version/*.go %changelog +* Fri Aug 01 2014 Lokesh Mandvekar <l...@fedoraproject.org> - 1.1.2-2 +- change %else if -> %else %if + * Thu Jul 31 2014 Lokesh Mandvekar <l...@fedoraproject.org> - 1.1.2-1 - Resolves: rhbz#1124036 - update to upstream v1.1.2 _______________________________________________ golang mailing list golang@lists.fedoraproject.org https://lists.fedoraproject.org/mailman/listinfo/golang