diff --git a/SOURCES/flanneld.service b/SOURCES/flanneld.service index 968e4ea..3158dac 100644 --- a/SOURCES/flanneld.service +++ b/SOURCES/flanneld.service @@ -16,4 +16,4 @@ Restart=on-failure [Install] WantedBy=multi-user.target -RequiredBy=docker.service +WantedBy=docker.service diff --git a/SPECS/flannel.spec b/SPECS/flannel.spec index a0a9fa6..fcd6893 100644 --- a/SPECS/flannel.spec +++ b/SPECS/flannel.spec @@ -21,7 +21,7 @@ Name: flannel Version: 0.7.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Etcd address management agent for overlay networks License: ASL 2.0 URL: https://%{import_path} @@ -209,6 +209,9 @@ go test %{import_path}/subnet %endif %changelog +* Mon May 21 2018 Jan Chaloupka - 0.7.1-4 +- Change back to WantedBy=docker.service in the Install section + * Tue Feb 06 2018 Jan Chaloupka - 0.7.1-3 - Rebuild for 7.5.0 resolves: #1542530