diff options
-rw-r--r-- | modules/buildsystem/templates/repsys.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/templates/repsys.conf b/modules/buildsystem/templates/repsys.conf index 98430ae1..a5acbda3 100644 --- a/modules/buildsystem/templates/repsys.conf +++ b/modules/buildsystem/templates/repsys.conf @@ -45,7 +45,7 @@ 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} +mkrel(c:) = %{-c: 0.%{-c*}.}%{1}%{?subrel:.%subrel}%{?distsuffix:%distsuffix}%{?!distsuffix:.mga}%{?distro_release:%distro_release} distribution = Mageia vendor = Mageia.Org |