From 8dd7d766c206f67f94ad7382f9c990c7ab7f1e03 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Jun 17 2015 05:47:22 +0000 Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- diff --git a/etcd.spec b/etcd.spec index 9ad6820..0905fba 100644 --- a/etcd.spec +++ b/etcd.spec @@ -14,7 +14,7 @@ Name: %{repo} Version: 2.0.11 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A highly-available key value store for shared configuration License: ASL 2.0 URL: https://%{import_path} @@ -224,6 +224,9 @@ getent passwd %{name} >/dev/null || useradd -r -g %{name} -d %{_sharedstatedir}/ %endif %changelog +* Wed Jun 17 2015 Fedora Release Engineering - 2.0.11-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Fri May 22 2015 jchaloup - 2.0.11-2 - ETCD_ADVERTISE_CLIENT_URLS has to be set if ETCD_LISTEN_CLIENT_URLS is related: #1222416