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,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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user