From d1980b462970bc17a212c86db8f4eaead25f03c1 Mon Sep 17 00:00:00 2001 From: Jakub Čajka Date: Aug 29 2018 11:23:55 +0000 Subject: Add openshift-node-config binary in to the node sub-package --- diff --git a/origin.spec b/origin.spec index 4f3825c..92d5a63 100644 --- a/origin.spec +++ b/origin.spec @@ -70,7 +70,7 @@ Name: %{package_name} # Version is not kept up to date and is intended to be set by tito custom # builders provided in the .tito/lib directory of this project Version: 3.10.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: OpenShift Open Source Container Management by Red Hat License: ASL 2.0 URL: https://%{import_path} @@ -2247,7 +2247,7 @@ PLATFORM="$(go env GOHOSTOS)/$(go env GOHOSTARCH)" install -d %{buildroot}%{_bindir} # Install linux components -for bin in oc oadm openshift template-service-broker +for bin in oc oadm openshift template-service-broker openshift-node-config do echo "+++ INSTALLING ${bin}" install -p -m 755 _output/local/bin/${PLATFORM}/${bin} %{buildroot}%{_bindir}/${bin} @@ -2424,6 +2424,7 @@ fi %files node %license LICENSE +%{_bindir}/openshift-node-config %{_unitdir}/%{name}-node.service %{_sysconfdir}/systemd/system.conf.d/origin-accounting.conf %config(noreplace) %{_sysconfdir}/sysconfig/%{name}-node @@ -2552,6 +2553,10 @@ if [ $1 -eq 0 ] ; then fi %changelog +* Wed Aug 29 2018 Jakub Čajka - 3.10.0-2 +- Add openshift-node-config binary in to the node sub-package +- Related: BZ#1598406 + * Mon Aug 06 2018 Jakub Čajka - 3.10.0-1 - Rebase to 3.10 - Resolves: BZ#1598406