[ceph/f19] Second attempt to fix selinux issue (bz 1118504)

branto branto at fedoraproject.org
Fri Aug 22 00:04:53 UTC 2014


commit 8d46a4a552f799ab3377f469085d83690d8977fc
Author: Boris Ranto <branto at redhat.com>
Date:   Fri Aug 22 01:53:25 2014 +0200

    Second attempt to fix selinux issue (bz 1118504)

 ceph.spec |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/ceph.spec b/ceph.spec
index d409b14..aa223cd 100644
--- a/ceph.spec
+++ b/ceph.spec
@@ -10,7 +10,7 @@
 #################################################################################
 Name:		ceph
 Version:	0.80.5
-Release:	6%{?dist}
+Release:	8%{?dist}
 Epoch:		1
 Summary:	User space components of the Ceph file system
 License:	GPL-2.0
@@ -59,7 +59,8 @@ BuildRequires:	leveldb-devel > 1.2
 %if ! ( 0%{?rhel} && 0%{?rhel} <= 6 )
 BuildRequires:	xfsprogs-devel
 %endif
-BuildRequires:	yasm
+# No yasm dependency for now, it causes selinux issues
+#BuildRequires:	yasm
 %if 0%{?rhel} || 0%{?centos} || 0%{?fedora}
 BuildRequires:	snappy-devel
 %endif
@@ -757,6 +758,13 @@ ln -sf %{_libdir}/librbd.so.1 /usr/lib64/qemu/librbd.so.1
 %files libs-compat
 
 %changelog
+* Thu Aug 21 2014 Boris Ranto <branto at redhat.com> - 1:0.80.5-8
+- Revert the previous change
+- Fix bz 1118504, second attempt (yasm appears to be the package that caused this
+
+* Wed Aug 20 2014 Boris Ranto <branto at redhat.com> - 1:0.80.5-7
+- Several more merges from file to try to fix the selinux issue (1118504)
+
 * Sun Aug 17 2014 Kalev Lember <kalevlember at gmail.com> - 1:0.80.5-6
 - Obsolete ceph-libcephfs
 


More information about the scm-commits mailing list