Hi,
as I want my packages being named different than standard, I changed the naming convention by
setting:
%_build_name_fmt %%{NAME}-%%{VERSION}-%%{Project}-%%{Branch}-%%{RELEASE}.x86.rpm%_repackage_name_fmt %%{NAME}-%%{VERSION}-%%{Project}-%%{Branch}-%%{RELEASE}.x86.rpm
I defined "Project" and "Branch" as additional tags via %_arbitrary_tags. Here some examples for packages:
most-bin-1.0-refprj-tr-0802061556.x86.rpmmost-src-1.0-refprj-tr-0802061556.x86.rpmmost-trg-1.0-refprj-tr-0802061556.x86.rpm
Using rpm -qa --qf '<some string>' showing the additional tags works fine.
Whenever I install packages with
rpm -i most-bin-1.0-refprj-tr-0802061556.x86.rpm
the package being installed is reported in the output as
most-bin-1.0-0802061556
Is there any way to get the additional parts of the package being displayed ?
Thx,
Stefan
Received on Wed Feb 6 16:40:48 2008