Mailinglist Archive: opensuse-bugs (7993 mails)
| < Previous | Next > |
[Bug 225657] glabels packages has files also in gnome-filesystem
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Sun, 3 Dec 2006 15:32:01 -0700 (MST)
- Message-id: <20061203223201.6A957F68@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=225657
------- Comment #2 from andreas.hanke@xxxxxxxxxxxxxx 2006-12-03 15:32 MST -------
Created an attachment (id=108031)
--> (https://bugzilla.novell.com/attachment.cgi?id=108031&action=view)
glabels.spec fixes
Explaining the changes:
(1) Packages must never, ever add any other file below /opt/gnome/share/mime to
the filelists except for their very own packages/*.xml file.
This is illegal because /opt/gnome/share/mime is owned by shared-mime-info.
(2) Instead, packages must call update-mime-database at installation time in
%post. Of course you need a PreReq to shared-mime-info in order to make sure
that shared-mime-info is installed first, and of course the same must be done
in %postun as well to undo the changes.
(3) /opt/gnome/man is invalid as a man package installation directory.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Comment #2 from andreas.hanke@xxxxxxxxxxxxxx 2006-12-03 15:32 MST -------
Created an attachment (id=108031)
--> (https://bugzilla.novell.com/attachment.cgi?id=108031&action=view)
glabels.spec fixes
Explaining the changes:
(1) Packages must never, ever add any other file below /opt/gnome/share/mime to
the filelists except for their very own packages/*.xml file.
This is illegal because /opt/gnome/share/mime is owned by shared-mime-info.
(2) Instead, packages must call update-mime-database at installation time in
%post. Of course you need a PreReq to shared-mime-info in order to make sure
that shared-mime-info is installed first, and of course the same must be done
in %postun as well to undo the changes.
(3) /opt/gnome/man is invalid as a man package installation directory.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
| < Previous | Next > |