[Mageia-dev] Release blocker bugs

Thomas Backlund tmb at mageia.org
Fri Apr 27 21:22:10 CEST 2012


26.04.2012 14:29, Guillaume Rousse skrev:

> Actually, it's rather something for rpm-mageia-setup, which contains all 
> other automatic dependencies handlers.
> 
> Here is a quick prototype, built to be easily extendable in the future 
> for similar cases.

Ok, so I still need some help with this...

adding this to /usr/lib/rpm/mageia/find-requires


# --- minimum rpm-helper required for systemd.
[ -x /usr/lib/rpm/mageia/rpm-helper.req -a -n "$filelist" ] && \
    echo $filelist | tr '[:blank:]' \\n |
/usr/lib/rpm/mageia/rpm-helper.req | sort -u \
        && test ${PIPESTATUS[2]} -ne 0 && echo 'error:
/usr/lib/rpm/mageia/rpm-helper.req failed' >&2 && exit 1



gives me:

Unsuccessful stat on filename containing newline at
/usr/lib/rpm/mageia/rpm-helper.req line 33, <> line 35.


More information about the Mageia-dev mailing list