diff options
Diffstat (limited to 'glusterfs.spec.in')
| -rw-r--r-- | glusterfs.spec.in | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 96949db5612..8a446dcaef1 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -252,7 +252,7 @@ done  # Copy the 'glusterfs-logrotate' file at the right place  if [ -d /etc/logrotate.d ]; then -   cp %{_docdir}/%{name}-%{version}/glusterfs-logrotate /etc/logrotate.d/glusterfs +   cp %{_sysconfdir}/glusterfs/glusterfs-logrotate /etc/logrotate.d/glusterfs  fi  %postun @@ -261,7 +261,7 @@ fi  %files  %defattr(-,root,root)  %doc AUTHORS ChangeLog COPYING-GPLV2 COPYING-LGPLV3 INSTALL NEWS README THANKS -%doc extras/glusterfs-logrotate +%config %{_sysconfdir}/glusterfs/glusterfs-logrotate  %{_libdir}/glusterfs  %{_libdir}/*.so.*  %{_sbindir}/glusterfs*  | 
