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:
parent
b5f6fe3e07
commit
5fd2662524
@ -1,6 +1,8 @@
|
|||||||
|
|
||||||
%global pkgname dirsrv
|
%global pkgname dirsrv
|
||||||
# for a pre-release, define the prerel field e.g. .a1 .rc2 - comment out for official release
|
# for a pre-release, define the prerel field e.g. .a1 .rc2 - comment out for official release
|
||||||
|
# also remove the space between % and global - this space is needed because
|
||||||
|
# fedpkg verrel stupidly ignores comment lines
|
||||||
#% global prerel .rc7
|
#% global prerel .rc7
|
||||||
# also need the relprefix field for a pre-release e.g. .0 - also comment out for official release
|
# also need the relprefix field for a pre-release e.g. .0 - also comment out for official release
|
||||||
#% global relprefix 0.
|
#% global relprefix 0.
|
||||||
|
Loading…
Reference in New Issue
Block a user