]> git.pld-linux.org Git - packages/ceph.git/commitdiff
- libec_isa.so is x8664 only because of yasm, release 3
authorMarcin Krol <hawk@tld-linux.org>
Fri, 6 Feb 2015 07:33:24 +0000 (07:33 +0000)
committerMarcin Krol <hawk@tld-linux.org>
Fri, 6 Feb 2015 07:33:24 +0000 (07:33 +0000)
ceph.spec

index 5cffb660bec553244ef31cd6dc3539d03397b8e3..1b9911af0abaf9d5cf03bd28b2b0da89658b262e 100644 (file)
--- a/ceph.spec
+++ b/ceph.spec
@@ -14,7 +14,7 @@ Summary:      User space components of the Ceph file system
 Summary(pl.UTF-8):     Działające w przestrzeni użytkownika elementy systemu plików Ceph
 Name:          ceph
 Version:       0.87
-Release:       2
+Release:       3
 License:       LGPL v2.1 (libraries), GPL v2 (some programs)
 Group:         Base
 Source0:       http://ceph.com/download/%{name}-%{version}.tar.bz2
@@ -315,7 +315,7 @@ fi
 %attr(755,root,root) %{_libdir}/ceph/erasure-code/libec_fail_to_initialize.so*
 %attr(755,root,root) %{_libdir}/ceph/erasure-code/libec_fail_to_register.so*
 %attr(755,root,root) %{_libdir}/ceph/erasure-code/libec_hangs.so*
-%ifnarch x32
+%ifarch %{x8664}
 %attr(755,root,root) %{_libdir}/ceph/erasure-code/libec_isa.so*
 %endif
 %attr(755,root,root) %{_libdir}/ceph/erasure-code/libec_jerasure.so*
This page took 0.055874 seconds and 4 git commands to generate.