Skip to content

Commit

Permalink
bareos.spec: remove comments after %endif to avoid warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Aug 10, 2020
1 parent 2bb43c6 commit 1aff4b6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions core/platforms/packaging/bareos.spec
Expand Up @@ -1350,7 +1350,8 @@ mkdir -p %{?buildroot}/%{_libdir}/bareos/plugins/vmware_plugin
%attr(0640, %{storage_daemon_user}, %{daemon_group}) %{_sysconfdir}/%{name}/bareos-sd.d/device/RadosStorage.conf.example
%endif

%endif # not client_only
# not client_only
%endif

%files filedaemon
# fd package (bareos-fd, plugins)
Expand Down Expand Up @@ -1531,8 +1532,8 @@ mkdir -p %{?buildroot}/%{_libdir}/bareos/plugins/vmware_plugin
/usr/share/pixmaps/bareos-tray-monitor.png
%endif


%endif # client_only
# client_only
%endif

%files devel
%defattr(-, root, root)
Expand Down Expand Up @@ -1596,7 +1597,8 @@ mkdir -p %{?buildroot}/%{_libdir}/bareos/plugins/vmware_plugin
%{plugin_dir}/BareosSdWrapper.py*
%{plugin_dir}/bareos-sd-class-plugin.py*

%endif # python_plugins
# python_plugins
%endif

%if 0%{?glusterfs}
%files filedaemon-glusterfs-plugin
Expand Down

0 comments on commit 1aff4b6

Please sign in to comment.