diff --git a/ceph.spec.in b/ceph.spec.in index 6856bd6fac4c9..7ccd122bbe177 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -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 diff --git a/src/susefirewall-ceph-mon b/etc/sysconfig/SuSEfirewall2.d/services/ceph-mon similarity index 100% rename from src/susefirewall-ceph-mon rename to etc/sysconfig/SuSEfirewall2.d/services/ceph-mon diff --git a/src/susefirewall-ceph-osd-mds b/etc/sysconfig/SuSEfirewall2.d/services/ceph-osd-mds similarity index 100% rename from src/susefirewall-ceph-osd-mds rename to etc/sysconfig/SuSEfirewall2.d/services/ceph-osd-mds