glusterfs 3.2.4
This commit is contained in:
parent
4ec7fc750c
commit
84b84bad0e
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ glusterfs-3.0.5.tar.gz
|
|||||||
/glusterfs-3.2.1.tar.gz
|
/glusterfs-3.2.1.tar.gz
|
||||||
/glusterfs-3.2.2.tar.gz
|
/glusterfs-3.2.2.tar.gz
|
||||||
/glusterfs-3.2.3.tar.gz
|
/glusterfs-3.2.3.tar.gz
|
||||||
|
/glusterfs-3.2.4.tar.gz
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: glusterfs
|
Name: glusterfs
|
||||||
Version: 3.2.3
|
Version: 3.2.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Clustered file-system
|
Summary: Clustered file-system
|
||||||
|
|
||||||
@ -191,13 +191,8 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|||||||
find %{buildroot}%{_libdir} -name '*.a' -delete
|
find %{buildroot}%{_libdir} -name '*.a' -delete
|
||||||
find %{buildroot}%{_libdir} -name '*.la' -delete
|
find %{buildroot}%{_libdir} -name '*.la' -delete
|
||||||
|
|
||||||
# Remove installed docs, we include them ourselves as %%doc
|
# Remove what the `make install` did, %%doc will install later
|
||||||
%{__rm} -rf %{buildroot}%{_datadir}/doc/glusterfs/
|
%{__rm} -rf %{buildroot}%{_datadir}/doc/glusterfs
|
||||||
|
|
||||||
# Rename the samples, so we can include them as %%config
|
|
||||||
for file in %{buildroot}%{_sysconfdir}/glusterfs/*.sample; do
|
|
||||||
%{__mv} ${file} `dirname ${file}`/`basename ${file} .sample`
|
|
||||||
done
|
|
||||||
|
|
||||||
# Create working directory
|
# Create working directory
|
||||||
%{__mkdir_p} %{buildroot}%{_sharedstatedir}/glusterd
|
%{__mkdir_p} %{buildroot}%{_sharedstatedir}/glusterd
|
||||||
@ -280,7 +275,7 @@ sed -i 's|option working-directory /etc/glusterd|option working-directory %{_sha
|
|||||||
|
|
||||||
%files server
|
%files server
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc examples/ doc/glusterfs*.vol.sample
|
%doc examples/{*.vol,README} doc/*.sample
|
||||||
%config(noreplace) %{_sysconfdir}/logrotate.d/glusterd
|
%config(noreplace) %{_sysconfdir}/logrotate.d/glusterd
|
||||||
%config(noreplace) %{_sysconfdir}/sysconfig/glusterd
|
%config(noreplace) %{_sysconfdir}/sysconfig/glusterd
|
||||||
%config(noreplace) %{_sysconfdir}/glusterfs
|
%config(noreplace) %{_sysconfdir}/glusterfs
|
||||||
@ -332,6 +327,9 @@ if [ $1 -ge 1 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 30 2011 Kaleb S. KEITHLEY <kkeithle@redhat.com> - 3.2.4-1
|
||||||
|
- Update to 3.2.4
|
||||||
|
|
||||||
* Mon Aug 22 2011 Kaleb S. KEITHLEY <kkeithle@redhat.com> - 3.2.3-1
|
* Mon Aug 22 2011 Kaleb S. KEITHLEY <kkeithle@redhat.com> - 3.2.3-1
|
||||||
- Update to 3.2.3
|
- Update to 3.2.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user