diff options
author | Gary Lowell <glowell@inktank.com> | 2013-08-22 13:29:32 -0700 |
---|---|---|
committer | Gary Lowell <gary.lowell@inktank.com> | 2013-09-03 11:13:54 -0700 |
commit | 7a0bd5bc2c6e5464f70b19154834448ac1e4c369 (patch) | |
tree | 42da1caf48b73046d8e167d3b475f38210ee620a | |
parent | f1507d23707e7929f7a55fe2ea9418dcc715d8b2 (diff) | |
download | ceph-7a0bd5bc2c6e5464f70b19154834448ac1e4c369.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 c920b322ed5..d6eaf9ae4b0 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -236,7 +236,7 @@ BuildRequires: java-devel %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 |