diff options
author | Olivier Blin <blino@mageia.org> | 2011-01-08 15:35:51 +0000 |
---|---|---|
committer | Olivier Blin <blino@mageia.org> | 2011-01-08 15:35:51 +0000 |
commit | 1fb3f328a3b6be08b3b13332b7085511064b9433 (patch) | |
tree | 9e9d82970d83cf7c7453ff9302e42eba9c1936fb /modules/buildsystem | |
parent | 95fac43d88368ce12182113655a5d879a6d316c8 (diff) | |
download | puppet-1fb3f328a3b6be08b3b13332b7085511064b9433.tar puppet-1fb3f328a3b6be08b3b13332b7085511064b9433.tar.gz puppet-1fb3f328a3b6be08b3b13332b7085511064b9433.tar.bz2 puppet-1fb3f328a3b6be08b3b13332b7085511064b9433.tar.xz puppet-1fb3f328a3b6be08b3b13332b7085511064b9433.zip |
really use dot in distsuffix
Diffstat (limited to 'modules/buildsystem')
-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 a5acbda3..10a67538 100644 --- a/modules/buildsystem/templates/repsys.conf +++ b/modules/buildsystem/templates/repsys.conf @@ -43,7 +43,7 @@ allowed = svn+ssh://svn.<%= domain %>/svn/packages/cauldron svn+ssh://svn.<%= do rpm-macros = global cauldron [macros global] -distsuffix = mga +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} distribution = Mageia |