diff options
author | Vijay Bellur <vijay@gluster.com> | 2012-02-21 23:35:05 +0530 |
---|---|---|
committer | Vijay Bellur <vijay@gluster.com> | 2012-02-21 10:23:04 -0800 |
commit | 42cc043875621a02444f3324b2f9629ac68ab5aa (patch) | |
tree | 044ff7b74389e9066a9250849190d2a6addcc80e | |
parent | f2eb8e4a17219e6a75b8673181f4bb0b85697d66 (diff) |
build: More rpmbuild friendly changesv3.3.0qa23
Change-Id: I7dcd5c6461bbddde3bcc3d2519777e4c8889fe52
BUG: 764702
Signed-off-by: Vijay Bellur <vijay@gluster.com>
Reviewed-on: http://review.gluster.com/2788
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
-rw-r--r-- | glusterfs.spec.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 1df499789..0f4fe8b64 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -210,9 +210,9 @@ find %{buildroot}%{_libdir} -name '*.la' -delete %{__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 +#for file in %{buildroot}%{_sysconfdir}/glusterfs/*.sample; do +# %{__mv} ${file} `dirname ${file}`/`basename ${file} .sample` +#done # Create working directory %{__mkdir_p} %{buildroot}%{_sharedstatedir}/glusterd |