diff --git a/ocid.service b/ocid.service index 37dd957..24d02b6 100644 --- a/ocid.service +++ b/ocid.service @@ -9,7 +9,7 @@ EnvironmentFile=-/etc/sysconfig/ocid-storage EnvironmentFile=-/etc/sysconfig/ocid-network Environment=GOTRACEBACK=crash Environment=CNI_PATH=/usr/libexec/ocid/cni -ExecStart=/usr/bin/ocid --config /etc/ocid/ocid.conf \ +ExecStart=/usr/bin/ocid --config /etc/ocid/ocid.conf \ $OCID_STORAGE_OPTIONS \ $OCID_NETWORK_OPTIONS ExecReload=/bin/kill -s HUP $MAINPID @@ -22,4 +22,3 @@ Restart=on-abnormal [Install] WantedBy=multi-user.target - diff --git a/ocid.spec b/ocid.spec index ea08fff..73500eb 100644 --- a/ocid.spec +++ b/ocid.spec @@ -35,7 +35,7 @@ Name: ocid Version: 0 -Release: 0.10.git%{shortcommit0}%{?dist} +Release: 0.11.git%{shortcommit0}%{?dist} Summary: OCI-based implementation of Kubernetes Container Runtime Interface License: ASL 2.0 URL: https://%{provider_prefix} @@ -535,6 +535,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath} %dir %{_sharedstatedir}/containers %changelog +* Thu Jan 19 2017 Lokesh Mandvekar - 0-0.11.git7cc8492 +- remove trailing whitespace from unitfile + * Thu Jan 19 2017 Lokesh Mandvekar - 0-0.10.git7cc8492 - built commit 7cc8492 - packaging fixes from Nalin Dahyabhai