Description of problem: Some times i build some packages for the blogdrake's respository, today i build for test cdw and simpleburn, but once builded the packages don't have the custom bdk.mga6 as expected in mageia 5 builds all builded packages have bdk.mga5 custom suffix, i make double check and the used specs have all the needed, and i check also with a package builded for mageia 5.
Forget to comment the suffix is just .mga6
In Mga6 your ~.rpmmacros you would need to use %dist bdk.mga%{distro_release} On my system I just use: %dist zae%{distro_release} charles@SuperSize ~]$ rpm --eval %dist zae6 If this solves your problem please change the status of this bug to resolved.
CC: (none) => cae
CC: (none) => marja11Keywords: (none) => NEEDINFO
(In reply to Charles Edwards from comment #2) > In Mga6 your ~.rpmmacros you would need to use > > %dist bdk.mga%{distro_release} > > On my system I just use: > %dist zae%{distro_release} > charles@SuperSize ~]$ rpm --eval %dist > zae6 > > If this solves your problem please change the status of this bug to resolved. It works, but what have changed ? before 6 i just define %distsuffix bdk.mga and works. Closed as solved anyway
Resolution: (none) => FIXEDStatus: NEW => RESOLVED
(In reply to katnatek from comment #3) > > If this solves your problem please change the status of this bug to resolved. > > It works, but what have changed ? rpm provides and defines most of the macros used. The macros and their values sometimes change with version upgrades in rpm. This is the case with the rpm in Mga5 and rpm-4.13.0.1 in Mga6. %distsuffix was replaced with %dist. A full listing of the macros can be found in /usr/lib/rpm/
Mark as duplicate even if the other bug report is the duplicate of this one. *** This bug has been marked as a duplicate of bug 28766 ***
CC: (none) => j.biernacki+mgaResolution: FIXED => DUPLICATE