Skip to content

Commit

Permalink
[RPMS] Get rid of openshift-recycle subpackage (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdodson authored and smarterclayton committed Apr 28, 2016
1 parent a0d977f commit a18b810
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions origin.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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}
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a18b810

Please sign in to comment.