This is a simple renaming bug.
Signed-off-by: Owen Synge <osynge@suse.com>
/sbin/ldconfig
%if 0%{?opensuse} || 0%{?suse_version}
# TODO: find out what exactly this systemd-tmpfiles inovcation is for
- systemd-tmpfiles --create /%{_tmpfilesdir}/ceph-radosgw.conf
+ systemd-tmpfiles --create /%{_tmpfilesdir}/ceph-rgw.conf
# explicit systemctl daemon-reload (that's the only relevant bit of
# service_add_post; the rest is all sysvinit --> systemd migration which
# isn't applicable in this context (see above comment).