From 1b9da36dc3588ad0f7bf4e993ff19e10b1ee1e67 Mon Sep 17 00:00:00 2001 From: "Yury V. Zaytsev" Date: Wed, 28 Apr 2010 23:01:25 +0200 Subject: [PATCH] Ticket #2159: After the inclusion of mcdiff the SPEC needs an update Build fails with the following message: Installed (but unpackaged) file(s) found: /usr/bin/mcdiff To fix this issue %{_bindir}/mcdiff has to be added to the list of the packaged files. Signed-off-by: Yury V. Zaytsev --- contrib/dist/redhat/mc.spec.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contrib/dist/redhat/mc.spec.in b/contrib/dist/redhat/mc.spec.in index 572d49ba7..5b0cc4b12 100644 --- a/contrib/dist/redhat/mc.spec.in +++ b/contrib/dist/redhat/mc.spec.in @@ -122,6 +122,7 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/mcedit %{_bindir}/mcview %{_bindir}/mcmfmt +%{_bindir}/mcdiff %dir %{_libexecdir}/mc %dir %{_libexecdir}/mc/extfs.d @@ -156,6 +157,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Apr 28 2010 Yury V. Zaytsev +- Added mcdiff to the list of packaged files. + * Tue Feb 09 2010 Andrew Borodin - Fixed file list because of EXTFS VFS reorganizing.