Skip to content

Commit e9138e7

Browse files
committed
Default packager should be 'yum'
Make the default packager 'yum'. Also, the packager is mandatory, not optional.
1 parent 27e00de commit e9138e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ncm-spma/src/main/pan/components/spma/schema.pan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ type component_spma_type = {
5858
"userpkgs" ? string with match (SELF, 'yes|no') # Allow user packages
5959
"userprio" ? string with match (SELF, 'yes|no') # Priority to user packages
6060
"protectkernel" ? string with match (SELF, 'yes|no') # Prevent currrent kernel from being removed
61-
"packager" ? string with match (SELF, '(yum|ips)') # system packager to be used (yum,ips)
61+
"packager" : string = "yum" with match (SELF, '(yum|ips)') # system packager to be used (yum,ips)
6262
"rpmexclusive" ? string with match (SELF, 'yes|no') # stop other processes using rpm db
6363
"usespmlist" ? string with match (SELF, 'yes|no') # Have SPMA controlling any packages
6464
"debug" ? string with match (SELF, '0|1|2|3|4|5') # debug level (0-5)

0 commit comments

Comments
 (0)