]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Revert "ceph.spec.in: don't try to package __pycache__ for SUSE"
authorNathan Cutler <ncutler@suse.com>
Fri, 26 Aug 2016 12:21:59 +0000 (14:21 +0200)
committerNathan Cutler <ncutler@suse.com>
Fri, 26 Aug 2016 12:22:09 +0000 (14:22 +0200)
This reverts commit be39d6dc71af13eb3ee0d4482012a2091d121f66.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
ceph.spec.in

index 29379009c208ccffd1f7fdcb4220d1f88bd33c30..3ae952003bfea56b3d5afb9f6b73948899970503 100644 (file)
@@ -1379,18 +1379,14 @@ ln -sf %{_libdir}/librbd.so.1 /usr/lib64/qemu/librbd.so.1
 %{python3_sitearch}/cephfs.cpython*.so
 %{python3_sitearch}/cephfs-*.egg-info
 %{python3_sitelib}/ceph_volume_client.py
-%if ! 0%{?suse_version}
 %{python3_sitelib}/__pycache__/ceph_volume_client.cpython*.py*
-%endif
 
 %files -n python%{python3_pkgversion}-ceph-argparse
 %defattr(-,root,root,-)
 %{python3_sitelib}/ceph_argparse.py
-%{python3_sitelib}/ceph_daemon.py
-%if ! 0%{?suse_version}
 %{python3_sitelib}/__pycache__/ceph_argparse.cpython*.py*
+%{python3_sitelib}/ceph_daemon.py
 %{python3_sitelib}/__pycache__/ceph_daemon.cpython*.py*
-%endif
 
 %files -n ceph-test
 %defattr(-,root,root,-)