-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RPMS] Get rid of openshift-recycle subpackage (#18)
- Loading branch information
1 parent
a0d977f
commit a18b810
Showing
1 changed file
with
2 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -151,13 +151,6 @@ Summary: %{product_name} Pod | |
%description pod | ||
%{summary} | ||
|
||
%package recycle | ||
Summary: %{product_name} Recycler | ||
Requires: %{name} = %{version}-%{release} | ||
|
||
%description recycle | ||
%{summary} | ||
|
||
%package sdn-ovs | ||
Summary: %{product_name} SDN Plugin for Open vSwitch | ||
Requires: openvswitch >= %{openvswitch_version} | ||
|
@@ -218,7 +211,7 @@ popd | |
install -d %{buildroot}%{_bindir} | ||
|
||
# Install linux components | ||
for bin in oc openshift dockerregistry recycle | ||
for bin in oc openshift dockerregistry | ||
do | ||
echo "+++ INSTALLING ${bin}" | ||
install -p -m 755 _build/bin/${bin} %{buildroot}%{_bindir}/${bin} | ||
|
@@ -319,6 +312,7 @@ install -p -m 644 contrib/completions/bash/* %{buildroot}%{_sysconfdir}/bash_com | |
%{_bindir}/openshift-deploy | ||
%{_bindir}/openshift-docker-build | ||
%{_bindir}/openshift-f5-router | ||
%{_bindir}/openshift-recycle | ||
%{_bindir}/openshift-router | ||
%{_bindir}/openshift-sti-build | ||
%{_bindir}/origin | ||
|
@@ -481,10 +475,6 @@ fi | |
%files pod | ||
%{_bindir}/pod | ||
|
||
%files recycle | ||
%{_bindir}/openshift-recycle | ||
|
||
|
||
%changelog | ||
* Fri Sep 18 2015 Scott Dodson <[email protected]> 0.2-9 | ||
- Rename from openshift -> origin | ||
|