From 639e0c15f578aa98afc3468b4b3498fdec4c09f1 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Mon, 13 Apr 2015 09:43:11 -0600 Subject: [PATCH] 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 --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 73817e5c76f97..a1c29d61b6938 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 \ -- 2.39.5