Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 589528 - sys-fs/dmraid: use of REPLACING_VERSIONS does not account for multiple values
Summary: sys-fs/dmraid: 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
Assignee: Ian Stakenvicius (RETIRED)
URL:
Whiteboard:
Keywords: QAcanfix
Depends on:
Blocks: 589444
  Show dependency tree
 
Reported: 2016-07-23 13:05 UTC by Michał Górny
Modified: 2016-07-25 16:13 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 13:05:29 UTC
See the tracker bug.

  if [[ ${REPLACING_VERSIONS} != ${PVR} ]]; then

Doesn't account for >1 value in RV.

Also, why don't you intend? ;-p
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-07-23 13:05:37 UTC
indent*
Comment 2 Ian Stakenvicius (RETIRED) gentoo-dev 2016-07-25 16:13:13 UTC
commit 0944f441e99ddc9df55c77c676e66b5a65c0a4e9
Author: Ian Stakenvicius <axs@gentoo.org>
Date:   Mon Jul 25 11:46:02 2016 -0400

    sys-fs/dmraid: ensure REPLACING_VERSIONS is handled when it is a list
    
    ..and also fix intentation
    
    Bug: http://bugs.gentoo.org/589528