Skip to content

Commit

Permalink
rgw: package radosgw-es
Browse files Browse the repository at this point in the history
Signed-off-by: Yehuda Sadeh <[email protected]>
  • Loading branch information
yehudasa committed May 30, 2017
1 parent 16e07f0 commit ea902d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion alpine/APKBUILD.in
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ radosgw() {
pkgdesc="Rados REST gateway which implements Amazon's S3 and OpenStack's Swift APIs."
depends="ceph-common"

_pkg $_bindir radosgw radosgw-admin radosgw-token radosgw-object-expirer
_pkg $_bindir radosgw radosgw-admin radosgw-token radosgw-es radosgw-object-expirer
mkdir -p $subpkgdir$_localstatedir/lib/ceph/radosgw
}

Expand Down
1 change: 1 addition & 0 deletions ceph.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -1344,6 +1344,7 @@ fi
%defattr(-,root,root,-)
%{_bindir}/radosgw
%{_bindir}/radosgw-token
%{_bindir}/radosgw-es
%{_bindir}/radosgw-object-expirer
%{_mandir}/man8/radosgw.8*
%dir %{_localstatedir}/lib/ceph/radosgw
Expand Down
1 change: 1 addition & 0 deletions debian/radosgw.install
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
usr/bin/radosgw
usr/bin/radosgw-token
usr/bin/radosgw-es
usr/bin/radosgw-object-expirer
usr/share/man/man8/radosgw.8

0 comments on commit ea902d1

Please sign in to comment.