diff options
author | Gary Lowell <glowell@inktank.com> | 2013-08-22 13:29:32 -0700 |
---|---|---|
committer | Gary Lowell <glowell@inktank.com> | 2013-08-22 13:30:20 -0700 |
commit | 5c5980bc84c6f99e069d97d7f553187904e8d5a8 (patch) | |
tree | 32700c7320dae47ea13b82c6a8d501060bf883f9 | |
parent | 9b667cef8203bbb454c28dc5e6ca753e5e044bdd (diff) | |
download | ceph-5c5980bc84c6f99e069d97d7f553187904e8d5a8.tar.gz |
ceph.spec.in: remove trailing paren in previous commit
Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
-rw-r--r-- | ceph.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ceph.spec.in b/ceph.spec.in index 3c1bf54506a..11a962d8bdc 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -250,7 +250,7 @@ BuildRequires: junit %description -n cephfs-java This package contains the Java libraries for the Ceph File System. -%if 0%{?opensuse} || 0%{?suse_version}) +%if 0%{?opensuse} || 0%{?suse_version} %debug_package %endif |