From 40a9a45986a1aea37683b85075fb802b4d6919f3 Mon Sep 17 00:00:00 2001 From: brian Date: Tue, 2 Jun 2009 10:58:27 +0000 Subject: [PATCH] b=19685 i=jack Install the lustre and lnet ChangeLogs into %doc in the lustre-modules package. --- lustre.spec.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lustre.spec.in b/lustre.spec.in index 6722587..9121ecf 100644 --- a/lustre.spec.in +++ b/lustre.spec.in @@ -87,6 +87,8 @@ to be used by the Lustre testing framework. %prep %setup -qn lustre-%{version} +ln lustre/ChangeLog ChangeLog-lustre +ln lnet/ChangeLog ChangeLog-lnet %build # if RPM_BUILD_NCPUS unset, set it @@ -193,6 +195,8 @@ popd >/dev/null %files modules -f lustre-modules.files %attr(-, root, root) %doc COPYING +%attr(-, root, root) %doc ChangeLog-lustre +%attr(-, root, root) %doc ChangeLog-lnet %files source %attr(-, root, root) /usr/src/lustre-%{version} -- 1.8.3.1