Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 22611 - Allow exclusions of updates to minor releases
Summary: Allow exclusions of updates to minor releases
Status: RESOLVED WONTFIX
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Enhancement/Feature Requests (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-11 06:10 UTC by Shevek
Modified: 2011-10-30 22:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shevek 2003-06-11 06:10:04 UTC
root@rm ~$ emerge -np world
[ebuild    U ] app-office/openoffice-1.0.3-r1 [1.0.3] 

Since the -r1 represents a minor update to the portage configuration for the
package, can we have a flag to emerge to ignore these minor updates and only
show updates where the version number of the package itself has changed?

Thanks.

S.
Comment 1 Shevek 2003-12-22 12:50:39 UTC
I presume an implementation of this will also encourage the portage developers to increase the minor number on the 'portage' package when making a significant update, rather than just updating the release number!

I would consider a solution to this bug a major benefit for systems administration.
Comment 2 Nicholas Jones (RETIRED) gentoo-dev 2003-12-22 17:14:18 UTC
No. This would be an unsafe practice as revision changes are made when
the merged package changes significantly. You would place yourself
liable for security breaches and persistent/harmful bugs.

This will not be considered any time soon unless there is a significant
reason. 'emerge inject' provides a partial solution to your problem.
Comment 3 Shevek 2003-12-23 04:51:04 UTC
Ah, OK. There was a kind of underlying assumption that when one changes a package, one also changes the version number. If this is false, then there isn't a lot we can do (except probably put paper bags on our heads).

Thanks for the note.