mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
packaging: move SuSEfirewall2 templates out of src
Better to have static config like this that needs to be installed in /etc in a separate subdirectory of the project. Signed-off-by: Tim Serong <tserong@suse.com>
This commit is contained in:
parent
77685f5b78
commit
70292658d5
@ -508,8 +508,8 @@ chmod 0644 $RPM_BUILD_ROOT%{_docdir}/ceph/sample.fetch_config
|
||||
|
||||
# firewall templates
|
||||
%if 0%{?suse_version}
|
||||
install -m 0644 -D src/susefirewall-ceph-mon %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/ceph-mon
|
||||
install -m 0644 -D src/susefirewall-ceph-osd-mds %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/ceph-osd-mds
|
||||
install -m 0644 -D etc/sysconfig/SuSEfirewall2.d/services/ceph-mon %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/ceph-mon
|
||||
install -m 0644 -D etc/sysconfig/SuSEfirewall2.d/services/ceph-osd-mds %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/ceph-osd-mds
|
||||
%endif
|
||||
|
||||
# udev rules
|
||||
|
Loading…
Reference in New Issue
Block a user