diff options
| -rw-r--r-- | glusterfs.spec.in | 30 | 
1 files changed, 0 insertions, 30 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index c000f72a414..d7a15521597 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -410,14 +410,6 @@ This package provides support to geo-replication.  %package libs  Summary:          GlusterFS common libraries  Group:            Applications/File -%if ( 0%{!?_without_syslog:1} ) -%if ( 0%{?fedora} ) || ( 0%{?rhel} && 0%{?rhel} > 6 ) -Requires:         rsyslog-mmjsonparse -%endif -%if ( 0%{?rhel} && 0%{?rhel} == 6 ) -Requires:         rsyslog-mmcount -%endif -%endif  %description libs  GlusterFS is a distributed file-system capable of scaling to several @@ -706,23 +698,6 @@ install -D -p -m 0644 extras/glusterfs-georep-logrotate \      %{buildroot}%{_sysconfdir}/logrotate.d/glusterfs-georep  %endif -%if ( 0%{!?_without_syslog:1} ) -%if ( 0%{?fedora} ) || ( 0%{?rhel} && 0%{?rhel} > 6 ) -install -D -p -m 0644 extras/gluster-rsyslog-7.2.conf \ -    %{buildroot}%{_sysconfdir}/rsyslog.d/gluster.conf.example -%endif - -%if ( 0%{?rhel} && 0%{?rhel} == 6 ) -install -D -p -m 0644 extras/gluster-rsyslog-5.8.conf \ -    %{buildroot}%{_sysconfdir}/rsyslog.d/gluster.conf.example -%endif - -%if ( 0%{?fedora} ) || ( 0%{?rhel} && 0%{?rhel} >= 6 ) -install -D -p -m 0644 extras/logger.conf.example \ -    %{buildroot}%{_sysconfdir}/glusterfs/logger.conf.example -%endif -%endif -  # the rest of the ghosts  touch %{buildroot}%{_sharedstatedir}/glusterd/glusterd.info  touch %{buildroot}%{_sharedstatedir}/glusterd/options @@ -920,11 +895,6 @@ fi  ##  %files  %doc ChangeLog COPYING-GPLV2 COPYING-LGPLV3 INSTALL README.md THANKS -%if ( 0%{!?_without_syslog:1} ) -%if ( 0%{?fedora} ) || ( 0%{?rhel} && 0%{?rhel} >= 6 ) -%{_sysconfdir}/rsyslog.d/gluster.conf.example -%endif -%endif  %{_mandir}/man8/*gluster*.8*  %exclude %{_mandir}/man8/gluster.8*  %dir %{_localstatedir}/log/glusterfs  | 
