> we can be remove many hard coded values replaced with variable and that
> probably will only grow in number for example
> 
>       %if 0%{?rhel} || 0%{?fedora}
>               --with-systemd-libexec-dir=/usr/libexec/ceph \
>       %endif
>       %if 0%{?opensuse} || 0%{?suse_version}
>               --with-systemd-libexec-dir=/usr/lib/ceph/ \
>       %endif

        --with-systemd-libexec-dir=@systemd_libexec_dir@ \

No OS distribution specific rubbish needed :)

Best regards

Owen



--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to