Bug 143742 - Upgrade of NoteEdit fails
Summary: Upgrade of NoteEdit fails
Status: RESOLVED FIXED
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: KDE (show other bugs)
Version: Beta 1
Hardware: All All
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Marcus Rückert
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-18 12:03 UTC by Stephan Binner
Modified: 2006-01-18 16:15 UTC (History)
0 users

See Also:
Found By: Development
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephan Binner 2006-01-18 12:03:10 UTC
When upgrading NoteEdit from a previous installed version 2.7.3 to 2.8 it fails with:

noteedit.rpm install failed rpm output: error: unpacking of archive failed on file /usr/share/pixmaps/noteedit.png: cpio: rename failed - Is a directory
Comment 1 Marcus Rückert 2006-01-18 13:16:09 UTC
[[[
 install -d $RPM_BUILD_ROOT/usr/share/pixmaps/noteedit.png
 install noteedit/icons/hi32-app-noteedit.png $RPM_BUILD_ROOT/usr/share/pixmaps/noteedit.png
]]]

dieser code im 10.0 spec file verursacht die probleme.

waere es ok ein 
[[[
[ -d /usr/share/pixmaps/noteedit.png ] && rm -r /usr/share/pixmaps/noteedit.png
]]]

zu machen oder wie waere der saubere fix?

Comment 2 Marcus Rückert 2006-01-18 16:15:32 UTC
renamed the icon to NoteEdit.png and adapted the desktop file accordingly.