]> git.pld-linux.org Git - packages/glusterfs.git/commitdiff
- Release 2. Moved /etc/glusterfs to common package. It is used to store *.vol config...
authorMateusz Korniak <matkor@pld-linux.org>
Sat, 19 Jan 2008 15:54:12 +0000 (15:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glusterfs.spec -> 1.10

glusterfs.spec

index ab4a8a0b9320de91848dfc6ffd2d6b9fcf13c767..4d184f676cb17111be6ad2f5d92af7cbb2f734d9 100644 (file)
@@ -6,7 +6,7 @@ Summary:        Clustered File Storage that can scale to peta bytes
 Summary(pl.UTF-8):     Klastrowy system przechowywania plików skalujący się do petabajtów
 Name:          glusterfs
 Version:       1.3.7
-Release:       1
+Release:       2
 License:       GPL v3+
 Group:         Applications/System
 Source0:       http://ftp.zresearch.com/pub/gluster/glusterfs/1.3/%{name}-%{version}.tar.gz
@@ -167,6 +167,7 @@ rm -rf $RPM_BUILD_ROOT
 %files common
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog COPYING INSTALL NEWS README README.examples doc/*.vol.sample doc/examples/*.vol
+%dir %{_sysconfdir}/%{name}
 %attr(755,root,root) %{_libdir}/libglusterfs.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libglusterfs.so.0
 %dir %{_libdir}/glusterfs
@@ -215,7 +216,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files server
 %defattr(644,root,root,755)
-%dir %{_sysconfdir}/%{name}
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/*
 %attr(754,root,root) /etc/rc.d/init.d/glusterfsd
 %attr(755,root,root) %{_sbindir}/glusterfsd
This page took 0.028612 seconds and 4 git commands to generate.