Skip to content

Commit

Permalink
Ticket #2159: After the inclusion of mcdiff the SPEC needs an update
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
zyv committed Apr 29, 2010
1 parent 6fadc8f commit 1b9da36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contrib/dist/redhat/mc.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -156,6 +157,9 @@ rm -rf $RPM_BUILD_ROOT


%changelog
* Wed Apr 28 2010 Yury V. Zaytsev <[email protected]>
- Added mcdiff to the list of packaged files.

* Tue Feb 09 2010 Andrew Borodin <[email protected]>
- Fixed file list because of EXTFS VFS reorganizing.

Expand Down

0 comments on commit 1b9da36

Please sign in to comment.