Search
j0ke.net Open Build Service
>
Projects
>
virtualization
:
Cloud
:
glusterfs:3.6.1
>
glusterfs
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 3
[-]
[+]
Changed
glusterfs.spec
@@ -534,7 +534,7 @@ make install DESTDIR=%{buildroot} # install the Glupy Python library in /usr/lib/python*/site-packages pushd xlators/features/glupy/src -python setup.py install --skip-build --verbose --root %{buildroot} +python setup.py install --skip-build --verbose --root %{buildroot} --prefix %{_prefix} popd # Install include directory mkdir -p %{buildroot}%{_includedir}/glusterfs @@ -622,6 +622,9 @@ # Install glusterfsd .service or init.d file %if ( 0%{_for_fedora_koji_builds} ) %_init_install %{glusterfsd_service} glusterfsd +%if 0%{?suse_version} +%_init_install extras/init.d/glusterd-SuSE glusterd +%endif %endif %if ( 0%{_for_fedora_koji_builds} )