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 <yury@shurup.com>
This commit is contained in:
Yury V. Zaytsev 2010-04-28 23:01:25 +02:00
parent 6fadc8f1ba
commit 1b9da36dc3

View File

@ -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 <yury@shurup.com>
- Added mcdiff to the list of packaged files.
* Tue Feb 09 2010 Andrew Borodin <aborodin@vmail.ru>
- Fixed file list because of EXTFS VFS reorganizing.