1
0
mirror of https://github.com/gluster/glusterfs.git synced 2026-02-05 15:48:40 +01:00

Update spec file to include userspace-rcu

Change-Id: I278e134cbca6b861423ad6b91a8081dd956fdaa4
This commit is contained in:
Kaushal M
2015-02-09 11:09:27 +05:30
parent 98da755bb0
commit 8c44dfd0f7

View File

@@ -209,6 +209,7 @@ BuildRequires: glib2-devel
%if ( 0%{!?_without_georeplication:1} )
BuildRequires: libattr-devel
%endif
BuildRequires: userspace-rcu-devel > 0.7
Obsoletes: hekafs
Obsoletes: %{name}-common < %{version}-%{release}
@@ -1030,6 +1031,9 @@ fi
%ghost %attr(0600,-,-) %{_sharedstatedir}/glusterd/nfs/run/nfs.pid
%changelog
* Mon Feb 09 2015 Kaushal M <kaushal@redhat.com>
- add userspace-rcu as a requirement
* Fri Jan 16 2015 Niels de Vos <ndevos@redhat.com>
- add support for /run/gluster through a tmpfiles.d config file (#1182934)