mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
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:
parent
6fadc8f1ba
commit
1b9da36dc3
4
contrib/dist/redhat/mc.spec.in
vendored
4
contrib/dist/redhat/mc.spec.in
vendored
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user