Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 589466 - dev-util/schroot: use of REPLACING_VERSIONS does not account for multiple values
Summary: dev-util/schroot: use of REPLACING_VERSIONS does not account for multiple values
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal QA (vote)
Assignee: Georgy Yakovlev
URL:
Whiteboard:
Keywords: QAcanfix
Depends on:
Blocks: 589444
  Show dependency tree
 
Reported: 2016-07-23 12:35 UTC by Michał Górny
Modified: 2020-02-27 03:00 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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-07-23 12:35:09 UTC
See the tracker bug.

  if [[ ${REPLACING_VERSIONS} == 1.[24]* ]]; then

This won't work correctly when RV has >1 value.
Comment 1 Georgy Yakovlev archtester gentoo-dev 2019-08-19 00:44:17 UTC
taken over the package, assigning to myself.
Comment 2 Larry the Git Cow gentoo-dev 2020-01-02 05:28:17 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=666ab8900a8fc1adc34f0e27c387fbc1bad9ef46

commit 666ab8900a8fc1adc34f0e27c387fbc1bad9ef46
Author:     Georgy Yakovlev <gyakovlev@gentoo.org>
AuthorDate: 2020-01-02 05:24:29 +0000
Commit:     Georgy Yakovlev <gyakovlev@gentoo.org>
CommitDate: 2020-01-02 05:27:42 +0000

    dev-util/schroot: revbump
    
    use debian patchset 6
    keyword on ~ppc64
    add bootst slotdep
    migrate to EAPI=7 and cmake.eclass
    remove postinst hacks and messages
    use tmpfiles to create symlinks and runtime dirs
    
    Bug: https://bugs.gentoo.org/589466
    Package-Manager: Portage-2.3.84, Repoman-2.3.20
    Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>

 dev-util/schroot/Manifest                 |   1 +
 dev-util/schroot/files/schroot.tmpfilesd  |   2 +
 dev-util/schroot/schroot-1.6.10-r5.ebuild | 126 ++++++++++++++++++++++++++++++
 3 files changed, 129 insertions(+)
Comment 3 Larry the Git Cow gentoo-dev 2020-02-27 03:00:08 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f473586634d11e523565e13a7e0759a2b24fb736

commit f473586634d11e523565e13a7e0759a2b24fb736
Author:     Georgy Yakovlev <gyakovlev@gentoo.org>
AuthorDate: 2020-02-27 02:57:39 +0000
Commit:     Georgy Yakovlev <gyakovlev@gentoo.org>
CommitDate: 2020-02-27 02:57:39 +0000

    dev-util/schroot: drop old
    
    Closes: https://bugs.gentoo.org/589466
    Package-Manager: Portage-2.3.89, Repoman-2.3.20
    Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>

 dev-util/schroot/Manifest                 |   2 -
 dev-util/schroot/schroot-1.6.10-r4.ebuild | 147 ------------------------------
 dev-util/schroot/schroot-1.6.10-r5.ebuild | 126 -------------------------
 3 files changed, 275 deletions(-)