fedpkg verrel stupidly ignores comment lines

have to add a space between % and global or fedpkg verrel will attempt
to use the definitions even though the line is commented out
This commit is contained in:
Rich Megginson 2010-08-26 15:23:37 -06:00
parent b5f6fe3e07
commit 5fd2662524

View File

@ -1,9 +1,11 @@
%global pkgname dirsrv
# for a pre-release, define the prerel field e.g. .a1 .rc2 - comment out for official release
#%global prerel .rc7
# also remove the space between % and global - this space is needed because
# fedpkg verrel stupidly ignores comment lines
#% global prerel .rc7
# also need the relprefix field for a pre-release e.g. .0 - also comment out for official release
#%global relprefix 0.
#% global relprefix 0.
%global selinux_variants mls targeted