diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/buildsystem/templates/repsys.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/buildsystem/templates/repsys.conf b/modules/buildsystem/templates/repsys.conf index d630d51b..0d7fc283 100644 --- a/modules/buildsystem/templates/repsys.conf +++ b/modules/buildsystem/templates/repsys.conf @@ -42,6 +42,8 @@ rpm-macros = global cauldron [macros global] distsuffix = mga +# mkrel definition to be removed when rpm-setup is updated on main build node +mkrel(c:) = %{-c: 0.%{-c*}.}%{1}%{?subrel:.%subrel}%{?distsuffix:%distsuffix}%{?!distsuffix:mga}%{?distro_release:%distro_release} [macros cauldron] distro_release = 1.0 |