Second attempt to fix selinux issue (bz 1118504)
This commit is contained in:
parent
95fe85df9e
commit
de771f742d
12
ceph.spec
12
ceph.spec
@ -10,7 +10,7 @@
|
|||||||
#################################################################################
|
#################################################################################
|
||||||
Name: ceph
|
Name: ceph
|
||||||
Version: 0.80.5
|
Version: 0.80.5
|
||||||
Release: 6%{?dist}
|
Release: 8%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: User space components of the Ceph file system
|
Summary: User space components of the Ceph file system
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
@ -59,7 +59,8 @@ BuildRequires: leveldb-devel > 1.2
|
|||||||
%if ! ( 0%{?rhel} && 0%{?rhel} <= 6 )
|
%if ! ( 0%{?rhel} && 0%{?rhel} <= 6 )
|
||||||
BuildRequires: xfsprogs-devel
|
BuildRequires: xfsprogs-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: yasm
|
# No yasm dependency for now, it causes selinux issues
|
||||||
|
#BuildRequires: yasm
|
||||||
%if 0%{?rhel} || 0%{?centos} || 0%{?fedora}
|
%if 0%{?rhel} || 0%{?centos} || 0%{?fedora}
|
||||||
BuildRequires: snappy-devel
|
BuildRequires: snappy-devel
|
||||||
%endif
|
%endif
|
||||||
@ -757,6 +758,13 @@ ln -sf %{_libdir}/librbd.so.1 /usr/lib64/qemu/librbd.so.1
|
|||||||
%files libs-compat
|
%files libs-compat
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 21 2014 Boris Ranto <branto@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@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@gmail.com> - 1:0.80.5-6
|
* Sun Aug 17 2014 Kalev Lember <kalevlember@gmail.com> - 1:0.80.5-6
|
||||||
- Obsolete ceph-libcephfs
|
- Obsolete ceph-libcephfs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user