@@ -184,11 +184,6 @@ Obsoletes: openshift-sdn-ovs < %{package_refector_version}
184
184
%description sdn-ovs
185
185
%{summary }
186
186
187
- %package federation-services
188
- Summary: %{produce_name } Federation Services
189
-
190
- %description federation-services
191
-
192
187
%package template-service-broker
193
188
Summary: Template Service Broker
194
189
%description template-service-broker
@@ -258,7 +253,7 @@ PLATFORM="$(go env GOHOSTOS)/$(go env GOHOSTARCH)"
258
253
install -d %{buildroot }%{_bindir }
259
254
260
255
# Install linux components
261
- for bin in oc oadm openshift hypershift template-service-broker
256
+ for bin in oc oadm openshift hypershift hyperkube template-service-broker
262
257
do
263
258
echo "+++ INSTALLING ${bin}"
264
259
install -p -m 755 _output/local /bin/${PLATFORM}/${bin} %{buildroot }%{_bindir }/${bin}
@@ -281,9 +276,6 @@ install -p -m 755 _output/local/bin/darwin/amd64/oadm %{buildroot}/%{_datadir}/%
281
276
install -p -m 755 _output/local /bin/windows/amd64/oadm.exe %{buildroot }/%{_datadir }/%{name }/windows/oadm.exe
282
277
%endif
283
278
284
- # Install federation services
285
- install -p -m 755 _output/local /bin/${PLATFORM}/hyperkube %{buildroot }%{_bindir }/
286
-
287
279
# Install pod
288
280
install -p -m 755 _output/local /bin/${PLATFORM}/pod %{buildroot }%{_bindir }/
289
281
@@ -300,8 +292,7 @@ for cmd in \
300
292
openshift-extract-image-content \
301
293
openshift-f5-router \
302
294
openshift-recycle \
303
- openshift-router \
304
- origin
295
+ openshift-router
305
296
do
306
297
ln -s openshift %{buildroot }%{_bindir }/$cmd
307
298
done
@@ -476,7 +467,4 @@ if [ "$1" -eq 0 ] ; then
476
467
/usr/sbin/%{name}-docker-excluder unexclude
477
468
fi
478
469
479
- %files federation-services
480
- %{_bindir }/hyperkube
481
-
482
470
%changelog
0 commit comments