From: Ken Dreyer Date: Mon, 13 Apr 2015 15:43:11 +0000 (-0600) Subject: packaging: ship systemd/ceph.tmpfiles.d in tarballs X-Git-Tag: v9.0.1~141^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F4349%2Fhead;p=ceph.git packaging: ship systemd/ceph.tmpfiles.d in tarballs Prior to this commit, the tarballs did not contain any files under the top-level "systemd" directory. This caused problems with RPM builds on Fedora and RHEL 7, because as of commit aa88364f30e2d2f254ade185a83ba263b48e2a73, those RPMs depend on the systemd/ceph.tmpfiles.d file. (Longer-term we might want to improve the tarball generation code to be less complex/manual.) http://tracker.ceph.com/issues/11383 Refe: #11383 Reported-by: Greg Farnum Signed-off-by: Ken Dreyer --- diff --git a/Makefile.am b/Makefile.am index 73817e5c76f9..a1c29d61b693 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,6 +9,7 @@ EXTRA_DIST += \ src/test/run-cli-tests-maybe-unset-ccache \ src/test/cli \ src/test/downloads \ + systemd/ceph.tmpfiles.d \ udev/50-rbd.rules \ udev/60-ceph-partuuid-workaround.rules \ udev/95-ceph-osd.rules \